Shades of Deep Sky Blue #0EC0FA
Tints of Deep Sky Blue #0EC0FA
RGB
CMYK
RGB Variations
Color information
#0EC0FA (or 0x0EC0FA) is known color: Deep Sky Blue. HEX triplet: 0E, C0 and FA. RGB value is (14,192,250). Sum of RGB (Red+Green+Blue) = 14+192+250=456 (60% of max value = 765). Red value is 14 (5.86% from 255 or 3.07% from 456); Green value is 192 (75.39% from 255 or 42.11% from 456); Blue value is 250 (98.05% from 255 or 54.82% from 456); Max value from RGB is 250 - color contains mainly: blue. Hex color #0EC0FA is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0EC0FA is #F13F05. Grayscale: #909090. Windows color (decimal): -15810310 or 16433166. OLE color: 16433166.
HSL color Cylindrical-coordinate representation of color #0EC0FA: hue angle of 194.75º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0EC0FA is Cyan = 0.94, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 14 | 192 | 250 | - |
| CMYK | 0.94 | 0.23 | 0 | 0.02 |
| HSL | 194.75º | 0.96% | 0.52% | - |
| HSV(B) | 194.75º | 0.94% | 0.98% | - |
| XYZ | 36.29 | 44.69 | 97.16 | - |
| YUV | 145.39 | 187.03 | 34.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 192 | 250 | 0.94 | 0.23 | 0 | 0.02 | 194.75 | 0.96 | 0.52 |
| Hex | E | C0 | FA | 5E | 17 | 0 | 2 | C3 | 60 | 34 |
| Octal | 16 | 300 | 372 | 136 | 27 | 0 | 2 | 303 | 140 | 64 |
| Binary | 1110 | 11000000 | 11111010 | 1011110 | 10111 | 0 | 10 | 11000011 | 1100000 | 110100 |
Color Harmonies of #0EC0FA
Complementary color
Monochromatic Colors of #0EC0FA
Black with #0EC0FA
Text Example
Text Example
White with #0EC0FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EC0FA; }
p { color: rgb(14,192,250); }
H1.HeaderClassName
{
color: #0EC0FA;
}
.AnyTagClassName
{
color: #0EC0FA;
}
</style>
background-color css
<style>
a { background-color: #0EC0FA; }
a { background-color: rgb(14,192,250); }
div.DivClassName
{
background-color: #0EC0FA;
}
.BgClassName
{
background-color: #0EC0FA;
}
</style>
border-color css
<style>
span { border-color: #0EC0FA; }
span { border-color: rgb(14,192,250); }
td.TdClassName
{
border-color: #0EC0FA;
}
.TagClassName
{
border-color: #0EC0FA;
}
</style>