Shades of Deep Sky Blue #0BAAFE
Tints of Deep Sky Blue #0BAAFE
RGB
CMYK
RGB Variations
Color information
#0BAAFE (or 0x0BAAFE) is known color: Deep Sky Blue. HEX triplet: 0B, AA and FE. RGB value is (11,170,254). Sum of RGB (Red+Green+Blue) = 11+170+254=435 (57% of max value = 765). Red value is 11 (4.69% from 255 or 2.53% from 435); Green value is 170 (66.80% from 255 or 39.08% from 435); Blue value is 254 (99.61% from 255 or 58.39% from 435); Max value from RGB is 254 - color contains mainly: blue. Hex color #0BAAFE is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0BAAFE is #F45501. Grayscale: #838383. Windows color (decimal): -16012546 or 16689675. OLE color: 16689675.
HSL color Cylindrical-coordinate representation of color #0BAAFE: hue angle of 200.74º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0BAAFE is Cyan = 0.96, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 11 | 170 | 254 | - |
| CMYK | 0.96 | 0.33 | 0 | 0.00 |
| HSL | 200.74º | 0.99% | 0.52% | - |
| HSV(B) | 200.74º | 0.96% | 1% | - |
| XYZ | 32.4 | 35.98 | 99 | - |
| YUV | 132.04 | 196.82 | 41.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 170 | 254 | 0.96 | 0.33 | 0 | 0.00 | 200.74 | 0.99 | 0.52 |
| Hex | B | AA | FE | 60 | 21 | 0 | 0 | C9 | 63 | 34 |
| Octal | 13 | 252 | 376 | 140 | 41 | 0 | 0 | 311 | 143 | 64 |
| Binary | 1011 | 10101010 | 11111110 | 1100000 | 100001 | 0 | 0 | 11001001 | 1100011 | 110100 |
Color Harmonies of #0BAAFE
Complementary color
Monochromatic Colors of #0BAAFE
Black with #0BAAFE
Text Example
Text Example
White with #0BAAFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BAAFE; }
p { color: rgb(11,170,254); }
H1.HeaderClassName
{
color: #0BAAFE;
}
.AnyTagClassName
{
color: #0BAAFE;
}
</style>
background-color css
<style>
a { background-color: #0BAAFE; }
a { background-color: rgb(11,170,254); }
div.DivClassName
{
background-color: #0BAAFE;
}
.BgClassName
{
background-color: #0BAAFE;
}
</style>
border-color css
<style>
span { border-color: #0BAAFE; }
span { border-color: rgb(11,170,254); }
td.TdClassName
{
border-color: #0BAAFE;
}
.TagClassName
{
border-color: #0BAAFE;
}
</style>