Shades of Summer Sky #1EAAF0
Tints of Summer Sky #1EAAF0
RGB
CMYK
RGB Variations
Color information
#1EAAF0 (or 0x1EAAF0) is known color: Summer Sky. HEX triplet: 1E, AA and F0. RGB value is (30,170,240). Sum of RGB (Red+Green+Blue) = 30+170+240=440 (58% of max value = 765). Red value is 30 (12.11% from 255 or 6.82% from 440); Green value is 170 (66.80% from 255 or 38.64% from 440); Blue value is 240 (94.14% from 255 or 54.55% from 440); Max value from RGB is 240 - color contains mainly: blue. Hex color #1EAAF0 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #1EAAF0 is #E1550F. Grayscale: #878787. Windows color (decimal): -14767376 or 15772190. OLE color: 15772190.
HSL color Cylindrical-coordinate representation of color #1EAAF0: hue angle of 200º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1EAAF0 is Cyan = 0.87, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 30 | 170 | 240 | - |
| CMYK | 0.87 | 0.29 | 0 | 0.06 |
| HSL | 200º | 0.88% | 0.53% | - |
| HSV(B) | 200º | 0.88% | 0.94% | - |
| XYZ | 30.64 | 35.32 | 87.64 | - |
| YUV | 136.12 | 186.62 | 52.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 170 | 240 | 0.87 | 0.29 | 0 | 0.06 | 200 | 0.88 | 0.53 |
| Hex | 1E | AA | F0 | 57 | 1D | 0 | 6 | C8 | 58 | 35 |
| Octal | 36 | 252 | 360 | 127 | 35 | 0 | 6 | 310 | 130 | 65 |
| Binary | 11110 | 10101010 | 11110000 | 1010111 | 11101 | 0 | 110 | 11001000 | 1011000 | 110101 |
Color Harmonies of #1EAAF0
Complementary color
Monochromatic Colors of #1EAAF0
Black with #1EAAF0
Text Example
Text Example
White with #1EAAF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EAAF0; }
p { color: rgb(30,170,240); }
H1.HeaderClassName
{
color: #1EAAF0;
}
.AnyTagClassName
{
color: #1EAAF0;
}
</style>
background-color css
<style>
a { background-color: #1EAAF0; }
a { background-color: rgb(30,170,240); }
div.DivClassName
{
background-color: #1EAAF0;
}
.BgClassName
{
background-color: #1EAAF0;
}
</style>
border-color css
<style>
span { border-color: #1EAAF0; }
span { border-color: rgb(30,170,240); }
td.TdClassName
{
border-color: #1EAAF0;
}
.TagClassName
{
border-color: #1EAAF0;
}
</style>