Shades of Deep Sky Blue #0FB7FF
Tints of Deep Sky Blue #0FB7FF
RGB
CMYK
RGB Variations
Color information
#0FB7FF (or 0x0FB7FF) is known color: Deep Sky Blue. HEX triplet: 0F, B7 and FF. RGB value is (15,183,255). Sum of RGB (Red+Green+Blue) = 15+183+255=453 (60% of max value = 765). Red value is 15 (6.25% from 255 or 3.31% from 453); Green value is 183 (71.88% from 255 or 40.40% from 453); Blue value is 255 (100% from 255 or 56.29% from 453); Max value from RGB is 255 - color contains mainly: blue. Hex color #0FB7FF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0FB7FF is #F04800. Grayscale: #8C8C8C. Windows color (decimal): -15747073 or 16758543. OLE color: 16758543.
HSL color Cylindrical-coordinate representation of color #0FB7FF: hue angle of 198º 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 #0FB7FF is Cyan = 0.94, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 15 | 183 | 255 | - |
| CMYK | 0.94 | 0.28 | 0 | 0 |
| HSL | 198º | 1% | 0.53% | - |
| HSV(B) | 198º | 0.94% | 1% | - |
| XYZ | 35.18 | 41.19 | 100.7 | - |
| YUV | 140.98 | 192.34 | 38.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 183 | 255 | 0.94 | 0.28 | 0 | 0 | 198 | 1 | 0.53 |
| Hex | F | B7 | FF | 5E | 1C | 0 | 0 | C6 | 64 | 35 |
| Octal | 17 | 267 | 377 | 136 | 34 | 0 | 0 | 306 | 144 | 65 |
| Binary | 1111 | 10110111 | 11111111 | 1011110 | 11100 | 0 | 0 | 11000110 | 1100100 | 110101 |
Color Harmonies of #0FB7FF
Complementary color
Monochromatic Colors of #0FB7FF
Black with #0FB7FF
Text Example
Text Example
White with #0FB7FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FB7FF; }
p { color: rgb(15,183,255); }
H1.HeaderClassName
{
color: #0FB7FF;
}
.AnyTagClassName
{
color: #0FB7FF;
}
</style>
background-color css
<style>
a { background-color: #0FB7FF; }
a { background-color: rgb(15,183,255); }
div.DivClassName
{
background-color: #0FB7FF;
}
.BgClassName
{
background-color: #0FB7FF;
}
</style>
border-color css
<style>
span { border-color: #0FB7FF; }
span { border-color: rgb(15,183,255); }
td.TdClassName
{
border-color: #0FB7FF;
}
.TagClassName
{
border-color: #0FB7FF;
}
</style>