Shades of Bondi Blue #0BA8B0
Tints of Bondi Blue #0BA8B0
RGB
CMYK
RGB Variations
Color information
#0BA8B0 (or 0x0BA8B0) is known color: Bondi Blue. HEX triplet: 0B, A8 and B0. RGB value is (11,168,176). Sum of RGB (Red+Green+Blue) = 11+168+176=355 (47% of max value = 765). Red value is 11 (4.69% from 255 or 3.10% from 355); Green value is 168 (66.02% from 255 or 47.32% from 355); Blue value is 176 (69.14% from 255 or 49.58% from 355); Max value from RGB is 176 - color contains mainly: blue. Hex color #0BA8B0 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0BA8B0 is #F4574F. Grayscale: #797979. Windows color (decimal): -16013136 or 11577355. OLE color: 11577355.
HSL color Cylindrical-coordinate representation of color #0BA8B0: hue angle of 182.91º degrees, saturation: 0.88, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0BA8B0 is Cyan = 0.94, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 11 | 168 | 176 | - |
| CMYK | 0.94 | 0.05 | 0 | 0.31 |
| HSL | 182.91º | 0.88% | 0.37% | - |
| HSV(B) | 182.91º | 0.94% | 0.69% | - |
| XYZ | 21.98 | 31.21 | 45.94 | - |
| YUV | 121.97 | 158.49 | 48.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 168 | 176 | 0.94 | 0.05 | 0 | 0.31 | 182.91 | 0.88 | 0.37 |
| Hex | B | A8 | B0 | 5E | 5 | 0 | 1F | B7 | 58 | 25 |
| Octal | 13 | 250 | 260 | 136 | 5 | 0 | 37 | 267 | 130 | 45 |
| Binary | 1011 | 10101000 | 10110000 | 1011110 | 101 | 0 | 11111 | 10110111 | 1011000 | 100101 |
Color Harmonies of #0BA8B0
Complementary color
Monochromatic Colors of #0BA8B0
Black with #0BA8B0
Text Example
Text Example
White with #0BA8B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BA8B0; }
p { color: rgb(11,168,176); }
H1.HeaderClassName
{
color: #0BA8B0;
}
.AnyTagClassName
{
color: #0BA8B0;
}
</style>
background-color css
<style>
a { background-color: #0BA8B0; }
a { background-color: rgb(11,168,176); }
div.DivClassName
{
background-color: #0BA8B0;
}
.BgClassName
{
background-color: #0BA8B0;
}
</style>
border-color css
<style>
span { border-color: #0BA8B0; }
span { border-color: rgb(11,168,176); }
td.TdClassName
{
border-color: #0BA8B0;
}
.TagClassName
{
border-color: #0BA8B0;
}
</style>