Shades of Deep Sky Blue #0FB8FF
Tints of Deep Sky Blue #0FB8FF
RGB
CMYK
RGB Variations
Color information
#0FB8FF (or 0x0FB8FF) is known color: Deep Sky Blue. HEX triplet: 0F, B8 and FF. RGB value is (15,184,255). Sum of RGB (Red+Green+Blue) = 15+184+255=454 (60% of max value = 765). Red value is 15 (6.25% from 255 or 3.30% from 454); Green value is 184 (72.27% from 255 or 40.53% from 454); Blue value is 255 (100% from 255 or 56.17% from 454); Max value from RGB is 255 - color contains mainly: blue. Hex color #0FB8FF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0FB8FF is #F04700. Grayscale: #8D8D8D. Windows color (decimal): -15746817 or 16758799. OLE color: 16758799.
HSL color Cylindrical-coordinate representation of color #0FB8FF: hue angle of 197.75º 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 #0FB8FF is Cyan = 0.94, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 15 | 184 | 255 | - |
| CMYK | 0.94 | 0.28 | 0 | 0 |
| HSL | 197.75º | 1% | 0.53% | - |
| HSV(B) | 197.75º | 0.94% | 1% | - |
| XYZ | 35.39 | 41.6 | 100.77 | - |
| YUV | 141.56 | 192.01 | 37.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 184 | 255 | 0.94 | 0.28 | 0 | 0 | 197.75 | 1 | 0.53 |
| Hex | F | B8 | FF | 5E | 1C | 0 | 0 | C6 | 64 | 35 |
| Octal | 17 | 270 | 377 | 136 | 34 | 0 | 0 | 306 | 144 | 65 |
| Binary | 1111 | 10111000 | 11111111 | 1011110 | 11100 | 0 | 0 | 11000110 | 1100100 | 110101 |
Color Harmonies of #0FB8FF
Complementary color
Monochromatic Colors of #0FB8FF
Black with #0FB8FF
Text Example
Text Example
White with #0FB8FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FB8FF; }
p { color: rgb(15,184,255); }
H1.HeaderClassName
{
color: #0FB8FF;
}
.AnyTagClassName
{
color: #0FB8FF;
}
</style>
background-color css
<style>
a { background-color: #0FB8FF; }
a { background-color: rgb(15,184,255); }
div.DivClassName
{
background-color: #0FB8FF;
}
.BgClassName
{
background-color: #0FB8FF;
}
</style>
border-color css
<style>
span { border-color: #0FB8FF; }
span { border-color: rgb(15,184,255); }
td.TdClassName
{
border-color: #0FB8FF;
}
.TagClassName
{
border-color: #0FB8FF;
}
</style>