Shades of Deep Sky Blue #0BBCFF
Tints of Deep Sky Blue #0BBCFF
RGB
CMYK
RGB Variations
Color information
#0BBCFF (or 0x0BBCFF) is known color: Deep Sky Blue. HEX triplet: 0B, BC and FF. RGB value is (11,188,255). Sum of RGB (Red+Green+Blue) = 11+188+255=454 (60% of max value = 765). Red value is 11 (4.69% from 255 or 2.42% from 454); Green value is 188 (73.83% from 255 or 41.41% 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 #0BBCFF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0BBCFF is #F44300. Grayscale: #8E8E8E. Windows color (decimal): -16007937 or 16759819. OLE color: 16759819.
HSL color Cylindrical-coordinate representation of color #0BBCFF: hue angle of 196.48º 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 #0BBCFF is Cyan = 0.96, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 11 | 188 | 255 | - |
| CMYK | 0.96 | 0.26 | 0 | 0 |
| HSL | 196.48º | 1% | 0.52% | - |
| HSV(B) | 196.48º | 0.96% | 1% | - |
| XYZ | 36.17 | 43.26 | 101.05 | - |
| YUV | 142.72 | 191.36 | 34.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 188 | 255 | 0.96 | 0.26 | 0 | 0 | 196.48 | 1 | 0.52 |
| Hex | B | BC | FF | 60 | 1A | 0 | 0 | C4 | 64 | 34 |
| Octal | 13 | 274 | 377 | 140 | 32 | 0 | 0 | 304 | 144 | 64 |
| Binary | 1011 | 10111100 | 11111111 | 1100000 | 11010 | 0 | 0 | 11000100 | 1100100 | 110100 |
Color Harmonies of #0BBCFF
Complementary color
Monochromatic Colors of #0BBCFF
Black with #0BBCFF
Text Example
Text Example
White with #0BBCFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BBCFF; }
p { color: rgb(11,188,255); }
H1.HeaderClassName
{
color: #0BBCFF;
}
.AnyTagClassName
{
color: #0BBCFF;
}
</style>
background-color css
<style>
a { background-color: #0BBCFF; }
a { background-color: rgb(11,188,255); }
div.DivClassName
{
background-color: #0BBCFF;
}
.BgClassName
{
background-color: #0BBCFF;
}
</style>
border-color css
<style>
span { border-color: #0BBCFF; }
span { border-color: rgb(11,188,255); }
td.TdClassName
{
border-color: #0BBCFF;
}
.TagClassName
{
border-color: #0BBCFF;
}
</style>