#1EAAEF

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

Shades of Summer Sky #1EAAEF

Tints of Summer Sky #1EAAEF

Color information

#1EAAEF (or 0x1EAAEF) is unknown color: approx Summer Sky. HEX triplet: 1E, AA and EF. RGB value is (30,170,239). Sum of RGB (Red+Green+Blue) = 30+170+239=439 (58% of max value = 765). Red value is 30 (12.11% from 255 or 6.83% from 439); Green value is 170 (66.80% from 255 or 38.72% from 439); Blue value is 239 (93.75% from 255 or 54.44% from 439); Max value from RGB is 239 - color contains mainly: blue. Hex color #1EAAEF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #1EAAEF is #E15510. Grayscale: #878787. Windows color (decimal): -14767377 or 15706654. OLE color: 15706654.

HSL color Cylindrical-coordinate representation of color #1EAAEF: hue angle of 199.81º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1EAAEF is Cyan = 0.87, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB30170239-
CMYK0.870.2900.06
HSL199.81º86.72%52.75%-
HSV(B)199.81º87.45%93.73%-
XYZ30.4935.2686.86-
YUV136.01186.1252.39-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 6.83%
GREEN value IS 170 (66.80% from 255) = 38.72%
BLUE value IS 239 (93.75% from 255) = 54.44%
R=6.83%
G=38.72%
B=54.44%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal301702390.870.2900.06199.8186.7252.75
Hex1EAAEF571D06c85735
Octal36252357127350631012765
Binary1111010101010111011111010111111010110110010001010111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1EAAEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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