Shades of Summer Sky #1EAADC
Tints of Summer Sky #1EAADC
RGB
CMYK
RGB Variations
Color information
#1EAADC (or 0x1EAADC) is known color: Summer Sky. HEX triplet: 1E, AA and DC. RGB value is (30,170,220). Sum of RGB (Red+Green+Blue) = 30+170+220=420 (55% of max value = 765). Red value is 30 (12.11% from 255 or 7.14% from 420); Green value is 170 (66.80% from 255 or 40.48% from 420); Blue value is 220 (86.33% from 255 or 52.38% from 420); Max value from RGB is 220 - color contains mainly: blue. Hex color #1EAADC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1EAADC is #E15523. Grayscale: #858585. Windows color (decimal): -14767396 or 14461470. OLE color: 14461470.
HSL color Cylindrical-coordinate representation of color #1EAADC: hue angle of 195.79º 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 #1EAADC is Cyan = 0.86, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 30 | 170 | 220 | - |
| CMYK | 0.86 | 0.23 | 0 | 0.14 |
| HSL | 195.79º | 0.76% | 0.49% | - |
| HSV(B) | 195.79º | 0.86% | 0.86% | - |
| XYZ | 27.83 | 34.19 | 72.84 | - |
| YUV | 133.84 | 176.62 | 53.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 170 | 220 | 0.86 | 0.23 | 0 | 0.14 | 195.79 | 0.76 | 0.49 |
| Hex | 1E | AA | DC | 56 | 17 | 0 | E | C4 | 4C | 31 |
| Octal | 36 | 252 | 334 | 126 | 27 | 0 | 16 | 304 | 114 | 61 |
| Binary | 11110 | 10101010 | 11011100 | 1010110 | 10111 | 0 | 1110 | 11000100 | 1001100 | 110001 |
Color Harmonies of #1EAADC
Complementary color
Monochromatic Colors of #1EAADC
Black with #1EAADC
Text Example
Text Example
White with #1EAADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EAADC; }
p { color: rgb(30,170,220); }
H1.HeaderClassName
{
color: #1EAADC;
}
.AnyTagClassName
{
color: #1EAADC;
}
</style>
background-color css
<style>
a { background-color: #1EAADC; }
a { background-color: rgb(30,170,220); }
div.DivClassName
{
background-color: #1EAADC;
}
.BgClassName
{
background-color: #1EAADC;
}
</style>
border-color css
<style>
span { border-color: #1EAADC; }
span { border-color: rgb(30,170,220); }
td.TdClassName
{
border-color: #1EAADC;
}
.TagClassName
{
border-color: #1EAADC;
}
</style>