Shades of Bondi Blue #0BA2AB
Tints of Bondi Blue #0BA2AB
RGB
CMYK
RGB Variations
Color information
#0BA2AB (or 0x0BA2AB) is known color: Bondi Blue. HEX triplet: 0B, A2 and AB. RGB value is (11,162,171). Sum of RGB (Red+Green+Blue) = 11+162+171=344 (45% of max value = 765). Red value is 11 (4.69% from 255 or 3.20% from 344); Green value is 162 (63.67% from 255 or 47.09% from 344); Blue value is 171 (67.19% from 255 or 49.71% from 344); Max value from RGB is 171 - color contains mainly: blue. Hex color #0BA2AB is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0BA2AB is #F45D54. Grayscale: #757575. Windows color (decimal): -16014677 or 11248139. OLE color: 11248139.
HSL color Cylindrical-coordinate representation of color #0BA2AB: hue angle of 183.38º degrees, saturation: 0.88, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0BA2AB is Cyan = 0.94, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 11 | 162 | 171 | - |
| CMYK | 0.94 | 0.05 | 0 | 0.33 |
| HSL | 183.38º | 0.88% | 0.36% | - |
| HSV(B) | 183.38º | 0.94% | 0.67% | - |
| XYZ | 20.41 | 28.85 | 43.02 | - |
| YUV | 117.88 | 157.97 | 51.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 162 | 171 | 0.94 | 0.05 | 0 | 0.33 | 183.38 | 0.88 | 0.36 |
| Hex | B | A2 | AB | 5E | 5 | 0 | 21 | B7 | 58 | 24 |
| Octal | 13 | 242 | 253 | 136 | 5 | 0 | 41 | 267 | 130 | 44 |
| Binary | 1011 | 10100010 | 10101011 | 1011110 | 101 | 0 | 100001 | 10110111 | 1011000 | 100100 |
Color Harmonies of #0BA2AB
Complementary color
Monochromatic Colors of #0BA2AB
Black with #0BA2AB
Text Example
Text Example
White with #0BA2AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BA2AB; }
p { color: rgb(11,162,171); }
H1.HeaderClassName
{
color: #0BA2AB;
}
.AnyTagClassName
{
color: #0BA2AB;
}
</style>
background-color css
<style>
a { background-color: #0BA2AB; }
a { background-color: rgb(11,162,171); }
div.DivClassName
{
background-color: #0BA2AB;
}
.BgClassName
{
background-color: #0BA2AB;
}
</style>
border-color css
<style>
span { border-color: #0BA2AB; }
span { border-color: rgb(11,162,171); }
td.TdClassName
{
border-color: #0BA2AB;
}
.TagClassName
{
border-color: #0BA2AB;
}
</style>