#1eaadf

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

Shades of Summer Sky #1EAADF

Tints of Summer Sky #1EAADF

Color information

#1EAADF (or 0x1EAADF) is unknown color: approx Summer Sky. HEX triplet: 1E, AA and DF. RGB value is (30,170,223). Sum of RGB (Red+Green+Blue) = 30+170+223=423 (56% of max value = 765). Red value is 30 (12.11% from 255 or 7.09% from 423); Green value is 170 (66.80% from 255 or 40.19% from 423); Blue value is 223 (87.5% from 255 or 52.72% from 423); Max value from RGB is 223 - color contains mainly: blue. Hex color #1EAADF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1EAADF is #E15520. Grayscale: #858585. Windows color (decimal): -14767393 or 14658078. OLE color: 14658078.

HSL color Cylindrical-coordinate representation of color #1EAADF: hue angle of 196.48º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1EAADF is Cyan = 0.87, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB30170223-
CMYK0.870.2400.13
HSL196.48º76.28%49.61%-
HSV(B)196.48º86.55%87.45%-
XYZ28.2334.3574.96-
YUV134.18178.1253.69-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 7.09%
GREEN value IS 170 (66.80% from 255) = 40.19%
BLUE value IS 223 (87.5% from 255) = 52.72%
R=7.09%
G=40.19%
B=52.72%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal301702230.870.2400.13196.4876.2849.61
Hex1EAADF57180Dc44c32
Octal362523371273001530411462
Binary11110101010101101111110101111100001101110001001001100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1eaadf

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1eaadf; }

 p { color: rgb(30,170,223); }

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

<style>
 a { background-color: #1eaadf; }

 a { background-color: rgb(30,170,223); }

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

<style>
 span { border-color: #1eaadf; }

 span { border-color: rgb(30,170,223); }

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