Shades of Deep Sky Blue #0BABFC
Tints of Deep Sky Blue #0BABFC
RGB
CMYK
RGB Variations
Color information
#0BABFC (or 0x0BABFC) is known color: Deep Sky Blue. HEX triplet: 0B, AB and FC. RGB value is (11,171,252). Sum of RGB (Red+Green+Blue) = 11+171+252=434 (57% of max value = 765). Red value is 11 (4.69% from 255 or 2.53% from 434); Green value is 171 (67.19% from 255 or 39.40% from 434); Blue value is 252 (98.83% from 255 or 58.06% from 434); Max value from RGB is 252 - color contains mainly: blue. Hex color #0BABFC is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0BABFC is #F45403. Grayscale: #838383. Windows color (decimal): -16012292 or 16558859. OLE color: 16558859.
HSL color Cylindrical-coordinate representation of color #0BABFC: hue angle of 200.17º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0BABFC is Cyan = 0.96, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 11 | 171 | 252 | - |
| CMYK | 0.96 | 0.32 | 0 | 0.01 |
| HSL | 200.17º | 0.98% | 0.52% | - |
| HSV(B) | 200.17º | 0.96% | 0.99% | - |
| XYZ | 32.27 | 36.23 | 97.39 | - |
| YUV | 132.39 | 195.49 | 41.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 171 | 252 | 0.96 | 0.32 | 0 | 0.01 | 200.17 | 0.98 | 0.52 |
| Hex | B | AB | FC | 60 | 20 | 0 | 1 | C8 | 62 | 34 |
| Octal | 13 | 253 | 374 | 140 | 40 | 0 | 1 | 310 | 142 | 64 |
| Binary | 1011 | 10101011 | 11111100 | 1100000 | 100000 | 0 | 1 | 11001000 | 1100010 | 110100 |
Color Harmonies of #0BABFC
Complementary color
Monochromatic Colors of #0BABFC
Black with #0BABFC
Text Example
Text Example
White with #0BABFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BABFC; }
p { color: rgb(11,171,252); }
H1.HeaderClassName
{
color: #0BABFC;
}
.AnyTagClassName
{
color: #0BABFC;
}
</style>
background-color css
<style>
a { background-color: #0BABFC; }
a { background-color: rgb(11,171,252); }
div.DivClassName
{
background-color: #0BABFC;
}
.BgClassName
{
background-color: #0BABFC;
}
</style>
border-color css
<style>
span { border-color: #0BABFC; }
span { border-color: rgb(11,171,252); }
td.TdClassName
{
border-color: #0BABFC;
}
.TagClassName
{
border-color: #0BABFC;
}
</style>