#1EA9EF

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

Shades of Summer Sky #1EA9EF

Tints of Summer Sky #1EA9EF

Color information

#1EA9EF (or 0x1EA9EF) is unknown color: approx Summer Sky. HEX triplet: 1E, A9 and EF. RGB value is (30,169,239). Sum of RGB (Red+Green+Blue) = 30+169+239=438 (58% of max value = 765). Red value is 30 (12.11% from 255 or 6.85% from 438); Green value is 169 (66.41% from 255 or 38.58% from 438); Blue value is 239 (93.75% from 255 or 54.57% from 438); Max value from RGB is 239 - color contains mainly: blue. Hex color #1EA9EF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #1EA9EF is #E15610. Grayscale: #878787. Windows color (decimal): -14767633 or 15706398. OLE color: 15706398.

HSL color Cylindrical-coordinate representation of color #1EA9EF: hue angle of 200.1º 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 #1EA9EF is Cyan = 0.87, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB30169239-
CMYK0.870.2900.06
HSL200.1º86.72%52.75%-
HSV(B)200.1º87.45%93.73%-
XYZ30.334.8886.8-
YUV135.42186.4552.81-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 6.85%
GREEN value IS 169 (66.41% from 255) = 38.58%
BLUE value IS 239 (93.75% from 255) = 54.57%
R=6.85%
G=38.58%
B=54.57%

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
Decimal301692390.870.2900.06200.186.7252.75
Hex1EA9EF571D06c85735
Octal36251357127350631012765
Binary1111010101001111011111010111111010110110010001010111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1EA9EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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