Shades of Summer Sky #1EABDD
Tints of Summer Sky #1EABDD
RGB
CMYK
RGB Variations
Color information
#1EABDD (or 0x1EABDD) is known color: Summer Sky. HEX triplet: 1E, AB and DD. RGB value is (30,171,221). Sum of RGB (Red+Green+Blue) = 30+171+221=422 (55% of max value = 765). Red value is 30 (12.11% from 255 or 7.11% from 422); Green value is 171 (67.19% from 255 or 40.52% from 422); Blue value is 221 (86.72% from 255 or 52.37% from 422); Max value from RGB is 221 - color contains mainly: blue. Hex color #1EABDD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1EABDD is #E15422. Grayscale: #868686. Windows color (decimal): -14767139 or 14527262. OLE color: 14527262.
HSL color Cylindrical-coordinate representation of color #1EABDD: hue angle of 195.71º 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 #1EABDD is Cyan = 0.86, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 30 | 171 | 221 | - |
| CMYK | 0.86 | 0.23 | 0 | 0.13 |
| HSL | 195.71º | 0.76% | 0.49% | - |
| HSV(B) | 195.71º | 0.86% | 0.87% | - |
| XYZ | 28.15 | 34.62 | 73.61 | - |
| YUV | 134.54 | 176.79 | 53.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 171 | 221 | 0.86 | 0.23 | 0 | 0.13 | 195.71 | 0.76 | 0.49 |
| Hex | 1E | AB | DD | 56 | 17 | 0 | D | C4 | 4C | 31 |
| Octal | 36 | 253 | 335 | 126 | 27 | 0 | 15 | 304 | 114 | 61 |
| Binary | 11110 | 10101011 | 11011101 | 1010110 | 10111 | 0 | 1101 | 11000100 | 1001100 | 110001 |
Color Harmonies of #1EABDD
Complementary color
Monochromatic Colors of #1EABDD
Black with #1EABDD
Text Example
Text Example
White with #1EABDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EABDD; }
p { color: rgb(30,171,221); }
H1.HeaderClassName
{
color: #1EABDD;
}
.AnyTagClassName
{
color: #1EABDD;
}
</style>
background-color css
<style>
a { background-color: #1EABDD; }
a { background-color: rgb(30,171,221); }
div.DivClassName
{
background-color: #1EABDD;
}
.BgClassName
{
background-color: #1EABDD;
}
</style>
border-color css
<style>
span { border-color: #1EABDD; }
span { border-color: rgb(30,171,221); }
td.TdClassName
{
border-color: #1EABDD;
}
.TagClassName
{
border-color: #1EABDD;
}
</style>