Shades of Deep Sky Blue #0BBAFA
Tints of Deep Sky Blue #0BBAFA
RGB
CMYK
RGB Variations
Color information
#0BBAFA (or 0x0BBAFA) is known color: Deep Sky Blue. HEX triplet: 0B, BA and FA. RGB value is (11,186,250). Sum of RGB (Red+Green+Blue) = 11+186+250=447 (59% of max value = 765). Red value is 11 (4.69% from 255 or 2.46% from 447); Green value is 186 (73.05% from 255 or 41.61% from 447); Blue value is 250 (98.05% from 255 or 55.93% from 447); Max value from RGB is 250 - color contains mainly: blue. Hex color #0BBAFA is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0BBAFA is #F44505. Grayscale: #8C8C8C. Windows color (decimal): -16008454 or 16431627. OLE color: 16431627.
HSL color Cylindrical-coordinate representation of color #0BBAFA: hue angle of 196.07º degrees, saturation: 0.96, 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 #0BBAFA is Cyan = 0.96, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 11 | 186 | 250 | - |
| CMYK | 0.96 | 0.26 | 0 | 0.02 |
| HSL | 196.07º | 0.96% | 0.51% | - |
| HSV(B) | 196.07º | 0.96% | 0.98% | - |
| XYZ | 34.95 | 42.09 | 96.72 | - |
| YUV | 140.97 | 189.52 | 35.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 186 | 250 | 0.96 | 0.26 | 0 | 0.02 | 196.07 | 0.96 | 0.51 |
| Hex | B | BA | FA | 60 | 1A | 0 | 2 | C4 | 60 | 33 |
| Octal | 13 | 272 | 372 | 140 | 32 | 0 | 2 | 304 | 140 | 63 |
| Binary | 1011 | 10111010 | 11111010 | 1100000 | 11010 | 0 | 10 | 11000100 | 1100000 | 110011 |
Color Harmonies of #0BBAFA
Complementary color
Monochromatic Colors of #0BBAFA
Black with #0BBAFA
Text Example
Text Example
White with #0BBAFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BBAFA; }
p { color: rgb(11,186,250); }
H1.HeaderClassName
{
color: #0BBAFA;
}
.AnyTagClassName
{
color: #0BBAFA;
}
</style>
background-color css
<style>
a { background-color: #0BBAFA; }
a { background-color: rgb(11,186,250); }
div.DivClassName
{
background-color: #0BBAFA;
}
.BgClassName
{
background-color: #0BBAFA;
}
</style>
border-color css
<style>
span { border-color: #0BBAFA; }
span { border-color: rgb(11,186,250); }
td.TdClassName
{
border-color: #0BBAFA;
}
.TagClassName
{
border-color: #0BBAFA;
}
</style>