Shades of Deep Sky Blue #0BBBFF
Tints of Deep Sky Blue #0BBBFF
RGB
CMYK
RGB Variations
Color information
#0BBBFF (or 0x0BBBFF) is known color: Deep Sky Blue. HEX triplet: 0B, BB and FF. RGB value is (11,187,255). Sum of RGB (Red+Green+Blue) = 11+187+255=453 (60% of max value = 765). Red value is 11 (4.69% from 255 or 2.43% from 453); Green value is 187 (73.44% from 255 or 41.28% 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 #0BBBFF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0BBBFF is #F44400. Grayscale: #8D8D8D. Windows color (decimal): -16008193 or 16759563. OLE color: 16759563.
HSL color Cylindrical-coordinate representation of color #0BBBFF: hue angle of 196.72º 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 #0BBBFF is Cyan = 0.96, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 11 | 187 | 255 | - |
| CMYK | 0.96 | 0.27 | 0 | 0 |
| HSL | 196.72º | 1% | 0.52% | - |
| HSV(B) | 196.72º | 0.96% | 1% | - |
| XYZ | 35.96 | 42.83 | 100.98 | - |
| YUV | 142.13 | 191.69 | 34.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 187 | 255 | 0.96 | 0.27 | 0 | 0 | 196.72 | 1 | 0.52 |
| Hex | B | BB | FF | 60 | 1B | 0 | 0 | C5 | 64 | 34 |
| Octal | 13 | 273 | 377 | 140 | 33 | 0 | 0 | 305 | 144 | 64 |
| Binary | 1011 | 10111011 | 11111111 | 1100000 | 11011 | 0 | 0 | 11000101 | 1100100 | 110100 |
Color Harmonies of #0BBBFF
Complementary color
Monochromatic Colors of #0BBBFF
Black with #0BBBFF
Text Example
Text Example
White with #0BBBFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BBBFF; }
p { color: rgb(11,187,255); }
H1.HeaderClassName
{
color: #0BBBFF;
}
.AnyTagClassName
{
color: #0BBBFF;
}
</style>
background-color css
<style>
a { background-color: #0BBBFF; }
a { background-color: rgb(11,187,255); }
div.DivClassName
{
background-color: #0BBBFF;
}
.BgClassName
{
background-color: #0BBBFF;
}
</style>
border-color css
<style>
span { border-color: #0BBBFF; }
span { border-color: rgb(11,187,255); }
td.TdClassName
{
border-color: #0BBBFF;
}
.TagClassName
{
border-color: #0BBBFF;
}
</style>