Shades of Bondi Blue #0B94BA
Tints of Bondi Blue #0B94BA
RGB
CMYK
RGB Variations
Color information
#0B94BA (or 0x0B94BA) is known color: Bondi Blue. HEX triplet: 0B, 94 and BA. RGB value is (11,148,186). Sum of RGB (Red+Green+Blue) = 11+148+186=345 (45% of max value = 765). Red value is 11 (4.69% from 255 or 3.19% from 345); Green value is 148 (58.20% from 255 or 42.90% from 345); Blue value is 186 (73.05% from 255 or 53.91% from 345); Max value from RGB is 186 - color contains mainly: blue. Hex color #0B94BA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0B94BA is #F46B45. Grayscale: #6F6F6F. Windows color (decimal): -16018246 or 12227595. OLE color: 12227595.
HSL color Cylindrical-coordinate representation of color #0B94BA: hue angle of 193.03º 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 #0B94BA is Cyan = 0.94, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 11 | 148 | 186 | - |
| CMYK | 0.94 | 0.20 | 0 | 0.27 |
| HSL | 193.03º | 0.89% | 0.39% | - |
| HSV(B) | 193.03º | 0.94% | 0.73% | - |
| XYZ | 19.59 | 24.8 | 50.21 | - |
| YUV | 111.37 | 170.11 | 56.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 148 | 186 | 0.94 | 0.20 | 0 | 0.27 | 193.03 | 0.89 | 0.39 |
| Hex | B | 94 | BA | 5E | 14 | 0 | 1B | C1 | 59 | 27 |
| Octal | 13 | 224 | 272 | 136 | 24 | 0 | 33 | 301 | 131 | 47 |
| Binary | 1011 | 10010100 | 10111010 | 1011110 | 10100 | 0 | 11011 | 11000001 | 1011001 | 100111 |
Color Harmonies of #0B94BA
Complementary color
Monochromatic Colors of #0B94BA
Black with #0B94BA
Text Example
Text Example
White with #0B94BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B94BA; }
p { color: rgb(11,148,186); }
H1.HeaderClassName
{
color: #0B94BA;
}
.AnyTagClassName
{
color: #0B94BA;
}
</style>
background-color css
<style>
a { background-color: #0B94BA; }
a { background-color: rgb(11,148,186); }
div.DivClassName
{
background-color: #0B94BA;
}
.BgClassName
{
background-color: #0B94BA;
}
</style>
border-color css
<style>
span { border-color: #0B94BA; }
span { border-color: rgb(11,148,186); }
td.TdClassName
{
border-color: #0B94BA;
}
.TagClassName
{
border-color: #0B94BA;
}
</style>