#3dc0ef

Color #3DC0EF Summer Sky (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Summer Sky #3DC0EF

Tints of Summer Sky #3DC0EF

Color information

#3DC0EF (or 0x3DC0EF) is unknown color: approx Summer Sky. HEX triplet: 3D, C0 and EF. RGB value is (61,192,239). Sum of RGB (Red+Green+Blue) = 61+192+239=492 (65% of max value = 765). Red value is 61 (24.22% from 255 or 12.40% from 492); Green value is 192 (75.39% from 255 or 39.02% from 492); Blue value is 239 (93.75% from 255 or 48.58% from 492); Max value from RGB is 239 - color contains mainly: blue. Hex color #3DC0EF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3DC0EF is #C23F10. Grayscale: #9D9D9D. Windows color (decimal): -12730129 or 15712317. OLE color: 15712317.

HSL color Cylindrical-coordinate representation of color #3DC0EF: hue angle of 195.84º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3DC0EF is Cyan = 0.74, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB61192239-
CMYK0.740.2000.06
HSL195.84º84.76%58.82%-
HSV(B)195.84º74.48%93.73%-
XYZ36.3544.9288.42-
YUV158.19173.658.68-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 61 (24.22% from 255) = 12.40%
GREEN value IS 192 (75.39% from 255) = 39.02%
BLUE value IS 239 (93.75% from 255) = 48.58%
R=12.40%
G=39.02%
B=48.58%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal611922390.740.2000.06195.8484.7658.82
Hex3DC0EF4A1406c4553b
Octal75300357112240630412573
Binary11110111000000111011111001010101000110110001001010101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3dc0ef

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3dc0ef; }

 p { color: rgb(61,192,239); }

 H1.HeaderClassName
 {
   color: #3dc0ef;
 }
 .AnyTagClassName
 {
   color: #3dc0ef;
 }
</style>
background-color css

<style>
 a { background-color: #3dc0ef; }

 a { background-color: rgb(61,192,239); }

 div.DivClassName
 {
   background-color: #3dc0ef;
 }
 .BgClassName
 {
   background-color: #3dc0ef;
 }
</style>
border-color css

<style>
 span { border-color: #3dc0ef; }

 span { border-color: rgb(61,192,239); }

 td.TdClassName
 {
   border-color: #3dc0ef;
 }
 .TagClassName
 {
   border-color: #3dc0ef;
 }
</style>