Shades of Bondi Blue #0B89BA
Tints of Bondi Blue #0B89BA
RGB
CMYK
RGB Variations
Color information
#0B89BA (or 0x0B89BA) is known color: Bondi Blue. HEX triplet: 0B, 89 and BA. RGB value is (11,137,186). Sum of RGB (Red+Green+Blue) = 11+137+186=334 (44% of max value = 765). Red value is 11 (4.69% from 255 or 3.29% from 334); Green value is 137 (53.91% from 255 or 41.02% from 334); Blue value is 186 (73.05% from 255 or 55.69% from 334); Max value from RGB is 186 - color contains mainly: blue. Hex color #0B89BA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0B89BA is #F47645. Grayscale: #686868. Windows color (decimal): -16021062 or 12224779. OLE color: 12224779.
HSL color Cylindrical-coordinate representation of color #0B89BA: hue angle of 196.8º degrees, saturation: 0.89, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0B89BA is Cyan = 0.94, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 11 | 137 | 186 | - |
| CMYK | 0.94 | 0.26 | 0 | 0.27 |
| HSL | 196.8º | 0.89% | 0.39% | - |
| HSV(B) | 196.8º | 0.94% | 0.73% | - |
| XYZ | 17.95 | 21.51 | 49.66 | - |
| YUV | 104.91 | 173.76 | 61.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 137 | 186 | 0.94 | 0.26 | 0 | 0.27 | 196.8 | 0.89 | 0.39 |
| Hex | B | 89 | BA | 5E | 1A | 0 | 1B | C5 | 59 | 27 |
| Octal | 13 | 211 | 272 | 136 | 32 | 0 | 33 | 305 | 131 | 47 |
| Binary | 1011 | 10001001 | 10111010 | 1011110 | 11010 | 0 | 11011 | 11000101 | 1011001 | 100111 |
Color Harmonies of #0B89BA
Complementary color
Monochromatic Colors of #0B89BA
Black with #0B89BA
Text Example
Text Example
White with #0B89BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B89BA; }
p { color: rgb(11,137,186); }
H1.HeaderClassName
{
color: #0B89BA;
}
.AnyTagClassName
{
color: #0B89BA;
}
</style>
background-color css
<style>
a { background-color: #0B89BA; }
a { background-color: rgb(11,137,186); }
div.DivClassName
{
background-color: #0B89BA;
}
.BgClassName
{
background-color: #0B89BA;
}
</style>
border-color css
<style>
span { border-color: #0B89BA; }
span { border-color: rgb(11,137,186); }
td.TdClassName
{
border-color: #0B89BA;
}
.TagClassName
{
border-color: #0B89BA;
}
</style>