Shades of Summer Sky #1EACE8
Tints of Summer Sky #1EACE8
RGB
CMYK
RGB Variations
Color information
#1EACE8 (or 0x1EACE8) is known color: Summer Sky. HEX triplet: 1E, AC and E8. RGB value is (30,172,232). Sum of RGB (Red+Green+Blue) = 30+172+232=434 (57% of max value = 765). Red value is 30 (12.11% from 255 or 6.91% from 434); Green value is 172 (67.58% from 255 or 39.63% from 434); Blue value is 232 (91.02% from 255 or 53.46% from 434); Max value from RGB is 232 - color contains mainly: blue. Hex color #1EACE8 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #1EACE8 is #E15317. Grayscale: #888888. Windows color (decimal): -14766872 or 15248414. OLE color: 15248414.
HSL color Cylindrical-coordinate representation of color #1EACE8: hue angle of 197.82º degrees, saturation: 0.81, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1EACE8 is Cyan = 0.87, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 30 | 172 | 232 | - |
| CMYK | 0.87 | 0.26 | 0 | 0.09 |
| HSL | 197.82º | 0.81% | 0.51% | - |
| HSV(B) | 197.82º | 0.87% | 0.91% | - |
| XYZ | 29.85 | 35.61 | 81.64 | - |
| YUV | 136.38 | 181.96 | 52.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 172 | 232 | 0.87 | 0.26 | 0 | 0.09 | 197.82 | 0.81 | 0.51 |
| Hex | 1E | AC | E8 | 57 | 1A | 0 | 9 | C6 | 51 | 33 |
| Octal | 36 | 254 | 350 | 127 | 32 | 0 | 11 | 306 | 121 | 63 |
| Binary | 11110 | 10101100 | 11101000 | 1010111 | 11010 | 0 | 1001 | 11000110 | 1010001 | 110011 |
Color Harmonies of #1EACE8
Complementary color
Monochromatic Colors of #1EACE8
Black with #1EACE8
Text Example
Text Example
White with #1EACE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EACE8; }
p { color: rgb(30,172,232); }
H1.HeaderClassName
{
color: #1EACE8;
}
.AnyTagClassName
{
color: #1EACE8;
}
</style>
background-color css
<style>
a { background-color: #1EACE8; }
a { background-color: rgb(30,172,232); }
div.DivClassName
{
background-color: #1EACE8;
}
.BgClassName
{
background-color: #1EACE8;
}
</style>
border-color css
<style>
span { border-color: #1EACE8; }
span { border-color: rgb(30,172,232); }
td.TdClassName
{
border-color: #1EACE8;
}
.TagClassName
{
border-color: #1EACE8;
}
</style>