Shades of Deep Sky Blue #0FCFF7
Tints of Deep Sky Blue #0FCFF7
RGB
CMYK
RGB Variations
Color information
#0FCFF7 (or 0x0FCFF7) is known color: Deep Sky Blue. HEX triplet: 0F, CF and F7. RGB value is (15,207,247). Sum of RGB (Red+Green+Blue) = 15+207+247=469 (62% of max value = 765). Red value is 15 (6.25% from 255 or 3.20% from 469); Green value is 207 (81.25% from 255 or 44.14% from 469); Blue value is 247 (96.88% from 255 or 52.67% from 469); Max value from RGB is 247 - color contains mainly: blue. Hex color #0FCFF7 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0FCFF7 is #F03008. Grayscale: #999999. Windows color (decimal): -15740937 or 16240399. OLE color: 16240399.
HSL color Cylindrical-coordinate representation of color #0FCFF7: hue angle of 190.34º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0FCFF7 is Cyan = 0.94, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 15 | 207 | 247 | - |
| CMYK | 0.94 | 0.16 | 0 | 0.03 |
| HSL | 190.34º | 0.94% | 0.51% | - |
| HSV(B) | 190.34º | 0.94% | 0.97% | - |
| XYZ | 39.3 | 51.44 | 95.85 | - |
| YUV | 154.15 | 180.39 | 28.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 207 | 247 | 0.94 | 0.16 | 0 | 0.03 | 190.34 | 0.94 | 0.51 |
| Hex | F | CF | F7 | 5E | 10 | 0 | 3 | BE | 5E | 33 |
| Octal | 17 | 317 | 367 | 136 | 20 | 0 | 3 | 276 | 136 | 63 |
| Binary | 1111 | 11001111 | 11110111 | 1011110 | 10000 | 0 | 11 | 10111110 | 1011110 | 110011 |
Color Harmonies of #0FCFF7
Complementary color
Monochromatic Colors of #0FCFF7
Black with #0FCFF7
Text Example
Text Example
White with #0FCFF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FCFF7; }
p { color: rgb(15,207,247); }
H1.HeaderClassName
{
color: #0FCFF7;
}
.AnyTagClassName
{
color: #0FCFF7;
}
</style>
background-color css
<style>
a { background-color: #0FCFF7; }
a { background-color: rgb(15,207,247); }
div.DivClassName
{
background-color: #0FCFF7;
}
.BgClassName
{
background-color: #0FCFF7;
}
</style>
border-color css
<style>
span { border-color: #0FCFF7; }
span { border-color: rgb(15,207,247); }
td.TdClassName
{
border-color: #0FCFF7;
}
.TagClassName
{
border-color: #0FCFF7;
}
</style>