Shades of Deep Sky Blue #0EC8EF
Tints of Deep Sky Blue #0EC8EF
RGB
CMYK
RGB Variations
Color information
#0EC8EF (or 0x0EC8EF) is known color: Deep Sky Blue. HEX triplet: 0E, C8 and EF. RGB value is (14,200,239). Sum of RGB (Red+Green+Blue) = 14+200+239=453 (60% of max value = 765). Red value is 14 (5.86% from 255 or 3.09% from 453); Green value is 200 (78.52% from 255 or 44.15% from 453); Blue value is 239 (93.75% from 255 or 52.76% from 453); Max value from RGB is 239 - color contains mainly: blue. Hex color #0EC8EF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0EC8EF is #F13710. Grayscale: #949494. Windows color (decimal): -15808273 or 15714318. OLE color: 15714318.
HSL color Cylindrical-coordinate representation of color #0EC8EF: hue angle of 190.4º degrees, saturation: 0.89, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0EC8EF is Cyan = 0.94, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 14 | 200 | 239 | - |
| CMYK | 0.94 | 0.16 | 0 | 0.06 |
| HSL | 190.4º | 0.89% | 0.5% | - |
| HSV(B) | 190.4º | 0.94% | 0.94% | - |
| XYZ | 36.42 | 47.63 | 88.94 | - |
| YUV | 148.83 | 178.88 | 31.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 200 | 239 | 0.94 | 0.16 | 0 | 0.06 | 190.4 | 0.89 | 0.5 |
| Hex | E | C8 | EF | 5E | 10 | 0 | 6 | BE | 59 | 32 |
| Octal | 16 | 310 | 357 | 136 | 20 | 0 | 6 | 276 | 131 | 62 |
| Binary | 1110 | 11001000 | 11101111 | 1011110 | 10000 | 0 | 110 | 10111110 | 1011001 | 110010 |
Color Harmonies of #0EC8EF
Complementary color
Monochromatic Colors of #0EC8EF
Black with #0EC8EF
Text Example
Text Example
White with #0EC8EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EC8EF; }
p { color: rgb(14,200,239); }
H1.HeaderClassName
{
color: #0EC8EF;
}
.AnyTagClassName
{
color: #0EC8EF;
}
</style>
background-color css
<style>
a { background-color: #0EC8EF; }
a { background-color: rgb(14,200,239); }
div.DivClassName
{
background-color: #0EC8EF;
}
.BgClassName
{
background-color: #0EC8EF;
}
</style>
border-color css
<style>
span { border-color: #0EC8EF; }
span { border-color: rgb(14,200,239); }
td.TdClassName
{
border-color: #0EC8EF;
}
.TagClassName
{
border-color: #0EC8EF;
}
</style>