Shades of Summer Sky #1EACDB
Tints of Summer Sky #1EACDB
RGB
CMYK
RGB Variations
Color information
#1EACDB (or 0x1EACDB) is known color: Summer Sky. HEX triplet: 1E, AC and DB. RGB value is (30,172,219). Sum of RGB (Red+Green+Blue) = 30+172+219=421 (55% of max value = 765). Red value is 30 (12.11% from 255 or 7.13% from 421); Green value is 172 (67.58% from 255 or 40.86% from 421); Blue value is 219 (85.94% from 255 or 52.02% from 421); Max value from RGB is 219 - color contains mainly: blue. Hex color #1EACDB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1EACDB is #E15324. Grayscale: #868686. Windows color (decimal): -14766885 or 14396446. OLE color: 14396446.
HSL color Cylindrical-coordinate representation of color #1EACDB: hue angle of 194.92º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1EACDB is Cyan = 0.86, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 30 | 172 | 219 | - |
| CMYK | 0.86 | 0.21 | 0 | 0.14 |
| HSL | 194.92º | 0.76% | 0.49% | - |
| HSV(B) | 194.92º | 0.86% | 0.86% | - |
| XYZ | 28.07 | 34.9 | 72.27 | - |
| YUV | 134.9 | 175.46 | 53.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 172 | 219 | 0.86 | 0.21 | 0 | 0.14 | 194.92 | 0.76 | 0.49 |
| Hex | 1E | AC | DB | 56 | 15 | 0 | E | C3 | 4C | 31 |
| Octal | 36 | 254 | 333 | 126 | 25 | 0 | 16 | 303 | 114 | 61 |
| Binary | 11110 | 10101100 | 11011011 | 1010110 | 10101 | 0 | 1110 | 11000011 | 1001100 | 110001 |
Color Harmonies of #1EACDB
Complementary color
Monochromatic Colors of #1EACDB
Black with #1EACDB
Text Example
Text Example
White with #1EACDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EACDB; }
p { color: rgb(30,172,219); }
H1.HeaderClassName
{
color: #1EACDB;
}
.AnyTagClassName
{
color: #1EACDB;
}
</style>
background-color css
<style>
a { background-color: #1EACDB; }
a { background-color: rgb(30,172,219); }
div.DivClassName
{
background-color: #1EACDB;
}
.BgClassName
{
background-color: #1EACDB;
}
</style>
border-color css
<style>
span { border-color: #1EACDB; }
span { border-color: rgb(30,172,219); }
td.TdClassName
{
border-color: #1EACDB;
}
.TagClassName
{
border-color: #1EACDB;
}
</style>