Shades of Bondi Blue #0BA5AB
Tints of Bondi Blue #0BA5AB
RGB
CMYK
RGB Variations
Color information
#0BA5AB (or 0x0BA5AB) is known color: Bondi Blue. HEX triplet: 0B, A5 and AB. RGB value is (11,165,171). Sum of RGB (Red+Green+Blue) = 11+165+171=347 (45% of max value = 765). Red value is 11 (4.69% from 255 or 3.17% from 347); Green value is 165 (64.84% from 255 or 47.55% from 347); Blue value is 171 (67.19% from 255 or 49.28% from 347); Max value from RGB is 171 - color contains mainly: blue. Hex color #0BA5AB is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0BA5AB is #F45A54. Grayscale: #777777. Windows color (decimal): -16013909 or 11248907. OLE color: 11248907.
HSL color Cylindrical-coordinate representation of color #0BA5AB: hue angle of 182.25º 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 #0BA5AB is Cyan = 0.94, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 11 | 165 | 171 | - |
| CMYK | 0.94 | 0.04 | 0 | 0.33 |
| HSL | 182.25º | 0.88% | 0.36% | - |
| HSV(B) | 182.25º | 0.94% | 0.67% | - |
| XYZ | 20.94 | 29.92 | 43.2 | - |
| YUV | 119.64 | 156.98 | 50.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 165 | 171 | 0.94 | 0.04 | 0 | 0.33 | 182.25 | 0.88 | 0.36 |
| Hex | B | A5 | AB | 5E | 4 | 0 | 21 | B6 | 58 | 24 |
| Octal | 13 | 245 | 253 | 136 | 4 | 0 | 41 | 266 | 130 | 44 |
| Binary | 1011 | 10100101 | 10101011 | 1011110 | 100 | 0 | 100001 | 10110110 | 1011000 | 100100 |
Color Harmonies of #0BA5AB
Complementary color
Monochromatic Colors of #0BA5AB
Black with #0BA5AB
Text Example
Text Example
White with #0BA5AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BA5AB; }
p { color: rgb(11,165,171); }
H1.HeaderClassName
{
color: #0BA5AB;
}
.AnyTagClassName
{
color: #0BA5AB;
}
</style>
background-color css
<style>
a { background-color: #0BA5AB; }
a { background-color: rgb(11,165,171); }
div.DivClassName
{
background-color: #0BA5AB;
}
.BgClassName
{
background-color: #0BA5AB;
}
</style>
border-color css
<style>
span { border-color: #0BA5AB; }
span { border-color: rgb(11,165,171); }
td.TdClassName
{
border-color: #0BA5AB;
}
.TagClassName
{
border-color: #0BA5AB;
}
</style>