Shades of Deep Sky Blue #0FC4EC
Tints of Deep Sky Blue #0FC4EC
RGB
CMYK
RGB Variations
Color information
#0FC4EC (or 0x0FC4EC) is known color: Deep Sky Blue. HEX triplet: 0F, C4 and EC. RGB value is (15,196,236). Sum of RGB (Red+Green+Blue) = 15+196+236=447 (59% of max value = 765). Red value is 15 (6.25% from 255 or 3.36% from 447); Green value is 196 (76.95% from 255 or 43.85% from 447); Blue value is 236 (92.58% from 255 or 52.80% from 447); Max value from RGB is 236 - color contains mainly: blue. Hex color #0FC4EC is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0FC4EC is #F03B13. Grayscale: #929292. Windows color (decimal): -15743764 or 15516687. OLE color: 15516687.
HSL color Cylindrical-coordinate representation of color #0FC4EC: hue angle of 190.86º degrees, saturation: 0.88, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0FC4EC is Cyan = 0.94, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 15 | 196 | 236 | - |
| CMYK | 0.94 | 0.17 | 0 | 0.07 |
| HSL | 190.86º | 0.88% | 0.49% | - |
| HSV(B) | 190.86º | 0.94% | 0.93% | - |
| XYZ | 35.08 | 45.64 | 86.32 | - |
| YUV | 146.44 | 178.53 | 34.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 196 | 236 | 0.94 | 0.17 | 0 | 0.07 | 190.86 | 0.88 | 0.49 |
| Hex | F | C4 | EC | 5E | 11 | 0 | 7 | BF | 58 | 31 |
| Octal | 17 | 304 | 354 | 136 | 21 | 0 | 7 | 277 | 130 | 61 |
| Binary | 1111 | 11000100 | 11101100 | 1011110 | 10001 | 0 | 111 | 10111111 | 1011000 | 110001 |
Color Harmonies of #0FC4EC
Complementary color
Monochromatic Colors of #0FC4EC
Black with #0FC4EC
Text Example
Text Example
White with #0FC4EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FC4EC; }
p { color: rgb(15,196,236); }
H1.HeaderClassName
{
color: #0FC4EC;
}
.AnyTagClassName
{
color: #0FC4EC;
}
</style>
background-color css
<style>
a { background-color: #0FC4EC; }
a { background-color: rgb(15,196,236); }
div.DivClassName
{
background-color: #0FC4EC;
}
.BgClassName
{
background-color: #0FC4EC;
}
</style>
border-color css
<style>
span { border-color: #0FC4EC; }
span { border-color: rgb(15,196,236); }
td.TdClassName
{
border-color: #0FC4EC;
}
.TagClassName
{
border-color: #0FC4EC;
}
</style>