Shades of Deep Sky Blue #0BAAFA
Tints of Deep Sky Blue #0BAAFA
RGB
CMYK
RGB Variations
Color information
#0BAAFA (or 0x0BAAFA) is known color: Deep Sky Blue. HEX triplet: 0B, AA and FA. RGB value is (11,170,250). Sum of RGB (Red+Green+Blue) = 11+170+250=431 (57% of max value = 765). Red value is 11 (4.69% from 255 or 2.55% from 431); Green value is 170 (66.80% from 255 or 39.44% from 431); Blue value is 250 (98.05% from 255 or 58.00% from 431); Max value from RGB is 250 - color contains mainly: blue. Hex color #0BAAFA is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0BAAFA is #F45505. Grayscale: #838383. Windows color (decimal): -16012550 or 16427531. OLE color: 16427531.
HSL color Cylindrical-coordinate representation of color #0BAAFA: hue angle of 200.08º 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 #0BAAFA is Cyan = 0.96, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 11 | 170 | 250 | - |
| CMYK | 0.96 | 0.32 | 0 | 0.02 |
| HSL | 200.08º | 0.96% | 0.51% | - |
| HSV(B) | 200.08º | 0.96% | 0.98% | - |
| XYZ | 31.77 | 35.72 | 95.66 | - |
| YUV | 131.58 | 194.82 | 42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 170 | 250 | 0.96 | 0.32 | 0 | 0.02 | 200.08 | 0.96 | 0.51 |
| Hex | B | AA | FA | 60 | 20 | 0 | 2 | C8 | 60 | 33 |
| Octal | 13 | 252 | 372 | 140 | 40 | 0 | 2 | 310 | 140 | 63 |
| Binary | 1011 | 10101010 | 11111010 | 1100000 | 100000 | 0 | 10 | 11001000 | 1100000 | 110011 |
Color Harmonies of #0BAAFA
Complementary color
Monochromatic Colors of #0BAAFA
Black with #0BAAFA
Text Example
Text Example
White with #0BAAFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BAAFA; }
p { color: rgb(11,170,250); }
H1.HeaderClassName
{
color: #0BAAFA;
}
.AnyTagClassName
{
color: #0BAAFA;
}
</style>
background-color css
<style>
a { background-color: #0BAAFA; }
a { background-color: rgb(11,170,250); }
div.DivClassName
{
background-color: #0BAAFA;
}
.BgClassName
{
background-color: #0BAAFA;
}
</style>
border-color css
<style>
span { border-color: #0BAAFA; }
span { border-color: rgb(11,170,250); }
td.TdClassName
{
border-color: #0BAAFA;
}
.TagClassName
{
border-color: #0BAAFA;
}
</style>