Shades of Deep Sky Blue #0EACFF
Tints of Deep Sky Blue #0EACFF
RGB
CMYK
RGB Variations
Color information
#0EACFF (or 0x0EACFF) is known color: Deep Sky Blue. HEX triplet: 0E, AC and FF. RGB value is (14,172,255). Sum of RGB (Red+Green+Blue) = 14+172+255=441 (58% of max value = 765). Red value is 14 (5.86% from 255 or 3.17% from 441); Green value is 172 (67.58% from 255 or 39.00% from 441); Blue value is 255 (100% from 255 or 57.82% from 441); Max value from RGB is 255 - color contains mainly: blue. Hex color #0EACFF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0EACFF is #F15300. Grayscale: #858585. Windows color (decimal): -15815425 or 16755726. OLE color: 16755726.
HSL color Cylindrical-coordinate representation of color #0EACFF: hue angle of 200.66º 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 #0EACFF is Cyan = 0.95, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 14 | 172 | 255 | - |
| CMYK | 0.95 | 0.33 | 0 | 0 |
| HSL | 200.66º | 1% | 0.53% | - |
| HSV(B) | 200.66º | 0.95% | 1% | - |
| XYZ | 32.98 | 36.82 | 99.98 | - |
| YUV | 134.22 | 196.15 | 42.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 172 | 255 | 0.95 | 0.33 | 0 | 0 | 200.66 | 1 | 0.53 |
| Hex | E | AC | FF | 5F | 21 | 0 | 0 | C9 | 64 | 35 |
| Octal | 16 | 254 | 377 | 137 | 41 | 0 | 0 | 311 | 144 | 65 |
| Binary | 1110 | 10101100 | 11111111 | 1011111 | 100001 | 0 | 0 | 11001001 | 1100100 | 110101 |
Color Harmonies of #0EACFF
Complementary color
Monochromatic Colors of #0EACFF
Black with #0EACFF
Text Example
Text Example
White with #0EACFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EACFF; }
p { color: rgb(14,172,255); }
H1.HeaderClassName
{
color: #0EACFF;
}
.AnyTagClassName
{
color: #0EACFF;
}
</style>
background-color css
<style>
a { background-color: #0EACFF; }
a { background-color: rgb(14,172,255); }
div.DivClassName
{
background-color: #0EACFF;
}
.BgClassName
{
background-color: #0EACFF;
}
</style>
border-color css
<style>
span { border-color: #0EACFF; }
span { border-color: rgb(14,172,255); }
td.TdClassName
{
border-color: #0EACFF;
}
.TagClassName
{
border-color: #0EACFF;
}
</style>