Shades of Bondi Blue #0B9BAF
Tints of Bondi Blue #0B9BAF
RGB
CMYK
RGB Variations
Color information
#0B9BAF (or 0x0B9BAF) is known color: Bondi Blue. HEX triplet: 0B, 9B and AF. RGB value is (11,155,175). Sum of RGB (Red+Green+Blue) = 11+155+175=341 (45% of max value = 765). Red value is 11 (4.69% from 255 or 3.23% from 341); Green value is 155 (60.94% from 255 or 45.45% from 341); Blue value is 175 (68.75% from 255 or 51.32% from 341); Max value from RGB is 175 - color contains mainly: blue. Hex color #0B9BAF is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0B9BAF is #F46450. Grayscale: #717171. Windows color (decimal): -16016465 or 11508491. OLE color: 11508491.
HSL color Cylindrical-coordinate representation of color #0B9BAF: hue angle of 187.32º degrees, saturation: 0.88, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0B9BAF is Cyan = 0.94, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 11 | 155 | 175 | - |
| CMYK | 0.94 | 0.11 | 0 | 0.31 |
| HSL | 187.32º | 0.88% | 0.36% | - |
| HSV(B) | 187.32º | 0.94% | 0.69% | - |
| XYZ | 19.6 | 26.61 | 44.66 | - |
| YUV | 114.22 | 162.29 | 54.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 155 | 175 | 0.94 | 0.11 | 0 | 0.31 | 187.32 | 0.88 | 0.36 |
| Hex | B | 9B | AF | 5E | B | 0 | 1F | BB | 58 | 24 |
| Octal | 13 | 233 | 257 | 136 | 13 | 0 | 37 | 273 | 130 | 44 |
| Binary | 1011 | 10011011 | 10101111 | 1011110 | 1011 | 0 | 11111 | 10111011 | 1011000 | 100100 |
Color Harmonies of #0B9BAF
Complementary color
Monochromatic Colors of #0B9BAF
Black with #0B9BAF
Text Example
Text Example
White with #0B9BAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B9BAF; }
p { color: rgb(11,155,175); }
H1.HeaderClassName
{
color: #0B9BAF;
}
.AnyTagClassName
{
color: #0B9BAF;
}
</style>
background-color css
<style>
a { background-color: #0B9BAF; }
a { background-color: rgb(11,155,175); }
div.DivClassName
{
background-color: #0B9BAF;
}
.BgClassName
{
background-color: #0B9BAF;
}
</style>
border-color css
<style>
span { border-color: #0B9BAF; }
span { border-color: rgb(11,155,175); }
td.TdClassName
{
border-color: #0B9BAF;
}
.TagClassName
{
border-color: #0B9BAF;
}
</style>