Shades of Bondi Blue #0BA3AD
Tints of Bondi Blue #0BA3AD
RGB
CMYK
RGB Variations
Color information
#0BA3AD (or 0x0BA3AD) is known color: Bondi Blue. HEX triplet: 0B, A3 and AD. RGB value is (11,163,173). Sum of RGB (Red+Green+Blue) = 11+163+173=347 (45% of max value = 765). Red value is 11 (4.69% from 255 or 3.17% from 347); Green value is 163 (64.06% from 255 or 46.97% from 347); Blue value is 173 (67.97% from 255 or 49.86% from 347); Max value from RGB is 173 - color contains mainly: blue. Hex color #0BA3AD is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0BA3AD is #F45C52. Grayscale: #767676. Windows color (decimal): -16014419 or 11379467. OLE color: 11379467.
HSL color Cylindrical-coordinate representation of color #0BA3AD: hue angle of 183.7º degrees, saturation: 0.88, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0BA3AD is Cyan = 0.94, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 11 | 163 | 173 | - |
| CMYK | 0.94 | 0.06 | 0 | 0.32 |
| HSL | 183.7º | 0.88% | 0.36% | - |
| HSV(B) | 183.7º | 0.94% | 0.68% | - |
| XYZ | 20.78 | 29.28 | 44.09 | - |
| YUV | 118.69 | 158.64 | 51.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 163 | 173 | 0.94 | 0.06 | 0 | 0.32 | 183.7 | 0.88 | 0.36 |
| Hex | B | A3 | AD | 5E | 6 | 0 | 20 | B8 | 58 | 24 |
| Octal | 13 | 243 | 255 | 136 | 6 | 0 | 40 | 270 | 130 | 44 |
| Binary | 1011 | 10100011 | 10101101 | 1011110 | 110 | 0 | 100000 | 10111000 | 1011000 | 100100 |
Color Harmonies of #0BA3AD
Complementary color
Monochromatic Colors of #0BA3AD
Black with #0BA3AD
Text Example
Text Example
White with #0BA3AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BA3AD; }
p { color: rgb(11,163,173); }
H1.HeaderClassName
{
color: #0BA3AD;
}
.AnyTagClassName
{
color: #0BA3AD;
}
</style>
background-color css
<style>
a { background-color: #0BA3AD; }
a { background-color: rgb(11,163,173); }
div.DivClassName
{
background-color: #0BA3AD;
}
.BgClassName
{
background-color: #0BA3AD;
}
</style>
border-color css
<style>
span { border-color: #0BA3AD; }
span { border-color: rgb(11,163,173); }
td.TdClassName
{
border-color: #0BA3AD;
}
.TagClassName
{
border-color: #0BA3AD;
}
</style>