Shades of Summer Sky #1EAFEF
Tints of Summer Sky #1EAFEF
RGB
CMYK
RGB Variations
Color information
#1EAFEF (or 0x1EAFEF) is known color: Summer Sky. HEX triplet: 1E, AF and EF. RGB value is (30,175,239). Sum of RGB (Red+Green+Blue) = 30+175+239=444 (58% of max value = 765). Red value is 30 (12.11% from 255 or 6.76% from 444); Green value is 175 (68.75% from 255 or 39.41% from 444); Blue value is 239 (93.75% from 255 or 53.83% from 444); Max value from RGB is 239 - color contains mainly: blue. Hex color #1EAFEF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #1EAFEF is #E15010. Grayscale: #8A8A8A. Windows color (decimal): -14766097 or 15707934. OLE color: 15707934.
HSL color Cylindrical-coordinate representation of color #1EAFEF: hue angle of 198.37º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1EAFEF is Cyan = 0.87, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 30 | 175 | 239 | - |
| CMYK | 0.87 | 0.27 | 0 | 0.06 |
| HSL | 198.37º | 0.87% | 0.53% | - |
| HSV(B) | 198.37º | 0.87% | 0.94% | - |
| XYZ | 31.45 | 37.17 | 87.18 | - |
| YUV | 138.94 | 184.46 | 50.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 175 | 239 | 0.87 | 0.27 | 0 | 0.06 | 198.37 | 0.87 | 0.53 |
| Hex | 1E | AF | EF | 57 | 1B | 0 | 6 | C6 | 57 | 35 |
| Octal | 36 | 257 | 357 | 127 | 33 | 0 | 6 | 306 | 127 | 65 |
| Binary | 11110 | 10101111 | 11101111 | 1010111 | 11011 | 0 | 110 | 11000110 | 1010111 | 110101 |
Color Harmonies of #1EAFEF
Complementary color
Monochromatic Colors of #1EAFEF
Black with #1EAFEF
Text Example
Text Example
White with #1EAFEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EAFEF; }
p { color: rgb(30,175,239); }
H1.HeaderClassName
{
color: #1EAFEF;
}
.AnyTagClassName
{
color: #1EAFEF;
}
</style>
background-color css
<style>
a { background-color: #1EAFEF; }
a { background-color: rgb(30,175,239); }
div.DivClassName
{
background-color: #1EAFEF;
}
.BgClassName
{
background-color: #1EAFEF;
}
</style>
border-color css
<style>
span { border-color: #1EAFEF; }
span { border-color: rgb(30,175,239); }
td.TdClassName
{
border-color: #1EAFEF;
}
.TagClassName
{
border-color: #1EAFEF;
}
</style>