Shades of Deep Sky Blue #0BABFB
Tints of Deep Sky Blue #0BABFB
RGB
CMYK
RGB Variations
Color information
#0BABFB (or 0x0BABFB) is known color: Deep Sky Blue. HEX triplet: 0B, AB and FB. RGB value is (11,171,251). Sum of RGB (Red+Green+Blue) = 11+171+251=433 (57% of max value = 765). Red value is 11 (4.69% from 255 or 2.54% from 433); Green value is 171 (67.19% from 255 or 39.49% from 433); Blue value is 251 (98.44% from 255 or 57.97% from 433); Max value from RGB is 251 - color contains mainly: blue. Hex color #0BABFB is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0BABFB is #F45404. Grayscale: #838383. Windows color (decimal): -16012293 or 16493323. OLE color: 16493323.
HSL color Cylindrical-coordinate representation of color #0BABFB: hue angle of 200º degrees, saturation: 0.97, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0BABFB is Cyan = 0.96, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 11 | 171 | 251 | - |
| CMYK | 0.96 | 0.32 | 0 | 0.02 |
| HSL | 200º | 0.97% | 0.51% | - |
| HSV(B) | 200º | 0.96% | 0.98% | - |
| XYZ | 32.11 | 36.16 | 96.55 | - |
| YUV | 132.28 | 194.99 | 41.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 171 | 251 | 0.96 | 0.32 | 0 | 0.02 | 200 | 0.97 | 0.51 |
| Hex | B | AB | FB | 60 | 20 | 0 | 2 | C8 | 61 | 33 |
| Octal | 13 | 253 | 373 | 140 | 40 | 0 | 2 | 310 | 141 | 63 |
| Binary | 1011 | 10101011 | 11111011 | 1100000 | 100000 | 0 | 10 | 11001000 | 1100001 | 110011 |
Color Harmonies of #0BABFB
Complementary color
Monochromatic Colors of #0BABFB
Black with #0BABFB
Text Example
Text Example
White with #0BABFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BABFB; }
p { color: rgb(11,171,251); }
H1.HeaderClassName
{
color: #0BABFB;
}
.AnyTagClassName
{
color: #0BABFB;
}
</style>
background-color css
<style>
a { background-color: #0BABFB; }
a { background-color: rgb(11,171,251); }
div.DivClassName
{
background-color: #0BABFB;
}
.BgClassName
{
background-color: #0BABFB;
}
</style>
border-color css
<style>
span { border-color: #0BABFB; }
span { border-color: rgb(11,171,251); }
td.TdClassName
{
border-color: #0BABFB;
}
.TagClassName
{
border-color: #0BABFB;
}
</style>