Shades of Bondi Blue #0B9EAC
Tints of Bondi Blue #0B9EAC
RGB
CMYK
RGB Variations
Color information
#0B9EAC (or 0x0B9EAC) is known color: Bondi Blue. HEX triplet: 0B, 9E and AC. RGB value is (11,158,172). Sum of RGB (Red+Green+Blue) = 11+158+172=341 (45% of max value = 765). Red value is 11 (4.69% from 255 or 3.23% from 341); Green value is 158 (62.11% from 255 or 46.33% from 341); Blue value is 172 (67.58% from 255 or 50.44% from 341); Max value from RGB is 172 - color contains mainly: blue. Hex color #0B9EAC is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0B9EAC is #F46153. Grayscale: #737373. Windows color (decimal): -16015700 or 11312651. OLE color: 11312651.
HSL color Cylindrical-coordinate representation of color #0B9EAC: hue angle of 185.22º degrees, saturation: 0.88, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0B9EAC is Cyan = 0.94, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 11 | 158 | 172 | - |
| CMYK | 0.94 | 0.08 | 0 | 0.33 |
| HSL | 185.22º | 0.88% | 0.36% | - |
| HSV(B) | 185.22º | 0.94% | 0.67% | - |
| XYZ | 19.81 | 27.5 | 43.29 | - |
| YUV | 115.64 | 159.8 | 53.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 158 | 172 | 0.94 | 0.08 | 0 | 0.33 | 185.22 | 0.88 | 0.36 |
| Hex | B | 9E | AC | 5E | 8 | 0 | 21 | B9 | 58 | 24 |
| Octal | 13 | 236 | 254 | 136 | 10 | 0 | 41 | 271 | 130 | 44 |
| Binary | 1011 | 10011110 | 10101100 | 1011110 | 1000 | 0 | 100001 | 10111001 | 1011000 | 100100 |
Color Harmonies of #0B9EAC
Complementary color
Monochromatic Colors of #0B9EAC
Black with #0B9EAC
Text Example
Text Example
White with #0B9EAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B9EAC; }
p { color: rgb(11,158,172); }
H1.HeaderClassName
{
color: #0B9EAC;
}
.AnyTagClassName
{
color: #0B9EAC;
}
</style>
background-color css
<style>
a { background-color: #0B9EAC; }
a { background-color: rgb(11,158,172); }
div.DivClassName
{
background-color: #0B9EAC;
}
.BgClassName
{
background-color: #0B9EAC;
}
</style>
border-color css
<style>
span { border-color: #0B9EAC; }
span { border-color: rgb(11,158,172); }
td.TdClassName
{
border-color: #0B9EAC;
}
.TagClassName
{
border-color: #0B9EAC;
}
</style>