Shades of Summer Sky #1EAEDD
Tints of Summer Sky #1EAEDD
RGB
CMYK
RGB Variations
Color information
#1EAEDD (or 0x1EAEDD) is known color: Summer Sky. HEX triplet: 1E, AE and DD. RGB value is (30,174,221). Sum of RGB (Red+Green+Blue) = 30+174+221=425 (56% of max value = 765). Red value is 30 (12.11% from 255 or 7.06% from 425); Green value is 174 (68.36% from 255 or 40.94% from 425); Blue value is 221 (86.72% from 255 or 52% from 425); Max value from RGB is 221 - color contains mainly: blue. Hex color #1EAEDD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1EAEDD is #E15122. Grayscale: #878787. Windows color (decimal): -14766371 or 14528030. OLE color: 14528030.
HSL color Cylindrical-coordinate representation of color #1EAEDD: hue angle of 194.76º 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 #1EAEDD is Cyan = 0.86, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 30 | 174 | 221 | - |
| CMYK | 0.86 | 0.21 | 0 | 0.13 |
| HSL | 194.76º | 0.76% | 0.49% | - |
| HSV(B) | 194.76º | 0.86% | 0.87% | - |
| XYZ | 28.72 | 35.77 | 73.8 | - |
| YUV | 136.3 | 175.79 | 52.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 174 | 221 | 0.86 | 0.21 | 0 | 0.13 | 194.76 | 0.76 | 0.49 |
| Hex | 1E | AE | DD | 56 | 15 | 0 | D | C3 | 4C | 31 |
| Octal | 36 | 256 | 335 | 126 | 25 | 0 | 15 | 303 | 114 | 61 |
| Binary | 11110 | 10101110 | 11011101 | 1010110 | 10101 | 0 | 1101 | 11000011 | 1001100 | 110001 |
Color Harmonies of #1EAEDD
Complementary color
Monochromatic Colors of #1EAEDD
Black with #1EAEDD
Text Example
Text Example
White with #1EAEDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EAEDD; }
p { color: rgb(30,174,221); }
H1.HeaderClassName
{
color: #1EAEDD;
}
.AnyTagClassName
{
color: #1EAEDD;
}
</style>
background-color css
<style>
a { background-color: #1EAEDD; }
a { background-color: rgb(30,174,221); }
div.DivClassName
{
background-color: #1EAEDD;
}
.BgClassName
{
background-color: #1EAEDD;
}
</style>
border-color css
<style>
span { border-color: #1EAEDD; }
span { border-color: rgb(30,174,221); }
td.TdClassName
{
border-color: #1EAEDD;
}
.TagClassName
{
border-color: #1EAEDD;
}
</style>