Shades of Summer Sky #1EACEE
Tints of Summer Sky #1EACEE
RGB
CMYK
RGB Variations
Color information
#1EACEE (or 0x1EACEE) is known color: Summer Sky. HEX triplet: 1E, AC and EE. RGB value is (30,172,238). Sum of RGB (Red+Green+Blue) = 30+172+238=440 (58% of max value = 765). Red value is 30 (12.11% from 255 or 6.82% from 440); Green value is 172 (67.58% from 255 or 39.09% from 440); Blue value is 238 (93.36% from 255 or 54.09% from 440); Max value from RGB is 238 - color contains mainly: blue. Hex color #1EACEE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #1EACEE is #E15311. Grayscale: #888888. Windows color (decimal): -14766866 or 15641630. OLE color: 15641630.
HSL color Cylindrical-coordinate representation of color #1EACEE: hue angle of 199.04º degrees, saturation: 0.86, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1EACEE is Cyan = 0.87, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 30 | 172 | 238 | - |
| CMYK | 0.87 | 0.28 | 0 | 0.07 |
| HSL | 199.04º | 0.86% | 0.53% | - |
| HSV(B) | 199.04º | 0.87% | 0.93% | - |
| XYZ | 30.72 | 35.95 | 86.21 | - |
| YUV | 137.07 | 184.96 | 51.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 172 | 238 | 0.87 | 0.28 | 0 | 0.07 | 199.04 | 0.86 | 0.53 |
| Hex | 1E | AC | EE | 57 | 1C | 0 | 7 | C7 | 56 | 35 |
| Octal | 36 | 254 | 356 | 127 | 34 | 0 | 7 | 307 | 126 | 65 |
| Binary | 11110 | 10101100 | 11101110 | 1010111 | 11100 | 0 | 111 | 11000111 | 1010110 | 110101 |
Color Harmonies of #1EACEE
Complementary color
Monochromatic Colors of #1EACEE
Black with #1EACEE
Text Example
Text Example
White with #1EACEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EACEE; }
p { color: rgb(30,172,238); }
H1.HeaderClassName
{
color: #1EACEE;
}
.AnyTagClassName
{
color: #1EACEE;
}
</style>
background-color css
<style>
a { background-color: #1EACEE; }
a { background-color: rgb(30,172,238); }
div.DivClassName
{
background-color: #1EACEE;
}
.BgClassName
{
background-color: #1EACEE;
}
</style>
border-color css
<style>
span { border-color: #1EACEE; }
span { border-color: rgb(30,172,238); }
td.TdClassName
{
border-color: #1EACEE;
}
.TagClassName
{
border-color: #1EACEE;
}
</style>