#3EAADD

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

Shades of Summer Sky #3EAADD

Tints of Summer Sky #3EAADD

Color information

#3EAADD (or 0x3EAADD) is unknown color: approx Summer Sky. HEX triplet: 3E, AA and DD. RGB value is (62,170,221). Sum of RGB (Red+Green+Blue) = 62+170+221=453 (60% of max value = 765). Red value is 62 (24.61% from 255 or 13.69% from 453); Green value is 170 (66.80% from 255 or 37.53% from 453); Blue value is 221 (86.72% from 255 or 48.79% from 453); Max value from RGB is 221 - color contains mainly: blue. Hex color #3EAADD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3EAADD is #C15522. Grayscale: #8F8F8F. Windows color (decimal): -12670243 or 14527038. OLE color: 14527038.

HSL color Cylindrical-coordinate representation of color #3EAADD: hue angle of 199.25º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3EAADD is Cyan = 0.72, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB62170221-
CMYK0.720.2300.13
HSL199.25º70.04%55.49%-
HSV(B)199.25º71.95%86.67%-
XYZ29.4134.9973.61-
YUV143.52171.7269.85-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 13.69%
GREEN value IS 170 (66.80% from 255) = 37.53%
BLUE value IS 221 (86.72% from 255) = 48.79%
R=13.69%
G=37.53%
B=48.79%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal621702210.720.2300.13199.2570.0455.49
Hex3EAADD48170Dc74637
Octal762523351102701530710667
Binary111110101010101101110110010001011101101110001111000110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3EAADD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,170,221); }

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

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

 a { background-color: rgb(62,170,221); }

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

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

 span { border-color: rgb(62,170,221); }

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