Shades of Deep Sky Blue #0EACFC
Tints of Deep Sky Blue #0EACFC
RGB
CMYK
RGB Variations
Color information
#0EACFC (or 0x0EACFC) is known color: Deep Sky Blue. HEX triplet: 0E, AC and FC. RGB value is (14,172,252). Sum of RGB (Red+Green+Blue) = 14+172+252=438 (58% of max value = 765). Red value is 14 (5.86% from 255 or 3.20% from 438); Green value is 172 (67.58% from 255 or 39.27% from 438); Blue value is 252 (98.83% from 255 or 57.53% from 438); Max value from RGB is 252 - color contains mainly: blue. Hex color #0EACFC is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0EACFC is #F15303. Grayscale: #858585. Windows color (decimal): -15815428 or 16559118. OLE color: 16559118.
HSL color Cylindrical-coordinate representation of color #0EACFC: hue angle of 200.17º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0EACFC is Cyan = 0.94, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 14 | 172 | 252 | - |
| CMYK | 0.94 | 0.32 | 0 | 0.01 |
| HSL | 200.17º | 0.98% | 0.52% | - |
| HSV(B) | 200.17º | 0.94% | 0.99% | - |
| XYZ | 32.5 | 36.63 | 97.45 | - |
| YUV | 133.88 | 194.65 | 42.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 172 | 252 | 0.94 | 0.32 | 0 | 0.01 | 200.17 | 0.98 | 0.52 |
| Hex | E | AC | FC | 5E | 20 | 0 | 1 | C8 | 62 | 34 |
| Octal | 16 | 254 | 374 | 136 | 40 | 0 | 1 | 310 | 142 | 64 |
| Binary | 1110 | 10101100 | 11111100 | 1011110 | 100000 | 0 | 1 | 11001000 | 1100010 | 110100 |
Color Harmonies of #0EACFC
Complementary color
Monochromatic Colors of #0EACFC
Black with #0EACFC
Text Example
Text Example
White with #0EACFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EACFC; }
p { color: rgb(14,172,252); }
H1.HeaderClassName
{
color: #0EACFC;
}
.AnyTagClassName
{
color: #0EACFC;
}
</style>
background-color css
<style>
a { background-color: #0EACFC; }
a { background-color: rgb(14,172,252); }
div.DivClassName
{
background-color: #0EACFC;
}
.BgClassName
{
background-color: #0EACFC;
}
</style>
border-color css
<style>
span { border-color: #0EACFC; }
span { border-color: rgb(14,172,252); }
td.TdClassName
{
border-color: #0EACFC;
}
.TagClassName
{
border-color: #0EACFC;
}
</style>