Shades of Summer Sky #1EAFDD
Tints of Summer Sky #1EAFDD
RGB
CMYK
RGB Variations
Color information
#1EAFDD (or 0x1EAFDD) is known color: Summer Sky. HEX triplet: 1E, AF and DD. RGB value is (30,175,221). Sum of RGB (Red+Green+Blue) = 30+175+221=426 (56% of max value = 765). Red value is 30 (12.11% from 255 or 7.04% from 426); Green value is 175 (68.75% from 255 or 41.08% from 426); Blue value is 221 (86.72% from 255 or 51.88% from 426); Max value from RGB is 221 - color contains mainly: blue. Hex color #1EAFDD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1EAFDD is #E15022. Grayscale: #888888. Windows color (decimal): -14766115 or 14528286. OLE color: 14528286.
HSL color Cylindrical-coordinate representation of color #1EAFDD: hue angle of 194.45º 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 #1EAFDD is Cyan = 0.86, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 30 | 175 | 221 | - |
| CMYK | 0.86 | 0.21 | 0 | 0.13 |
| HSL | 194.45º | 0.76% | 0.49% | - |
| HSV(B) | 194.45º | 0.86% | 0.87% | - |
| XYZ | 28.92 | 36.16 | 73.86 | - |
| YUV | 136.89 | 175.46 | 51.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 175 | 221 | 0.86 | 0.21 | 0 | 0.13 | 194.45 | 0.76 | 0.49 |
| Hex | 1E | AF | DD | 56 | 15 | 0 | D | C2 | 4C | 31 |
| Octal | 36 | 257 | 335 | 126 | 25 | 0 | 15 | 302 | 114 | 61 |
| Binary | 11110 | 10101111 | 11011101 | 1010110 | 10101 | 0 | 1101 | 11000010 | 1001100 | 110001 |
Color Harmonies of #1EAFDD
Complementary color
Monochromatic Colors of #1EAFDD
Black with #1EAFDD
Text Example
Text Example
White with #1EAFDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EAFDD; }
p { color: rgb(30,175,221); }
H1.HeaderClassName
{
color: #1EAFDD;
}
.AnyTagClassName
{
color: #1EAFDD;
}
</style>
background-color css
<style>
a { background-color: #1EAFDD; }
a { background-color: rgb(30,175,221); }
div.DivClassName
{
background-color: #1EAFDD;
}
.BgClassName
{
background-color: #1EAFDD;
}
</style>
border-color css
<style>
span { border-color: #1EAFDD; }
span { border-color: rgb(30,175,221); }
td.TdClassName
{
border-color: #1EAFDD;
}
.TagClassName
{
border-color: #1EAFDD;
}
</style>