Shades of Deep Sky Blue #0FCFEC
Tints of Deep Sky Blue #0FCFEC
RGB
CMYK
RGB Variations
Color information
#0FCFEC (or 0x0FCFEC) is known color: Deep Sky Blue. HEX triplet: 0F, CF and EC. RGB value is (15,207,236). Sum of RGB (Red+Green+Blue) = 15+207+236=458 (60% of max value = 765). Red value is 15 (6.25% from 255 or 3.28% from 458); Green value is 207 (81.25% from 255 or 45.20% from 458); Blue value is 236 (92.58% from 255 or 51.53% from 458); Max value from RGB is 236 - color contains mainly: blue. Hex color #0FCFEC is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0FCFEC is #F03013. Grayscale: #989898. Windows color (decimal): -15740948 or 15519503. OLE color: 15519503.
HSL color Cylindrical-coordinate representation of color #0FCFEC: hue angle of 187.87º 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 #0FCFEC is Cyan = 0.94, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 15 | 207 | 236 | - |
| CMYK | 0.94 | 0.12 | 0 | 0.07 |
| HSL | 187.87º | 0.88% | 0.49% | - |
| HSV(B) | 187.87º | 0.94% | 0.93% | - |
| XYZ | 37.65 | 50.78 | 87.17 | - |
| YUV | 152.9 | 174.89 | 29.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 207 | 236 | 0.94 | 0.12 | 0 | 0.07 | 187.87 | 0.88 | 0.49 |
| Hex | F | CF | EC | 5E | C | 0 | 7 | BC | 58 | 31 |
| Octal | 17 | 317 | 354 | 136 | 14 | 0 | 7 | 274 | 130 | 61 |
| Binary | 1111 | 11001111 | 11101100 | 1011110 | 1100 | 0 | 111 | 10111100 | 1011000 | 110001 |
Color Harmonies of #0FCFEC
Complementary color
Monochromatic Colors of #0FCFEC
Black with #0FCFEC
Text Example
Text Example
White with #0FCFEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FCFEC; }
p { color: rgb(15,207,236); }
H1.HeaderClassName
{
color: #0FCFEC;
}
.AnyTagClassName
{
color: #0FCFEC;
}
</style>
background-color css
<style>
a { background-color: #0FCFEC; }
a { background-color: rgb(15,207,236); }
div.DivClassName
{
background-color: #0FCFEC;
}
.BgClassName
{
background-color: #0FCFEC;
}
</style>
border-color css
<style>
span { border-color: #0FCFEC; }
span { border-color: rgb(15,207,236); }
td.TdClassName
{
border-color: #0FCFEC;
}
.TagClassName
{
border-color: #0FCFEC;
}
</style>