#1EACEF

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

Shades of Summer Sky #1EACEF

Tints of Summer Sky #1EACEF

Color information

#1EACEF (or 0x1EACEF) is unknown color: approx Summer Sky. HEX triplet: 1E, AC and EF. RGB value is (30,172,239). Sum of RGB (Red+Green+Blue) = 30+172+239=441 (58% of max value = 765). Red value is 30 (12.11% from 255 or 6.80% from 441); Green value is 172 (67.58% from 255 or 39.00% from 441); Blue value is 239 (93.75% from 255 or 54.20% from 441); Max value from RGB is 239 - color contains mainly: blue. Hex color #1EACEF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #1EACEF is #E15310. Grayscale: #888888. Windows color (decimal): -14766865 or 15707166. OLE color: 15707166.

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

Color convert

RGB30172239-
CMYK0.870.2800.06
HSL199.23º86.72%52.75%-
HSV(B)199.23º87.45%93.73%-
XYZ30.8736.0186.99-
YUV137.18185.4651.55-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 6.80%
GREEN value IS 172 (67.58% from 255) = 39.00%
BLUE value IS 239 (93.75% from 255) = 54.20%
R=6.80%
G=39.00%
B=54.20%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal301722390.870.2800.06199.2386.7252.75
Hex1EACEF571C06c75735
Octal36254357127340630712765
Binary1111010101100111011111010111111000110110001111010111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1EACEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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