Shades of Deep Sky Blue #0EAEFF
Tints of Deep Sky Blue #0EAEFF
RGB
CMYK
RGB Variations
Color information
#0EAEFF (or 0x0EAEFF) is known color: Deep Sky Blue. HEX triplet: 0E, AE and FF. RGB value is (14,174,255). Sum of RGB (Red+Green+Blue) = 14+174+255=443 (58% of max value = 765). Red value is 14 (5.86% from 255 or 3.16% from 443); Green value is 174 (68.36% from 255 or 39.28% from 443); Blue value is 255 (100% from 255 or 57.56% from 443); Max value from RGB is 255 - color contains mainly: blue. Hex color #0EAEFF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0EAEFF is #F15100. Grayscale: #868686. Windows color (decimal): -15814913 or 16756238. OLE color: 16756238.
HSL color Cylindrical-coordinate representation of color #0EAEFF: hue angle of 200.17º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0EAEFF is Cyan = 0.95, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 14 | 174 | 255 | - |
| CMYK | 0.95 | 0.32 | 0 | 0 |
| HSL | 200.17º | 1% | 0.53% | - |
| HSV(B) | 200.17º | 0.95% | 1% | - |
| XYZ | 33.37 | 37.59 | 100.1 | - |
| YUV | 135.39 | 195.49 | 41.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 174 | 255 | 0.95 | 0.32 | 0 | 0 | 200.17 | 1 | 0.53 |
| Hex | E | AE | FF | 5F | 20 | 0 | 0 | C8 | 64 | 35 |
| Octal | 16 | 256 | 377 | 137 | 40 | 0 | 0 | 310 | 144 | 65 |
| Binary | 1110 | 10101110 | 11111111 | 1011111 | 100000 | 0 | 0 | 11001000 | 1100100 | 110101 |
Color Harmonies of #0EAEFF
Complementary color
Monochromatic Colors of #0EAEFF
Black with #0EAEFF
Text Example
Text Example
White with #0EAEFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EAEFF; }
p { color: rgb(14,174,255); }
H1.HeaderClassName
{
color: #0EAEFF;
}
.AnyTagClassName
{
color: #0EAEFF;
}
</style>
background-color css
<style>
a { background-color: #0EAEFF; }
a { background-color: rgb(14,174,255); }
div.DivClassName
{
background-color: #0EAEFF;
}
.BgClassName
{
background-color: #0EAEFF;
}
</style>
border-color css
<style>
span { border-color: #0EAEFF; }
span { border-color: rgb(14,174,255); }
td.TdClassName
{
border-color: #0EAEFF;
}
.TagClassName
{
border-color: #0EAEFF;
}
</style>