Shades of Summer Sky #1EACDE
Tints of Summer Sky #1EACDE
RGB
CMYK
RGB Variations
Color information
#1EACDE (or 0x1EACDE) is known color: Summer Sky. HEX triplet: 1E, AC and DE. RGB value is (30,172,222). Sum of RGB (Red+Green+Blue) = 30+172+222=424 (56% of max value = 765). Red value is 30 (12.11% from 255 or 7.08% from 424); Green value is 172 (67.58% from 255 or 40.57% from 424); Blue value is 222 (87.11% from 255 or 52.36% from 424); Max value from RGB is 222 - color contains mainly: blue. Hex color #1EACDE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1EACDE is #E15321. Grayscale: #868686. Windows color (decimal): -14766882 or 14593054. OLE color: 14593054.
HSL color Cylindrical-coordinate representation of color #1EACDE: hue angle of 195.62º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1EACDE is Cyan = 0.86, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 30 | 172 | 222 | - |
| CMYK | 0.86 | 0.23 | 0 | 0.13 |
| HSL | 195.63º | 0.76% | 0.49% | - |
| HSV(B) | 195.63º | 0.86% | 0.87% | - |
| XYZ | 28.47 | 35.06 | 74.37 | - |
| YUV | 135.24 | 176.96 | 52.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 172 | 222 | 0.86 | 0.23 | 0 | 0.13 | 195.63 | 0.76 | 0.49 |
| Hex | 1E | AC | DE | 56 | 17 | 0 | D | C4 | 4C | 31 |
| Octal | 36 | 254 | 336 | 126 | 27 | 0 | 15 | 304 | 114 | 61 |
| Binary | 11110 | 10101100 | 11011110 | 1010110 | 10111 | 0 | 1101 | 11000100 | 1001100 | 110001 |
Color Harmonies of #1EACDE
Complementary color
Monochromatic Colors of #1EACDE
Black with #1EACDE
Text Example
Text Example
White with #1EACDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EACDE; }
p { color: rgb(30,172,222); }
H1.HeaderClassName
{
color: #1EACDE;
}
.AnyTagClassName
{
color: #1EACDE;
}
</style>
background-color css
<style>
a { background-color: #1EACDE; }
a { background-color: rgb(30,172,222); }
div.DivClassName
{
background-color: #1EACDE;
}
.BgClassName
{
background-color: #1EACDE;
}
</style>
border-color css
<style>
span { border-color: #1EACDE; }
span { border-color: rgb(30,172,222); }
td.TdClassName
{
border-color: #1EACDE;
}
.TagClassName
{
border-color: #1EACDE;
}
</style>