Shades of Deep Sky Blue #0BBFF6
Tints of Deep Sky Blue #0BBFF6
RGB
CMYK
RGB Variations
Color information
#0BBFF6 (or 0x0BBFF6) is known color: Deep Sky Blue. HEX triplet: 0B, BF and F6. RGB value is (11,191,246). Sum of RGB (Red+Green+Blue) = 11+191+246=448 (59% of max value = 765). Red value is 11 (4.69% from 255 or 2.46% from 448); Green value is 191 (75% from 255 or 42.63% from 448); Blue value is 246 (96.48% from 255 or 54.91% from 448); Max value from RGB is 246 - color contains mainly: blue. Hex color #0BBFF6 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0BBFF6 is #F44009. Grayscale: #8F8F8F. Windows color (decimal): -16007178 or 16170763. OLE color: 16170763.
HSL color Cylindrical-coordinate representation of color #0BBFF6: hue angle of 194.04º degrees, saturation: 0.93, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0BBFF6 is Cyan = 0.96, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 11 | 191 | 246 | - |
| CMYK | 0.96 | 0.22 | 0 | 0.04 |
| HSL | 194.04º | 0.93% | 0.5% | - |
| HSV(B) | 194.04º | 0.96% | 0.96% | - |
| XYZ | 35.4 | 43.99 | 93.81 | - |
| YUV | 143.45 | 185.87 | 33.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 191 | 246 | 0.96 | 0.22 | 0 | 0.04 | 194.04 | 0.93 | 0.5 |
| Hex | B | BF | F6 | 60 | 16 | 0 | 4 | C2 | 5D | 32 |
| Octal | 13 | 277 | 366 | 140 | 26 | 0 | 4 | 302 | 135 | 62 |
| Binary | 1011 | 10111111 | 11110110 | 1100000 | 10110 | 0 | 100 | 11000010 | 1011101 | 110010 |
Color Harmonies of #0BBFF6
Complementary color
Monochromatic Colors of #0BBFF6
Black with #0BBFF6
Text Example
Text Example
White with #0BBFF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BBFF6; }
p { color: rgb(11,191,246); }
H1.HeaderClassName
{
color: #0BBFF6;
}
.AnyTagClassName
{
color: #0BBFF6;
}
</style>
background-color css
<style>
a { background-color: #0BBFF6; }
a { background-color: rgb(11,191,246); }
div.DivClassName
{
background-color: #0BBFF6;
}
.BgClassName
{
background-color: #0BBFF6;
}
</style>
border-color css
<style>
span { border-color: #0BBFF6; }
span { border-color: rgb(11,191,246); }
td.TdClassName
{
border-color: #0BBFF6;
}
.TagClassName
{
border-color: #0BBFF6;
}
</style>