Shades of Bondi Blue #0B9BB5
Tints of Bondi Blue #0B9BB5
RGB
CMYK
RGB Variations
Color information
#0B9BB5 (or 0x0B9BB5) is known color: Bondi Blue. HEX triplet: 0B, 9B and B5. RGB value is (11,155,181). Sum of RGB (Red+Green+Blue) = 11+155+181=347 (45% of max value = 765). Red value is 11 (4.69% from 255 or 3.17% from 347); Green value is 155 (60.94% from 255 or 44.67% from 347); Blue value is 181 (71.09% from 255 or 52.16% from 347); Max value from RGB is 181 - color contains mainly: blue. Hex color #0B9BB5 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0B9BB5 is #F4644A. Grayscale: #727272. Windows color (decimal): -16016459 or 11901707. OLE color: 11901707.
HSL color Cylindrical-coordinate representation of color #0B9BB5: hue angle of 189.18º degrees, saturation: 0.89, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0B9BB5 is Cyan = 0.94, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 11 | 155 | 181 | - |
| CMYK | 0.94 | 0.14 | 0 | 0.29 |
| HSL | 189.18º | 0.89% | 0.38% | - |
| HSV(B) | 189.18º | 0.94% | 0.71% | - |
| XYZ | 20.2 | 26.85 | 47.83 | - |
| YUV | 114.91 | 165.29 | 53.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 155 | 181 | 0.94 | 0.14 | 0 | 0.29 | 189.18 | 0.89 | 0.38 |
| Hex | B | 9B | B5 | 5E | E | 0 | 1D | BD | 59 | 26 |
| Octal | 13 | 233 | 265 | 136 | 16 | 0 | 35 | 275 | 131 | 46 |
| Binary | 1011 | 10011011 | 10110101 | 1011110 | 1110 | 0 | 11101 | 10111101 | 1011001 | 100110 |
Color Harmonies of #0B9BB5
Complementary color
Monochromatic Colors of #0B9BB5
Black with #0B9BB5
Text Example
Text Example
White with #0B9BB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B9BB5; }
p { color: rgb(11,155,181); }
H1.HeaderClassName
{
color: #0B9BB5;
}
.AnyTagClassName
{
color: #0B9BB5;
}
</style>
background-color css
<style>
a { background-color: #0B9BB5; }
a { background-color: rgb(11,155,181); }
div.DivClassName
{
background-color: #0B9BB5;
}
.BgClassName
{
background-color: #0B9BB5;
}
</style>
border-color css
<style>
span { border-color: #0B9BB5; }
span { border-color: rgb(11,155,181); }
td.TdClassName
{
border-color: #0B9BB5;
}
.TagClassName
{
border-color: #0B9BB5;
}
</style>