Shades of Deep Sky Blue #0BACFB
Tints of Deep Sky Blue #0BACFB
RGB
CMYK
RGB Variations
Color information
#0BACFB (or 0x0BACFB) is known color: Deep Sky Blue. HEX triplet: 0B, AC and FB. RGB value is (11,172,251). Sum of RGB (Red+Green+Blue) = 11+172+251=434 (57% of max value = 765). Red value is 11 (4.69% from 255 or 2.53% from 434); Green value is 172 (67.58% from 255 or 39.63% from 434); Blue value is 251 (98.44% from 255 or 57.83% from 434); Max value from RGB is 251 - color contains mainly: blue. Hex color #0BACFB is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0BACFB is #F45304. Grayscale: #848484. Windows color (decimal): -16012037 or 16493579. OLE color: 16493579.
HSL color Cylindrical-coordinate representation of color #0BACFB: hue angle of 199.75º 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 #0BACFB is Cyan = 0.96, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 11 | 172 | 251 | - |
| CMYK | 0.96 | 0.31 | 0 | 0.02 |
| HSL | 199.75º | 0.97% | 0.51% | - |
| HSV(B) | 199.75º | 0.96% | 0.98% | - |
| XYZ | 32.3 | 36.54 | 96.62 | - |
| YUV | 132.87 | 194.66 | 41.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 172 | 251 | 0.96 | 0.31 | 0 | 0.02 | 199.75 | 0.97 | 0.51 |
| Hex | B | AC | FB | 60 | 1F | 0 | 2 | C8 | 61 | 33 |
| Octal | 13 | 254 | 373 | 140 | 37 | 0 | 2 | 310 | 141 | 63 |
| Binary | 1011 | 10101100 | 11111011 | 1100000 | 11111 | 0 | 10 | 11001000 | 1100001 | 110011 |
Color Harmonies of #0BACFB
Complementary color
Monochromatic Colors of #0BACFB
Black with #0BACFB
Text Example
Text Example
White with #0BACFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BACFB; }
p { color: rgb(11,172,251); }
H1.HeaderClassName
{
color: #0BACFB;
}
.AnyTagClassName
{
color: #0BACFB;
}
</style>
background-color css
<style>
a { background-color: #0BACFB; }
a { background-color: rgb(11,172,251); }
div.DivClassName
{
background-color: #0BACFB;
}
.BgClassName
{
background-color: #0BACFB;
}
</style>
border-color css
<style>
span { border-color: #0BACFB; }
span { border-color: rgb(11,172,251); }
td.TdClassName
{
border-color: #0BACFB;
}
.TagClassName
{
border-color: #0BACFB;
}
</style>