Shades of Summer Sky #1EAAEB
Tints of Summer Sky #1EAAEB
RGB
CMYK
RGB Variations
Color information
#1EAAEB (or 0x1EAAEB) is known color: Summer Sky. HEX triplet: 1E, AA and EB. RGB value is (30,170,235). Sum of RGB (Red+Green+Blue) = 30+170+235=435 (57% of max value = 765). Red value is 30 (12.11% from 255 or 6.90% from 435); Green value is 170 (66.80% from 255 or 39.08% from 435); Blue value is 235 (92.19% from 255 or 54.02% from 435); Max value from RGB is 235 - color contains mainly: blue. Hex color #1EAAEB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #1EAAEB is #E15514. Grayscale: #878787. Windows color (decimal): -14767381 or 15444510. OLE color: 15444510.
HSL color Cylindrical-coordinate representation of color #1EAAEB: hue angle of 199.02º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1EAAEB is Cyan = 0.87, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 30 | 170 | 235 | - |
| CMYK | 0.87 | 0.28 | 0 | 0.08 |
| HSL | 199.02º | 0.84% | 0.52% | - |
| HSV(B) | 199.02º | 0.87% | 0.92% | - |
| XYZ | 29.91 | 35.02 | 83.78 | - |
| YUV | 135.55 | 184.12 | 52.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 170 | 235 | 0.87 | 0.28 | 0 | 0.08 | 199.02 | 0.84 | 0.52 |
| Hex | 1E | AA | EB | 57 | 1C | 0 | 8 | C7 | 54 | 34 |
| Octal | 36 | 252 | 353 | 127 | 34 | 0 | 10 | 307 | 124 | 64 |
| Binary | 11110 | 10101010 | 11101011 | 1010111 | 11100 | 0 | 1000 | 11000111 | 1010100 | 110100 |
Color Harmonies of #1EAAEB
Complementary color
Monochromatic Colors of #1EAAEB
Black with #1EAAEB
Text Example
Text Example
White with #1EAAEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EAAEB; }
p { color: rgb(30,170,235); }
H1.HeaderClassName
{
color: #1EAAEB;
}
.AnyTagClassName
{
color: #1EAAEB;
}
</style>
background-color css
<style>
a { background-color: #1EAAEB; }
a { background-color: rgb(30,170,235); }
div.DivClassName
{
background-color: #1EAAEB;
}
.BgClassName
{
background-color: #1EAAEB;
}
</style>
border-color css
<style>
span { border-color: #1EAAEB; }
span { border-color: rgb(30,170,235); }
td.TdClassName
{
border-color: #1EAAEB;
}
.TagClassName
{
border-color: #1EAAEB;
}
</style>