Shades of Bondi Blue #0B8BBF
Tints of Bondi Blue #0B8BBF
RGB
CMYK
RGB Variations
Color information
#0B8BBF (or 0x0B8BBF) is known color: Bondi Blue. HEX triplet: 0B, 8B and BF. RGB value is (11,139,191). Sum of RGB (Red+Green+Blue) = 11+139+191=341 (45% of max value = 765). Red value is 11 (4.69% from 255 or 3.23% from 341); Green value is 139 (54.69% from 255 or 40.76% from 341); Blue value is 191 (75% from 255 or 56.01% from 341); Max value from RGB is 191 - color contains mainly: blue. Hex color #0B8BBF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0B8BBF is #F47440. Grayscale: #6A6A6A. Windows color (decimal): -16020545 or 12552971. OLE color: 12552971.
HSL color Cylindrical-coordinate representation of color #0B8BBF: hue angle of 197.33º degrees, saturation: 0.89, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0B8BBF is Cyan = 0.94, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 11 | 139 | 191 | - |
| CMYK | 0.94 | 0.27 | 0 | 0.25 |
| HSL | 197.33º | 0.89% | 0.4% | - |
| HSV(B) | 197.33º | 0.94% | 0.75% | - |
| XYZ | 18.77 | 22.3 | 52.6 | - |
| YUV | 106.66 | 175.59 | 59.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 139 | 191 | 0.94 | 0.27 | 0 | 0.25 | 197.33 | 0.89 | 0.4 |
| Hex | B | 8B | BF | 5E | 1B | 0 | 19 | C5 | 59 | 28 |
| Octal | 13 | 213 | 277 | 136 | 33 | 0 | 31 | 305 | 131 | 50 |
| Binary | 1011 | 10001011 | 10111111 | 1011110 | 11011 | 0 | 11001 | 11000101 | 1011001 | 101000 |
Color Harmonies of #0B8BBF
Complementary color
Monochromatic Colors of #0B8BBF
Black with #0B8BBF
Text Example
Text Example
White with #0B8BBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B8BBF; }
p { color: rgb(11,139,191); }
H1.HeaderClassName
{
color: #0B8BBF;
}
.AnyTagClassName
{
color: #0B8BBF;
}
</style>
background-color css
<style>
a { background-color: #0B8BBF; }
a { background-color: rgb(11,139,191); }
div.DivClassName
{
background-color: #0B8BBF;
}
.BgClassName
{
background-color: #0B8BBF;
}
</style>
border-color css
<style>
span { border-color: #0B8BBF; }
span { border-color: rgb(11,139,191); }
td.TdClassName
{
border-color: #0B8BBF;
}
.TagClassName
{
border-color: #0B8BBF;
}
</style>