Shades of Bondi Blue #0B88BA
Tints of Bondi Blue #0B88BA
RGB
CMYK
RGB Variations
Color information
#0B88BA (or 0x0B88BA) is known color: Bondi Blue. HEX triplet: 0B, 88 and BA. RGB value is (11,136,186). Sum of RGB (Red+Green+Blue) = 11+136+186=333 (44% of max value = 765). Red value is 11 (4.69% from 255 or 3.30% from 333); Green value is 136 (53.52% from 255 or 40.84% from 333); Blue value is 186 (73.05% from 255 or 55.86% from 333); Max value from RGB is 186 - color contains mainly: blue. Hex color #0B88BA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0B88BA is #F47745. Grayscale: #686868. Windows color (decimal): -16021318 or 12224523. OLE color: 12224523.
HSL color Cylindrical-coordinate representation of color #0B88BA: hue angle of 197.14º 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 #0B88BA is Cyan = 0.94, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 11 | 136 | 186 | - |
| CMYK | 0.94 | 0.27 | 0 | 0.27 |
| HSL | 197.14º | 0.89% | 0.39% | - |
| HSV(B) | 197.14º | 0.94% | 0.73% | - |
| XYZ | 17.81 | 21.22 | 49.61 | - |
| YUV | 104.33 | 174.09 | 61.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 136 | 186 | 0.94 | 0.27 | 0 | 0.27 | 197.14 | 0.89 | 0.39 |
| Hex | B | 88 | BA | 5E | 1B | 0 | 1B | C5 | 59 | 27 |
| Octal | 13 | 210 | 272 | 136 | 33 | 0 | 33 | 305 | 131 | 47 |
| Binary | 1011 | 10001000 | 10111010 | 1011110 | 11011 | 0 | 11011 | 11000101 | 1011001 | 100111 |
Color Harmonies of #0B88BA
Complementary color
Monochromatic Colors of #0B88BA
Black with #0B88BA
Text Example
Text Example
White with #0B88BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B88BA; }
p { color: rgb(11,136,186); }
H1.HeaderClassName
{
color: #0B88BA;
}
.AnyTagClassName
{
color: #0B88BA;
}
</style>
background-color css
<style>
a { background-color: #0B88BA; }
a { background-color: rgb(11,136,186); }
div.DivClassName
{
background-color: #0B88BA;
}
.BgClassName
{
background-color: #0B88BA;
}
</style>
border-color css
<style>
span { border-color: #0B88BA; }
span { border-color: rgb(11,136,186); }
td.TdClassName
{
border-color: #0B88BA;
}
.TagClassName
{
border-color: #0B88BA;
}
</style>