Shades of Summer Sky #1EADDA
Tints of Summer Sky #1EADDA
RGB
CMYK
RGB Variations
Color information
#1EADDA (or 0x1EADDA) is known color: Summer Sky. HEX triplet: 1E, AD and DA. RGB value is (30,173,218). Sum of RGB (Red+Green+Blue) = 30+173+218=421 (55% of max value = 765). Red value is 30 (12.11% from 255 or 7.13% from 421); Green value is 173 (67.97% from 255 or 41.09% from 421); Blue value is 218 (85.55% from 255 or 51.78% from 421); Max value from RGB is 218 - color contains mainly: blue. Hex color #1EADDA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1EADDA is #E15225. Grayscale: #878787. Windows color (decimal): -14766630 or 14331166. OLE color: 14331166.
HSL color Cylindrical-coordinate representation of color #1EADDA: hue angle of 194.36º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1EADDA is Cyan = 0.86, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 30 | 173 | 218 | - |
| CMYK | 0.86 | 0.21 | 0 | 0.15 |
| HSL | 194.36º | 0.76% | 0.49% | - |
| HSV(B) | 194.36º | 0.86% | 0.85% | - |
| XYZ | 28.13 | 35.23 | 71.65 | - |
| YUV | 135.37 | 174.62 | 52.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 173 | 218 | 0.86 | 0.21 | 0 | 0.15 | 194.36 | 0.76 | 0.49 |
| Hex | 1E | AD | DA | 56 | 15 | 0 | F | C2 | 4C | 31 |
| Octal | 36 | 255 | 332 | 126 | 25 | 0 | 17 | 302 | 114 | 61 |
| Binary | 11110 | 10101101 | 11011010 | 1010110 | 10101 | 0 | 1111 | 11000010 | 1001100 | 110001 |
Color Harmonies of #1EADDA
Complementary color
Monochromatic Colors of #1EADDA
Black with #1EADDA
Text Example
Text Example
White with #1EADDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EADDA; }
p { color: rgb(30,173,218); }
H1.HeaderClassName
{
color: #1EADDA;
}
.AnyTagClassName
{
color: #1EADDA;
}
</style>
background-color css
<style>
a { background-color: #1EADDA; }
a { background-color: rgb(30,173,218); }
div.DivClassName
{
background-color: #1EADDA;
}
.BgClassName
{
background-color: #1EADDA;
}
</style>
border-color css
<style>
span { border-color: #1EADDA; }
span { border-color: rgb(30,173,218); }
td.TdClassName
{
border-color: #1EADDA;
}
.TagClassName
{
border-color: #1EADDA;
}
</style>