#3ea6dc

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

Shades of Summer Sky #3EA6DC

Tints of Summer Sky #3EA6DC

Color information

#3EA6DC (or 0x3EA6DC) is unknown color: approx Summer Sky. HEX triplet: 3E, A6 and DC. RGB value is (62,166,220). Sum of RGB (Red+Green+Blue) = 62+166+220=448 (59% of max value = 765). Red value is 62 (24.61% from 255 or 13.84% from 448); Green value is 166 (65.23% from 255 or 37.05% from 448); Blue value is 220 (86.33% from 255 or 49.11% from 448); Max value from RGB is 220 - color contains mainly: blue. Hex color #3EA6DC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3EA6DC is #C15923. Grayscale: #8C8C8C. Windows color (decimal): -12671268 or 14460478. OLE color: 14460478.

HSL color Cylindrical-coordinate representation of color #3EA6DC: hue angle of 200.51º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3EA6DC is Cyan = 0.72, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB62166220-
CMYK0.720.2500.14
HSL200.51º69.3%55.29%-
HSV(B)200.51º71.82%86.27%-
XYZ28.5433.4672.67-
YUV141.06172.5471.61-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 13.84%
GREEN value IS 166 (65.23% from 255) = 37.05%
BLUE value IS 220 (86.33% from 255) = 49.11%
R=13.84%
G=37.05%
B=49.11%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal621662200.720.2500.14200.5169.355.29
Hex3EA6DC48190Ec94537
Octal762463341103101631110567
Binary111110101001101101110010010001100101110110010011000101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3ea6dc

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,166,220); }

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

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

 a { background-color: rgb(62,166,220); }

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

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

 span { border-color: rgb(62,166,220); }

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