Shades of Deep Sky Blue #0EAAFF
Tints of Deep Sky Blue #0EAAFF
RGB
CMYK
RGB Variations
Color information
#0EAAFF (or 0x0EAAFF) is known color: Deep Sky Blue. HEX triplet: 0E, AA and FF. RGB value is (14,170,255). Sum of RGB (Red+Green+Blue) = 14+170+255=439 (58% of max value = 765). Red value is 14 (5.86% from 255 or 3.19% from 439); Green value is 170 (66.80% from 255 or 38.72% from 439); Blue value is 255 (100% from 255 or 58.09% from 439); Max value from RGB is 255 - color contains mainly: blue. Hex color #0EAAFF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0EAAFF is #F15500. Grayscale: #848484. Windows color (decimal): -15815937 or 16755214. OLE color: 16755214.
HSL color Cylindrical-coordinate representation of color #0EAAFF: hue angle of 201.16º 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 #0EAAFF is Cyan = 0.95, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 14 | 170 | 255 | - |
| CMYK | 0.95 | 0.33 | 0 | 0 |
| HSL | 201.16º | 1% | 0.53% | - |
| HSV(B) | 201.16º | 0.95% | 1% | - |
| XYZ | 32.61 | 36.06 | 99.85 | - |
| YUV | 133.05 | 196.82 | 43.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 170 | 255 | 0.95 | 0.33 | 0 | 0 | 201.16 | 1 | 0.53 |
| Hex | E | AA | FF | 5F | 21 | 0 | 0 | C9 | 64 | 35 |
| Octal | 16 | 252 | 377 | 137 | 41 | 0 | 0 | 311 | 144 | 65 |
| Binary | 1110 | 10101010 | 11111111 | 1011111 | 100001 | 0 | 0 | 11001001 | 1100100 | 110101 |
Color Harmonies of #0EAAFF
Complementary color
Monochromatic Colors of #0EAAFF
Black with #0EAAFF
Text Example
Text Example
White with #0EAAFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EAAFF; }
p { color: rgb(14,170,255); }
H1.HeaderClassName
{
color: #0EAAFF;
}
.AnyTagClassName
{
color: #0EAAFF;
}
</style>
background-color css
<style>
a { background-color: #0EAAFF; }
a { background-color: rgb(14,170,255); }
div.DivClassName
{
background-color: #0EAAFF;
}
.BgClassName
{
background-color: #0EAAFF;
}
</style>
border-color css
<style>
span { border-color: #0EAAFF; }
span { border-color: rgb(14,170,255); }
td.TdClassName
{
border-color: #0EAAFF;
}
.TagClassName
{
border-color: #0EAAFF;
}
</style>