Shades of Bondi Blue #0B8BBB
Tints of Bondi Blue #0B8BBB
RGB
CMYK
RGB Variations
Color information
#0B8BBB (or 0x0B8BBB) is known color: Bondi Blue. HEX triplet: 0B, 8B and BB. RGB value is (11,139,187). Sum of RGB (Red+Green+Blue) = 11+139+187=337 (44% of max value = 765). Red value is 11 (4.69% from 255 or 3.26% from 337); Green value is 139 (54.69% from 255 or 41.25% from 337); Blue value is 187 (73.44% from 255 or 55.49% from 337); Max value from RGB is 187 - color contains mainly: blue. Hex color #0B8BBB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0B8BBB is #F47444. Grayscale: #696969. Windows color (decimal): -16020549 or 12290827. OLE color: 12290827.
HSL color Cylindrical-coordinate representation of color #0B8BBB: hue angle of 196.36º 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 #0B8BBB is Cyan = 0.94, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 11 | 139 | 187 | - |
| CMYK | 0.94 | 0.26 | 0 | 0.27 |
| HSL | 196.36º | 0.89% | 0.39% | - |
| HSV(B) | 196.36º | 0.94% | 0.73% | - |
| XYZ | 18.34 | 22.12 | 50.32 | - |
| YUV | 106.2 | 173.59 | 60.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 139 | 187 | 0.94 | 0.26 | 0 | 0.27 | 196.36 | 0.89 | 0.39 |
| Hex | B | 8B | BB | 5E | 1A | 0 | 1B | C4 | 59 | 27 |
| Octal | 13 | 213 | 273 | 136 | 32 | 0 | 33 | 304 | 131 | 47 |
| Binary | 1011 | 10001011 | 10111011 | 1011110 | 11010 | 0 | 11011 | 11000100 | 1011001 | 100111 |
Color Harmonies of #0B8BBB
Complementary color
Monochromatic Colors of #0B8BBB
Black with #0B8BBB
Text Example
Text Example
White with #0B8BBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B8BBB; }
p { color: rgb(11,139,187); }
H1.HeaderClassName
{
color: #0B8BBB;
}
.AnyTagClassName
{
color: #0B8BBB;
}
</style>
background-color css
<style>
a { background-color: #0B8BBB; }
a { background-color: rgb(11,139,187); }
div.DivClassName
{
background-color: #0B8BBB;
}
.BgClassName
{
background-color: #0B8BBB;
}
</style>
border-color css
<style>
span { border-color: #0B8BBB; }
span { border-color: rgb(11,139,187); }
td.TdClassName
{
border-color: #0B8BBB;
}
.TagClassName
{
border-color: #0B8BBB;
}
</style>