Shades of Summer Sky #1EAADB
Tints of Summer Sky #1EAADB
RGB
CMYK
RGB Variations
Color information
#1EAADB (or 0x1EAADB) is known color: Summer Sky. HEX triplet: 1E, AA and DB. RGB value is (30,170,219). Sum of RGB (Red+Green+Blue) = 30+170+219=419 (55% of max value = 765). Red value is 30 (12.11% from 255 or 7.16% from 419); Green value is 170 (66.80% from 255 or 40.57% from 419); Blue value is 219 (85.94% from 255 or 52.27% from 419); Max value from RGB is 219 - color contains mainly: blue. Hex color #1EAADB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1EAADB is #E15524. Grayscale: #858585. Windows color (decimal): -14767397 or 14395934. OLE color: 14395934.
HSL color Cylindrical-coordinate representation of color #1EAADB: hue angle of 195.56º 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 #1EAADB is Cyan = 0.86, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 30 | 170 | 219 | - |
| CMYK | 0.86 | 0.22 | 0 | 0.14 |
| HSL | 195.56º | 0.76% | 0.49% | - |
| HSV(B) | 195.56º | 0.86% | 0.86% | - |
| XYZ | 27.7 | 34.14 | 72.15 | - |
| YUV | 133.73 | 176.12 | 54.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 170 | 219 | 0.86 | 0.22 | 0 | 0.14 | 195.56 | 0.76 | 0.49 |
| Hex | 1E | AA | DB | 56 | 16 | 0 | E | C4 | 4C | 31 |
| Octal | 36 | 252 | 333 | 126 | 26 | 0 | 16 | 304 | 114 | 61 |
| Binary | 11110 | 10101010 | 11011011 | 1010110 | 10110 | 0 | 1110 | 11000100 | 1001100 | 110001 |
Color Harmonies of #1EAADB
Complementary color
Monochromatic Colors of #1EAADB
Black with #1EAADB
Text Example
Text Example
White with #1EAADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EAADB; }
p { color: rgb(30,170,219); }
H1.HeaderClassName
{
color: #1EAADB;
}
.AnyTagClassName
{
color: #1EAADB;
}
</style>
background-color css
<style>
a { background-color: #1EAADB; }
a { background-color: rgb(30,170,219); }
div.DivClassName
{
background-color: #1EAADB;
}
.BgClassName
{
background-color: #1EAADB;
}
</style>
border-color css
<style>
span { border-color: #1EAADB; }
span { border-color: rgb(30,170,219); }
td.TdClassName
{
border-color: #1EAADB;
}
.TagClassName
{
border-color: #1EAADB;
}
</style>