Shades of Deep Sky Blue #0BBDFF
Tints of Deep Sky Blue #0BBDFF
RGB
CMYK
RGB Variations
Color information
#0BBDFF (or 0x0BBDFF) is known color: Deep Sky Blue. HEX triplet: 0B, BD and FF. RGB value is (11,189,255). Sum of RGB (Red+Green+Blue) = 11+189+255=455 (60% of max value = 765). Red value is 11 (4.69% from 255 or 2.42% from 455); Green value is 189 (74.22% from 255 or 41.54% from 455); Blue value is 255 (100% from 255 or 56.04% from 455); Max value from RGB is 255 - color contains mainly: blue. Hex color #0BBDFF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0BBDFF is #F44200. Grayscale: #8E8E8E. Windows color (decimal): -16007681 or 16760075. OLE color: 16760075.
HSL color Cylindrical-coordinate representation of color #0BBDFF: hue angle of 196.23º 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 #0BBDFF is Cyan = 0.96, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 11 | 189 | 255 | - |
| CMYK | 0.96 | 0.26 | 0 | 0 |
| HSL | 196.23º | 1% | 0.52% | - |
| HSV(B) | 196.23º | 0.96% | 1% | - |
| XYZ | 36.39 | 43.69 | 101.12 | - |
| YUV | 143.3 | 191.03 | 33.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 189 | 255 | 0.96 | 0.26 | 0 | 0 | 196.23 | 1 | 0.52 |
| Hex | B | BD | FF | 60 | 1A | 0 | 0 | C4 | 64 | 34 |
| Octal | 13 | 275 | 377 | 140 | 32 | 0 | 0 | 304 | 144 | 64 |
| Binary | 1011 | 10111101 | 11111111 | 1100000 | 11010 | 0 | 0 | 11000100 | 1100100 | 110100 |
Color Harmonies of #0BBDFF
Complementary color
Monochromatic Colors of #0BBDFF
Black with #0BBDFF
Text Example
Text Example
White with #0BBDFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BBDFF; }
p { color: rgb(11,189,255); }
H1.HeaderClassName
{
color: #0BBDFF;
}
.AnyTagClassName
{
color: #0BBDFF;
}
</style>
background-color css
<style>
a { background-color: #0BBDFF; }
a { background-color: rgb(11,189,255); }
div.DivClassName
{
background-color: #0BBDFF;
}
.BgClassName
{
background-color: #0BBDFF;
}
</style>
border-color css
<style>
span { border-color: #0BBDFF; }
span { border-color: rgb(11,189,255); }
td.TdClassName
{
border-color: #0BBDFF;
}
.TagClassName
{
border-color: #0BBDFF;
}
</style>