Shades of Bondi Blue #0AA6AB
Tints of Bondi Blue #0AA6AB
RGB
CMYK
RGB Variations
Color information
#0AA6AB (or 0x0AA6AB) is known color: Bondi Blue. HEX triplet: 0A, A6 and AB. RGB value is (10,166,171). Sum of RGB (Red+Green+Blue) = 10+166+171=347 (45% of max value = 765). Red value is 10 (4.30% from 255 or 2.88% from 347); Green value is 166 (65.23% from 255 or 47.84% from 347); Blue value is 171 (67.19% from 255 or 49.28% from 347); Max value from RGB is 171 - color contains mainly: blue. Hex color #0AA6AB is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0AA6AB is #F55954. Grayscale: #777777. Windows color (decimal): -16079189 or 11249162. OLE color: 11249162.
HSL color Cylindrical-coordinate representation of color #0AA6AB: hue angle of 181.86º degrees, saturation: 0.89, 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 #0AA6AB is Cyan = 0.94, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 10 | 166 | 171 | - |
| CMYK | 0.94 | 0.03 | 0 | 0.33 |
| HSL | 181.86º | 0.89% | 0.35% | - |
| HSV(B) | 181.86º | 0.94% | 0.67% | - |
| XYZ | 21.11 | 30.28 | 43.26 | - |
| YUV | 119.93 | 156.82 | 49.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 166 | 171 | 0.94 | 0.03 | 0 | 0.33 | 181.86 | 0.89 | 0.35 |
| Hex | A | A6 | AB | 5E | 3 | 0 | 21 | B6 | 59 | 23 |
| Octal | 12 | 246 | 253 | 136 | 3 | 0 | 41 | 266 | 131 | 43 |
| Binary | 1010 | 10100110 | 10101011 | 1011110 | 11 | 0 | 100001 | 10110110 | 1011001 | 100011 |
Color Harmonies of #0AA6AB
Complementary color
Monochromatic Colors of #0AA6AB
Black with #0AA6AB
Text Example
Text Example
White with #0AA6AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AA6AB; }
p { color: rgb(10,166,171); }
H1.HeaderClassName
{
color: #0AA6AB;
}
.AnyTagClassName
{
color: #0AA6AB;
}
</style>
background-color css
<style>
a { background-color: #0AA6AB; }
a { background-color: rgb(10,166,171); }
div.DivClassName
{
background-color: #0AA6AB;
}
.BgClassName
{
background-color: #0AA6AB;
}
</style>
border-color css
<style>
span { border-color: #0AA6AB; }
span { border-color: rgb(10,166,171); }
td.TdClassName
{
border-color: #0AA6AB;
}
.TagClassName
{
border-color: #0AA6AB;
}
</style>