Shades of Bondi Blue #0BA1AD
Tints of Bondi Blue #0BA1AD
RGB
CMYK
RGB Variations
Color information
#0BA1AD (or 0x0BA1AD) is known color: Bondi Blue. HEX triplet: 0B, A1 and AD. RGB value is (11,161,173). Sum of RGB (Red+Green+Blue) = 11+161+173=345 (45% of max value = 765). Red value is 11 (4.69% from 255 or 3.19% from 345); Green value is 161 (63.28% from 255 or 46.67% from 345); Blue value is 173 (67.97% from 255 or 50.14% from 345); Max value from RGB is 173 - color contains mainly: blue. Hex color #0BA1AD is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0BA1AD is #F45E52. Grayscale: #757575. Windows color (decimal): -16014931 or 11378955. OLE color: 11378955.
HSL color Cylindrical-coordinate representation of color #0BA1AD: hue angle of 184.44º 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 #0BA1AD is Cyan = 0.94, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 11 | 161 | 173 | - |
| CMYK | 0.94 | 0.07 | 0 | 0.32 |
| HSL | 184.44º | 0.88% | 0.36% | - |
| HSV(B) | 184.44º | 0.94% | 0.68% | - |
| XYZ | 20.43 | 28.58 | 43.97 | - |
| YUV | 117.52 | 159.31 | 52.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 161 | 173 | 0.94 | 0.07 | 0 | 0.32 | 184.44 | 0.88 | 0.36 |
| Hex | B | A1 | AD | 5E | 7 | 0 | 20 | B8 | 58 | 24 |
| Octal | 13 | 241 | 255 | 136 | 7 | 0 | 40 | 270 | 130 | 44 |
| Binary | 1011 | 10100001 | 10101101 | 1011110 | 111 | 0 | 100000 | 10111000 | 1011000 | 100100 |
Color Harmonies of #0BA1AD
Complementary color
Monochromatic Colors of #0BA1AD
Black with #0BA1AD
Text Example
Text Example
White with #0BA1AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BA1AD; }
p { color: rgb(11,161,173); }
H1.HeaderClassName
{
color: #0BA1AD;
}
.AnyTagClassName
{
color: #0BA1AD;
}
</style>
background-color css
<style>
a { background-color: #0BA1AD; }
a { background-color: rgb(11,161,173); }
div.DivClassName
{
background-color: #0BA1AD;
}
.BgClassName
{
background-color: #0BA1AD;
}
</style>
border-color css
<style>
span { border-color: #0BA1AD; }
span { border-color: rgb(11,161,173); }
td.TdClassName
{
border-color: #0BA1AD;
}
.TagClassName
{
border-color: #0BA1AD;
}
</style>