Shades of Deep Sky Blue #0FB9F7
Tints of Deep Sky Blue #0FB9F7
RGB
CMYK
RGB Variations
Color information
#0FB9F7 (or 0x0FB9F7) is known color: Deep Sky Blue. HEX triplet: 0F, B9 and F7. RGB value is (15,185,247). Sum of RGB (Red+Green+Blue) = 15+185+247=447 (59% of max value = 765). Red value is 15 (6.25% from 255 or 3.36% from 447); Green value is 185 (72.66% from 255 or 41.39% from 447); Blue value is 247 (96.88% from 255 or 55.26% from 447); Max value from RGB is 247 - color contains mainly: blue. Hex color #0FB9F7 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0FB9F7 is #F04608. Grayscale: #8C8C8C. Windows color (decimal): -15746569 or 16234767. OLE color: 16234767.
HSL color Cylindrical-coordinate representation of color #0FB9F7: hue angle of 196.03º 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 #0FB9F7 is Cyan = 0.94, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 15 | 185 | 247 | - |
| CMYK | 0.94 | 0.25 | 0 | 0.03 |
| HSL | 196.03º | 0.94% | 0.51% | - |
| HSV(B) | 196.03º | 0.94% | 0.97% | - |
| XYZ | 34.33 | 41.51 | 94.2 | - |
| YUV | 141.24 | 187.68 | 37.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 185 | 247 | 0.94 | 0.25 | 0 | 0.03 | 196.03 | 0.94 | 0.51 |
| Hex | F | B9 | F7 | 5E | 19 | 0 | 3 | C4 | 5E | 33 |
| Octal | 17 | 271 | 367 | 136 | 31 | 0 | 3 | 304 | 136 | 63 |
| Binary | 1111 | 10111001 | 11110111 | 1011110 | 11001 | 0 | 11 | 11000100 | 1011110 | 110011 |
Color Harmonies of #0FB9F7
Complementary color
Monochromatic Colors of #0FB9F7
Black with #0FB9F7
Text Example
Text Example
White with #0FB9F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FB9F7; }
p { color: rgb(15,185,247); }
H1.HeaderClassName
{
color: #0FB9F7;
}
.AnyTagClassName
{
color: #0FB9F7;
}
</style>
background-color css
<style>
a { background-color: #0FB9F7; }
a { background-color: rgb(15,185,247); }
div.DivClassName
{
background-color: #0FB9F7;
}
.BgClassName
{
background-color: #0FB9F7;
}
</style>
border-color css
<style>
span { border-color: #0FB9F7; }
span { border-color: rgb(15,185,247); }
td.TdClassName
{
border-color: #0FB9F7;
}
.TagClassName
{
border-color: #0FB9F7;
}
</style>