Shades of Deep Sky Blue #0EAEF4
Tints of Deep Sky Blue #0EAEF4
RGB
CMYK
RGB Variations
Color information
#0EAEF4 (or 0x0EAEF4) is known color: Deep Sky Blue. HEX triplet: 0E, AE and F4. RGB value is (14,174,244). Sum of RGB (Red+Green+Blue) = 14+174+244=432 (57% of max value = 765). Red value is 14 (5.86% from 255 or 3.24% from 432); Green value is 174 (68.36% from 255 or 40.28% from 432); Blue value is 244 (95.70% from 255 or 56.48% from 432); Max value from RGB is 244 - color contains mainly: blue. Hex color #0EAEF4 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0EAEF4 is #F1510B. Grayscale: #858585. Windows color (decimal): -15814924 or 16035342. OLE color: 16035342.
HSL color Cylindrical-coordinate representation of color #0EAEF4: hue angle of 198.26º degrees, saturation: 0.91, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0EAEF4 is Cyan = 0.94, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 14 | 174 | 244 | - |
| CMYK | 0.94 | 0.29 | 0 | 0.04 |
| HSL | 198.26º | 0.91% | 0.51% | - |
| HSV(B) | 198.26º | 0.94% | 0.96% | - |
| XYZ | 31.65 | 36.9 | 91.04 | - |
| YUV | 134.14 | 189.99 | 42.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 174 | 244 | 0.94 | 0.29 | 0 | 0.04 | 198.26 | 0.91 | 0.51 |
| Hex | E | AE | F4 | 5E | 1D | 0 | 4 | C6 | 5B | 33 |
| Octal | 16 | 256 | 364 | 136 | 35 | 0 | 4 | 306 | 133 | 63 |
| Binary | 1110 | 10101110 | 11110100 | 1011110 | 11101 | 0 | 100 | 11000110 | 1011011 | 110011 |
Color Harmonies of #0EAEF4
Complementary color
Monochromatic Colors of #0EAEF4
Black with #0EAEF4
Text Example
Text Example
White with #0EAEF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EAEF4; }
p { color: rgb(14,174,244); }
H1.HeaderClassName
{
color: #0EAEF4;
}
.AnyTagClassName
{
color: #0EAEF4;
}
</style>
background-color css
<style>
a { background-color: #0EAEF4; }
a { background-color: rgb(14,174,244); }
div.DivClassName
{
background-color: #0EAEF4;
}
.BgClassName
{
background-color: #0EAEF4;
}
</style>
border-color css
<style>
span { border-color: #0EAEF4; }
span { border-color: rgb(14,174,244); }
td.TdClassName
{
border-color: #0EAEF4;
}
.TagClassName
{
border-color: #0EAEF4;
}
</style>