Shades of Deep Sky Blue #0EC0F4
Tints of Deep Sky Blue #0EC0F4
RGB
CMYK
RGB Variations
Color information
#0EC0F4 (or 0x0EC0F4) is known color: Deep Sky Blue. HEX triplet: 0E, C0 and F4. RGB value is (14,192,244). Sum of RGB (Red+Green+Blue) = 14+192+244=450 (59% of max value = 765). Red value is 14 (5.86% from 255 or 3.11% from 450); Green value is 192 (75.39% from 255 or 42.67% from 450); Blue value is 244 (95.70% from 255 or 54.22% from 450); Max value from RGB is 244 - color contains mainly: blue. Hex color #0EC0F4 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0EC0F4 is #F13F0B. Grayscale: #909090. Windows color (decimal): -15810316 or 16039950. OLE color: 16039950.
HSL color Cylindrical-coordinate representation of color #0EC0F4: hue angle of 193.57º degrees, saturation: 0.91, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0EC0F4 is Cyan = 0.94, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 14 | 192 | 244 | - |
| CMYK | 0.94 | 0.21 | 0 | 0.04 |
| HSL | 193.57º | 0.91% | 0.51% | - |
| HSV(B) | 193.57º | 0.94% | 0.96% | - |
| XYZ | 35.36 | 44.32 | 92.28 | - |
| YUV | 144.71 | 184.03 | 34.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 192 | 244 | 0.94 | 0.21 | 0 | 0.04 | 193.57 | 0.91 | 0.51 |
| Hex | E | C0 | F4 | 5E | 15 | 0 | 4 | C2 | 5B | 33 |
| Octal | 16 | 300 | 364 | 136 | 25 | 0 | 4 | 302 | 133 | 63 |
| Binary | 1110 | 11000000 | 11110100 | 1011110 | 10101 | 0 | 100 | 11000010 | 1011011 | 110011 |
Color Harmonies of #0EC0F4
Complementary color
Monochromatic Colors of #0EC0F4
Black with #0EC0F4
Text Example
Text Example
White with #0EC0F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EC0F4; }
p { color: rgb(14,192,244); }
H1.HeaderClassName
{
color: #0EC0F4;
}
.AnyTagClassName
{
color: #0EC0F4;
}
</style>
background-color css
<style>
a { background-color: #0EC0F4; }
a { background-color: rgb(14,192,244); }
div.DivClassName
{
background-color: #0EC0F4;
}
.BgClassName
{
background-color: #0EC0F4;
}
</style>
border-color css
<style>
span { border-color: #0EC0F4; }
span { border-color: rgb(14,192,244); }
td.TdClassName
{
border-color: #0EC0F4;
}
.TagClassName
{
border-color: #0EC0F4;
}
</style>