Shades of Deep Sky Blue #0BBFFF
Tints of Deep Sky Blue #0BBFFF
RGB
CMYK
RGB Variations
Color information
#0BBFFF (or 0x0BBFFF) is known color: Deep Sky Blue. HEX triplet: 0B, BF and FF. RGB value is (11,191,255). Sum of RGB (Red+Green+Blue) = 11+191+255=457 (60% of max value = 765). Red value is 11 (4.69% from 255 or 2.41% from 457); Green value is 191 (75% from 255 or 41.79% from 457); Blue value is 255 (100% from 255 or 55.80% from 457); Max value from RGB is 255 - color contains mainly: blue. Hex color #0BBFFF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0BBFFF is #F44000. Grayscale: #909090. Windows color (decimal): -16007169 or 16760587. OLE color: 16760587.
HSL color Cylindrical-coordinate representation of color #0BBFFF: hue angle of 195.74º 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 #0BBFFF is Cyan = 0.96, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 11 | 191 | 255 | - |
| CMYK | 0.96 | 0.25 | 0 | 0 |
| HSL | 195.74º | 1% | 0.52% | - |
| HSV(B) | 195.74º | 0.96% | 1% | - |
| XYZ | 36.82 | 44.55 | 101.27 | - |
| YUV | 144.48 | 190.37 | 32.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 191 | 255 | 0.96 | 0.25 | 0 | 0 | 195.74 | 1 | 0.52 |
| Hex | B | BF | FF | 60 | 19 | 0 | 0 | C4 | 64 | 34 |
| Octal | 13 | 277 | 377 | 140 | 31 | 0 | 0 | 304 | 144 | 64 |
| Binary | 1011 | 10111111 | 11111111 | 1100000 | 11001 | 0 | 0 | 11000100 | 1100100 | 110100 |
Color Harmonies of #0BBFFF
Complementary color
Monochromatic Colors of #0BBFFF
Black with #0BBFFF
Text Example
Text Example
White with #0BBFFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BBFFF; }
p { color: rgb(11,191,255); }
H1.HeaderClassName
{
color: #0BBFFF;
}
.AnyTagClassName
{
color: #0BBFFF;
}
</style>
background-color css
<style>
a { background-color: #0BBFFF; }
a { background-color: rgb(11,191,255); }
div.DivClassName
{
background-color: #0BBFFF;
}
.BgClassName
{
background-color: #0BBFFF;
}
</style>
border-color css
<style>
span { border-color: #0BBFFF; }
span { border-color: rgb(11,191,255); }
td.TdClassName
{
border-color: #0BBFFF;
}
.TagClassName
{
border-color: #0BBFFF;
}
</style>