Shades of Deep Sky Blue #0BC7FB
Tints of Deep Sky Blue #0BC7FB
RGB
CMYK
RGB Variations
Color information
#0BC7FB (or 0x0BC7FB) is known color: Deep Sky Blue. HEX triplet: 0B, C7 and FB. RGB value is (11,199,251). Sum of RGB (Red+Green+Blue) = 11+199+251=461 (61% of max value = 765). Red value is 11 (4.69% from 255 or 2.39% from 461); Green value is 199 (78.12% from 255 or 43.17% from 461); Blue value is 251 (98.44% from 255 or 54.45% from 461); Max value from RGB is 251 - color contains mainly: blue. Hex color #0BC7FB is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0BC7FB is #F43804. Grayscale: #949494. Windows color (decimal): -16005125 or 16500491. OLE color: 16500491.
HSL color Cylindrical-coordinate representation of color #0BC7FB: hue angle of 193º degrees, saturation: 0.97, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0BC7FB is Cyan = 0.96, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 11 | 199 | 251 | - |
| CMYK | 0.96 | 0.21 | 0 | 0.02 |
| HSL | 193º | 0.97% | 0.51% | - |
| HSV(B) | 193º | 0.96% | 0.98% | - |
| XYZ | 37.97 | 47.88 | 98.51 | - |
| YUV | 148.72 | 185.72 | 29.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 199 | 251 | 0.96 | 0.21 | 0 | 0.02 | 193 | 0.97 | 0.51 |
| Hex | B | C7 | FB | 60 | 15 | 0 | 2 | C1 | 61 | 33 |
| Octal | 13 | 307 | 373 | 140 | 25 | 0 | 2 | 301 | 141 | 63 |
| Binary | 1011 | 11000111 | 11111011 | 1100000 | 10101 | 0 | 10 | 11000001 | 1100001 | 110011 |
Color Harmonies of #0BC7FB
Complementary color
Monochromatic Colors of #0BC7FB
Black with #0BC7FB
Text Example
Text Example
White with #0BC7FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BC7FB; }
p { color: rgb(11,199,251); }
H1.HeaderClassName
{
color: #0BC7FB;
}
.AnyTagClassName
{
color: #0BC7FB;
}
</style>
background-color css
<style>
a { background-color: #0BC7FB; }
a { background-color: rgb(11,199,251); }
div.DivClassName
{
background-color: #0BC7FB;
}
.BgClassName
{
background-color: #0BC7FB;
}
</style>
border-color css
<style>
span { border-color: #0BC7FB; }
span { border-color: rgb(11,199,251); }
td.TdClassName
{
border-color: #0BC7FB;
}
.TagClassName
{
border-color: #0BC7FB;
}
</style>