Shades of Bondi Blue #0B99BA
Tints of Bondi Blue #0B99BA
RGB
CMYK
RGB Variations
Color information
#0B99BA (or 0x0B99BA) is known color: Bondi Blue. HEX triplet: 0B, 99 and BA. RGB value is (11,153,186). Sum of RGB (Red+Green+Blue) = 11+153+186=350 (46% of max value = 765). Red value is 11 (4.69% from 255 or 3.14% from 350); Green value is 153 (60.16% from 255 or 43.71% from 350); Blue value is 186 (73.05% from 255 or 53.14% from 350); Max value from RGB is 186 - color contains mainly: blue. Hex color #0B99BA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0B99BA is #F46645. Grayscale: #727272. Windows color (decimal): -16016966 or 12228875. OLE color: 12228875.
HSL color Cylindrical-coordinate representation of color #0B99BA: hue angle of 191.31º 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 #0B99BA is Cyan = 0.94, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 11 | 153 | 186 | - |
| CMYK | 0.94 | 0.18 | 0 | 0.27 |
| HSL | 191.31º | 0.89% | 0.39% | - |
| HSV(B) | 191.31º | 0.94% | 0.73% | - |
| XYZ | 20.39 | 26.4 | 50.48 | - |
| YUV | 114.3 | 168.46 | 54.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 153 | 186 | 0.94 | 0.18 | 0 | 0.27 | 191.31 | 0.89 | 0.39 |
| Hex | B | 99 | BA | 5E | 12 | 0 | 1B | BF | 59 | 27 |
| Octal | 13 | 231 | 272 | 136 | 22 | 0 | 33 | 277 | 131 | 47 |
| Binary | 1011 | 10011001 | 10111010 | 1011110 | 10010 | 0 | 11011 | 10111111 | 1011001 | 100111 |
Color Harmonies of #0B99BA
Complementary color
Monochromatic Colors of #0B99BA
Black with #0B99BA
Text Example
Text Example
White with #0B99BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B99BA; }
p { color: rgb(11,153,186); }
H1.HeaderClassName
{
color: #0B99BA;
}
.AnyTagClassName
{
color: #0B99BA;
}
</style>
background-color css
<style>
a { background-color: #0B99BA; }
a { background-color: rgb(11,153,186); }
div.DivClassName
{
background-color: #0B99BA;
}
.BgClassName
{
background-color: #0B99BA;
}
</style>
border-color css
<style>
span { border-color: #0B99BA; }
span { border-color: rgb(11,153,186); }
td.TdClassName
{
border-color: #0B99BA;
}
.TagClassName
{
border-color: #0B99BA;
}
</style>