Shades of Bondi Blue #0B9DAB
Tints of Bondi Blue #0B9DAB
RGB
CMYK
RGB Variations
Color information
#0B9DAB (or 0x0B9DAB) is known color: Bondi Blue. HEX triplet: 0B, 9D and AB. RGB value is (11,157,171). Sum of RGB (Red+Green+Blue) = 11+157+171=339 (44% of max value = 765). Red value is 11 (4.69% from 255 or 3.24% from 339); Green value is 157 (61.72% from 255 or 46.31% from 339); Blue value is 171 (67.19% from 255 or 50.44% from 339); Max value from RGB is 171 - color contains mainly: blue. Hex color #0B9DAB is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0B9DAB is #F46254. Grayscale: #727272. Windows color (decimal): -16015957 or 11246859. OLE color: 11246859.
HSL color Cylindrical-coordinate representation of color #0B9DAB: hue angle of 185.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 #0B9DAB is Cyan = 0.94, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 11 | 157 | 171 | - |
| CMYK | 0.94 | 0.08 | 0 | 0.33 |
| HSL | 185.25º | 0.88% | 0.36% | - |
| HSV(B) | 185.25º | 0.94% | 0.67% | - |
| XYZ | 19.55 | 27.13 | 42.73 | - |
| YUV | 114.94 | 159.63 | 53.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 157 | 171 | 0.94 | 0.08 | 0 | 0.33 | 185.25 | 0.88 | 0.36 |
| Hex | B | 9D | AB | 5E | 8 | 0 | 21 | B9 | 58 | 24 |
| Octal | 13 | 235 | 253 | 136 | 10 | 0 | 41 | 271 | 130 | 44 |
| Binary | 1011 | 10011101 | 10101011 | 1011110 | 1000 | 0 | 100001 | 10111001 | 1011000 | 100100 |
Color Harmonies of #0B9DAB
Complementary color
Monochromatic Colors of #0B9DAB
Black with #0B9DAB
Text Example
Text Example
White with #0B9DAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B9DAB; }
p { color: rgb(11,157,171); }
H1.HeaderClassName
{
color: #0B9DAB;
}
.AnyTagClassName
{
color: #0B9DAB;
}
</style>
background-color css
<style>
a { background-color: #0B9DAB; }
a { background-color: rgb(11,157,171); }
div.DivClassName
{
background-color: #0B9DAB;
}
.BgClassName
{
background-color: #0B9DAB;
}
</style>
border-color css
<style>
span { border-color: #0B9DAB; }
span { border-color: rgb(11,157,171); }
td.TdClassName
{
border-color: #0B9DAB;
}
.TagClassName
{
border-color: #0B9DAB;
}
</style>