Shades of Deep Sky Blue #0BC7FF
Tints of Deep Sky Blue #0BC7FF
RGB
CMYK
RGB Variations
Color information
#0BC7FF (or 0x0BC7FF) is known color: Deep Sky Blue. HEX triplet: 0B, C7 and FF. RGB value is (11,199,255). Sum of RGB (Red+Green+Blue) = 11+199+255=465 (61% of max value = 765). Red value is 11 (4.69% from 255 or 2.37% from 465); Green value is 199 (78.12% from 255 or 42.80% from 465); Blue value is 255 (100% from 255 or 54.84% from 465); Max value from RGB is 255 - color contains mainly: blue. Hex color #0BC7FF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0BC7FF is #F43800. Grayscale: #949494. Windows color (decimal): -16005121 or 16762635. OLE color: 16762635.
HSL color Cylindrical-coordinate representation of color #0BC7FF: hue angle of 193.77º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0BC7FF is Cyan = 0.96, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 11 | 199 | 255 | - |
| CMYK | 0.96 | 0.22 | 0 | 0 |
| HSL | 193.77º | 1% | 0.52% | - |
| HSV(B) | 193.77º | 0.96% | 1% | - |
| XYZ | 38.61 | 48.14 | 101.86 | - |
| YUV | 149.17 | 187.72 | 29.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 199 | 255 | 0.96 | 0.22 | 0 | 0 | 193.77 | 1 | 0.52 |
| Hex | B | C7 | FF | 60 | 16 | 0 | 0 | C2 | 64 | 34 |
| Octal | 13 | 307 | 377 | 140 | 26 | 0 | 0 | 302 | 144 | 64 |
| Binary | 1011 | 11000111 | 11111111 | 1100000 | 10110 | 0 | 0 | 11000010 | 1100100 | 110100 |
Color Harmonies of #0BC7FF
Complementary color
Monochromatic Colors of #0BC7FF
Black with #0BC7FF
Text Example
Text Example
White with #0BC7FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BC7FF; }
p { color: rgb(11,199,255); }
H1.HeaderClassName
{
color: #0BC7FF;
}
.AnyTagClassName
{
color: #0BC7FF;
}
</style>
background-color css
<style>
a { background-color: #0BC7FF; }
a { background-color: rgb(11,199,255); }
div.DivClassName
{
background-color: #0BC7FF;
}
.BgClassName
{
background-color: #0BC7FF;
}
</style>
border-color css
<style>
span { border-color: #0BC7FF; }
span { border-color: rgb(11,199,255); }
td.TdClassName
{
border-color: #0BC7FF;
}
.TagClassName
{
border-color: #0BC7FF;
}
</style>