Shades of Bondi Blue #0B9FAB
Tints of Bondi Blue #0B9FAB
RGB
CMYK
RGB Variations
Color information
#0B9FAB (or 0x0B9FAB) is known color: Bondi Blue. HEX triplet: 0B, 9F and AB. RGB value is (11,159,171). Sum of RGB (Red+Green+Blue) = 11+159+171=341 (45% of max value = 765). Red value is 11 (4.69% from 255 or 3.23% from 341); Green value is 159 (62.5% from 255 or 46.63% from 341); Blue value is 171 (67.19% from 255 or 50.15% from 341); Max value from RGB is 171 - color contains mainly: blue. Hex color #0B9FAB is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0B9FAB is #F46054. Grayscale: #737373. Windows color (decimal): -16015445 or 11247371. OLE color: 11247371.
HSL color Cylindrical-coordinate representation of color #0B9FAB: hue angle of 184.5º 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 #0B9FAB is Cyan = 0.94, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 11 | 159 | 171 | - |
| CMYK | 0.94 | 0.07 | 0 | 0.33 |
| HSL | 184.5º | 0.88% | 0.36% | - |
| HSV(B) | 184.5º | 0.94% | 0.67% | - |
| XYZ | 19.89 | 27.81 | 42.85 | - |
| YUV | 116.12 | 158.97 | 53.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 159 | 171 | 0.94 | 0.07 | 0 | 0.33 | 184.5 | 0.88 | 0.36 |
| Hex | B | 9F | AB | 5E | 7 | 0 | 21 | B8 | 58 | 24 |
| Octal | 13 | 237 | 253 | 136 | 7 | 0 | 41 | 270 | 130 | 44 |
| Binary | 1011 | 10011111 | 10101011 | 1011110 | 111 | 0 | 100001 | 10111000 | 1011000 | 100100 |
Color Harmonies of #0B9FAB
Complementary color
Monochromatic Colors of #0B9FAB
Black with #0B9FAB
Text Example
Text Example
White with #0B9FAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B9FAB; }
p { color: rgb(11,159,171); }
H1.HeaderClassName
{
color: #0B9FAB;
}
.AnyTagClassName
{
color: #0B9FAB;
}
</style>
background-color css
<style>
a { background-color: #0B9FAB; }
a { background-color: rgb(11,159,171); }
div.DivClassName
{
background-color: #0B9FAB;
}
.BgClassName
{
background-color: #0B9FAB;
}
</style>
border-color css
<style>
span { border-color: #0B9FAB; }
span { border-color: rgb(11,159,171); }
td.TdClassName
{
border-color: #0B9FAB;
}
.TagClassName
{
border-color: #0B9FAB;
}
</style>