Shades of Summer Sky #1EACEF
Tints of Summer Sky #1EACEF
RGB
CMYK
RGB Variations
Color information
#1EACEF (or 0x1EACEF) is known color: 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
| RGB | 30 | 172 | 239 | - |
| CMYK | 0.87 | 0.28 | 0 | 0.06 |
| HSL | 199.23º | 0.87% | 0.53% | - |
| HSV(B) | 199.23º | 0.87% | 0.94% | - |
| XYZ | 30.87 | 36.01 | 86.99 | - |
| YUV | 137.18 | 185.46 | 51.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 172 | 239 | 0.87 | 0.28 | 0 | 0.06 | 199.23 | 0.87 | 0.53 |
| Hex | 1E | AC | EF | 57 | 1C | 0 | 6 | C7 | 57 | 35 |
| Octal | 36 | 254 | 357 | 127 | 34 | 0 | 6 | 307 | 127 | 65 |
| Binary | 11110 | 10101100 | 11101111 | 1010111 | 11100 | 0 | 110 | 11000111 | 1010111 | 110101 |
Color Harmonies of #1EACEF
Complementary color
Monochromatic Colors of #1EACEF
Black with #1EACEF
Text Example
Text Example
White with #1EACEF
Text Example
Text Example
HTML Codes & Css Web 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>