Shades of Bondi Blue #0B9FAA
Tints of Bondi Blue #0B9FAA
RGB
CMYK
RGB Variations
Color information
#0B9FAA (or 0x0B9FAA) is known color: Bondi Blue. HEX triplet: 0B, 9F and AA. RGB value is (11,159,170). Sum of RGB (Red+Green+Blue) = 11+159+170=340 (45% of max value = 765). Red value is 11 (4.69% from 255 or 3.24% from 340); Green value is 159 (62.5% from 255 or 46.76% from 340); Blue value is 170 (66.80% from 255 or 50% from 340); Max value from RGB is 170 - color contains mainly: blue. Hex color #0B9FAA is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0B9FAA is #F46055. Grayscale: #737373. Windows color (decimal): -16015446 or 11181835. OLE color: 11181835.
HSL color Cylindrical-coordinate representation of color #0B9FAA: hue angle of 184.15º degrees, saturation: 0.88, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0B9FAA is Cyan = 0.94, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 11 | 159 | 170 | - |
| CMYK | 0.94 | 0.06 | 0 | 0.33 |
| HSL | 184.15º | 0.88% | 0.35% | - |
| HSV(B) | 184.15º | 0.94% | 0.67% | - |
| XYZ | 19.79 | 27.77 | 42.35 | - |
| YUV | 116 | 158.47 | 53.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 159 | 170 | 0.94 | 0.06 | 0 | 0.33 | 184.15 | 0.88 | 0.35 |
| Hex | B | 9F | AA | 5E | 6 | 0 | 21 | B8 | 58 | 23 |
| Octal | 13 | 237 | 252 | 136 | 6 | 0 | 41 | 270 | 130 | 43 |
| Binary | 1011 | 10011111 | 10101010 | 1011110 | 110 | 0 | 100001 | 10111000 | 1011000 | 100011 |
Color Harmonies of #0B9FAA
Complementary color
Monochromatic Colors of #0B9FAA
Black with #0B9FAA
Text Example
Text Example
White with #0B9FAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B9FAA; }
p { color: rgb(11,159,170); }
H1.HeaderClassName
{
color: #0B9FAA;
}
.AnyTagClassName
{
color: #0B9FAA;
}
</style>
background-color css
<style>
a { background-color: #0B9FAA; }
a { background-color: rgb(11,159,170); }
div.DivClassName
{
background-color: #0B9FAA;
}
.BgClassName
{
background-color: #0B9FAA;
}
</style>
border-color css
<style>
span { border-color: #0B9FAA; }
span { border-color: rgb(11,159,170); }
td.TdClassName
{
border-color: #0B9FAA;
}
.TagClassName
{
border-color: #0B9FAA;
}
</style>