Shades of Summer Sky #1EADDD
Tints of Summer Sky #1EADDD
RGB
CMYK
RGB Variations
Color information
#1EADDD (or 0x1EADDD) is known color: Summer Sky. HEX triplet: 1E, AD and DD. RGB value is (30,173,221). Sum of RGB (Red+Green+Blue) = 30+173+221=424 (56% of max value = 765). Red value is 30 (12.11% from 255 or 7.08% from 424); Green value is 173 (67.97% from 255 or 40.80% from 424); Blue value is 221 (86.72% from 255 or 52.12% from 424); Max value from RGB is 221 - color contains mainly: blue. Hex color #1EADDD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1EADDD is #E15222. Grayscale: #878787. Windows color (decimal): -14766627 or 14527774. OLE color: 14527774.
HSL color Cylindrical-coordinate representation of color #1EADDD: hue angle of 195.08º 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 #1EADDD is Cyan = 0.86, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 30 | 173 | 221 | - |
| CMYK | 0.86 | 0.22 | 0 | 0.13 |
| HSL | 195.08º | 0.76% | 0.49% | - |
| HSV(B) | 195.08º | 0.86% | 0.87% | - |
| XYZ | 28.53 | 35.38 | 73.73 | - |
| YUV | 135.72 | 176.12 | 52.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 173 | 221 | 0.86 | 0.22 | 0 | 0.13 | 195.08 | 0.76 | 0.49 |
| Hex | 1E | AD | DD | 56 | 16 | 0 | D | C3 | 4C | 31 |
| Octal | 36 | 255 | 335 | 126 | 26 | 0 | 15 | 303 | 114 | 61 |
| Binary | 11110 | 10101101 | 11011101 | 1010110 | 10110 | 0 | 1101 | 11000011 | 1001100 | 110001 |
Color Harmonies of #1EADDD
Complementary color
Monochromatic Colors of #1EADDD
Black with #1EADDD
Text Example
Text Example
White with #1EADDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EADDD; }
p { color: rgb(30,173,221); }
H1.HeaderClassName
{
color: #1EADDD;
}
.AnyTagClassName
{
color: #1EADDD;
}
</style>
background-color css
<style>
a { background-color: #1EADDD; }
a { background-color: rgb(30,173,221); }
div.DivClassName
{
background-color: #1EADDD;
}
.BgClassName
{
background-color: #1EADDD;
}
</style>
border-color css
<style>
span { border-color: #1EADDD; }
span { border-color: rgb(30,173,221); }
td.TdClassName
{
border-color: #1EADDD;
}
.TagClassName
{
border-color: #1EADDD;
}
</style>