Shades of Summer Sky #1EAFE6
Tints of Summer Sky #1EAFE6
RGB
CMYK
RGB Variations
Color information
#1EAFE6 (or 0x1EAFE6) is known color: Summer Sky. HEX triplet: 1E, AF and E6. RGB value is (30,175,230). Sum of RGB (Red+Green+Blue) = 30+175+230=435 (57% of max value = 765). Red value is 30 (12.11% from 255 or 6.90% from 435); Green value is 175 (68.75% from 255 or 40.23% from 435); Blue value is 230 (90.23% from 255 or 52.87% from 435); Max value from RGB is 230 - color contains mainly: blue. Hex color #1EAFE6 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #1EAFE6 is #E15019. Grayscale: #898989. Windows color (decimal): -14766106 or 15118110. OLE color: 15118110.
HSL color Cylindrical-coordinate representation of color #1EAFE6: hue angle of 196.5º degrees, saturation: 0.8, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1EAFE6 is Cyan = 0.87, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 30 | 175 | 230 | - |
| CMYK | 0.87 | 0.24 | 0 | 0.10 |
| HSL | 196.5º | 0.8% | 0.51% | - |
| HSV(B) | 196.5º | 0.87% | 0.9% | - |
| XYZ | 30.15 | 36.65 | 80.35 | - |
| YUV | 137.92 | 179.96 | 51.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 175 | 230 | 0.87 | 0.24 | 0 | 0.10 | 196.5 | 0.8 | 0.51 |
| Hex | 1E | AF | E6 | 57 | 18 | 0 | A | C4 | 50 | 33 |
| Octal | 36 | 257 | 346 | 127 | 30 | 0 | 12 | 304 | 120 | 63 |
| Binary | 11110 | 10101111 | 11100110 | 1010111 | 11000 | 0 | 1010 | 11000100 | 1010000 | 110011 |
Color Harmonies of #1EAFE6
Complementary color
Monochromatic Colors of #1EAFE6
Black with #1EAFE6
Text Example
Text Example
White with #1EAFE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EAFE6; }
p { color: rgb(30,175,230); }
H1.HeaderClassName
{
color: #1EAFE6;
}
.AnyTagClassName
{
color: #1EAFE6;
}
</style>
background-color css
<style>
a { background-color: #1EAFE6; }
a { background-color: rgb(30,175,230); }
div.DivClassName
{
background-color: #1EAFE6;
}
.BgClassName
{
background-color: #1EAFE6;
}
</style>
border-color css
<style>
span { border-color: #1EAFE6; }
span { border-color: rgb(30,175,230); }
td.TdClassName
{
border-color: #1EAFE6;
}
.TagClassName
{
border-color: #1EAFE6;
}
</style>