Shades of Summer Sky #1EADDB
Tints of Summer Sky #1EADDB
RGB
CMYK
RGB Variations
Color information
#1EADDB (or 0x1EADDB) is known color: Summer Sky. HEX triplet: 1E, AD and DB. RGB value is (30,173,219). Sum of RGB (Red+Green+Blue) = 30+173+219=422 (55% of max value = 765). Red value is 30 (12.11% from 255 or 7.11% from 422); Green value is 173 (67.97% from 255 or 41.00% from 422); Blue value is 219 (85.94% from 255 or 51.90% from 422); Max value from RGB is 219 - color contains mainly: blue. Hex color #1EADDB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1EADDB is #E15224. Grayscale: #878787. Windows color (decimal): -14766629 or 14396702. OLE color: 14396702.
HSL color Cylindrical-coordinate representation of color #1EADDB: hue angle of 194.6º 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 #1EADDB is Cyan = 0.86, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 30 | 173 | 219 | - |
| CMYK | 0.86 | 0.21 | 0 | 0.14 |
| HSL | 194.6º | 0.76% | 0.49% | - |
| HSV(B) | 194.6º | 0.86% | 0.86% | - |
| XYZ | 28.27 | 35.28 | 72.34 | - |
| YUV | 135.49 | 175.12 | 52.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 173 | 219 | 0.86 | 0.21 | 0 | 0.14 | 194.6 | 0.76 | 0.49 |
| Hex | 1E | AD | DB | 56 | 15 | 0 | E | C3 | 4C | 31 |
| Octal | 36 | 255 | 333 | 126 | 25 | 0 | 16 | 303 | 114 | 61 |
| Binary | 11110 | 10101101 | 11011011 | 1010110 | 10101 | 0 | 1110 | 11000011 | 1001100 | 110001 |
Color Harmonies of #1EADDB
Complementary color
Monochromatic Colors of #1EADDB
Black with #1EADDB
Text Example
Text Example
White with #1EADDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EADDB; }
p { color: rgb(30,173,219); }
H1.HeaderClassName
{
color: #1EADDB;
}
.AnyTagClassName
{
color: #1EADDB;
}
</style>
background-color css
<style>
a { background-color: #1EADDB; }
a { background-color: rgb(30,173,219); }
div.DivClassName
{
background-color: #1EADDB;
}
.BgClassName
{
background-color: #1EADDB;
}
</style>
border-color css
<style>
span { border-color: #1EADDB; }
span { border-color: rgb(30,173,219); }
td.TdClassName
{
border-color: #1EADDB;
}
.TagClassName
{
border-color: #1EADDB;
}
</style>