Shades of Deep Sky Blue #0FCFFF
Tints of Deep Sky Blue #0FCFFF
RGB
CMYK
RGB Variations
Color information
#0FCFFF (or 0x0FCFFF) is known color: Deep Sky Blue. HEX triplet: 0F, CF and FF. RGB value is (15,207,255). Sum of RGB (Red+Green+Blue) = 15+207+255=477 (63% of max value = 765). Red value is 15 (6.25% from 255 or 3.14% from 477); Green value is 207 (81.25% from 255 or 43.40% from 477); Blue value is 255 (100% from 255 or 53.46% from 477); Max value from RGB is 255 - color contains mainly: blue. Hex color #0FCFFF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0FCFFF is #F03000. Grayscale: #9A9A9A. Windows color (decimal): -15740929 or 16764687. OLE color: 16764687.
HSL color Cylindrical-coordinate representation of color #0FCFFF: hue angle of 192º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0FCFFF is Cyan = 0.94, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 15 | 207 | 255 | - |
| CMYK | 0.94 | 0.19 | 0 | 0 |
| HSL | 192º | 1% | 0.53% | - |
| HSV(B) | 192º | 0.94% | 1% | - |
| XYZ | 40.56 | 51.95 | 102.5 | - |
| YUV | 155.06 | 184.39 | 28.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 207 | 255 | 0.94 | 0.19 | 0 | 0 | 192 | 1 | 0.53 |
| Hex | F | CF | FF | 5E | 13 | 0 | 0 | C0 | 64 | 35 |
| Octal | 17 | 317 | 377 | 136 | 23 | 0 | 0 | 300 | 144 | 65 |
| Binary | 1111 | 11001111 | 11111111 | 1011110 | 10011 | 0 | 0 | 11000000 | 1100100 | 110101 |
Color Harmonies of #0FCFFF
Complementary color
Monochromatic Colors of #0FCFFF
Black with #0FCFFF
Text Example
Text Example
White with #0FCFFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FCFFF; }
p { color: rgb(15,207,255); }
H1.HeaderClassName
{
color: #0FCFFF;
}
.AnyTagClassName
{
color: #0FCFFF;
}
</style>
background-color css
<style>
a { background-color: #0FCFFF; }
a { background-color: rgb(15,207,255); }
div.DivClassName
{
background-color: #0FCFFF;
}
.BgClassName
{
background-color: #0FCFFF;
}
</style>
border-color css
<style>
span { border-color: #0FCFFF; }
span { border-color: rgb(15,207,255); }
td.TdClassName
{
border-color: #0FCFFF;
}
.TagClassName
{
border-color: #0FCFFF;
}
</style>