Shades of Bondi Blue #0AA6AC
Tints of Bondi Blue #0AA6AC
RGB
CMYK
RGB Variations
Color information
#0AA6AC (or 0x0AA6AC) is known color: Bondi Blue. HEX triplet: 0A, A6 and AC. RGB value is (10,166,172). Sum of RGB (Red+Green+Blue) = 10+166+172=348 (46% of max value = 765). Red value is 10 (4.30% from 255 or 2.87% from 348); Green value is 166 (65.23% from 255 or 47.70% from 348); Blue value is 172 (67.58% from 255 or 49.43% from 348); Max value from RGB is 172 - color contains mainly: blue. Hex color #0AA6AC is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0AA6AC is #F55953. Grayscale: #777777. Windows color (decimal): -16079188 or 11314698. OLE color: 11314698.
HSL color Cylindrical-coordinate representation of color #0AA6AC: hue angle of 182.22º degrees, saturation: 0.89, 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 #0AA6AC is Cyan = 0.94, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 10 | 166 | 172 | - |
| CMYK | 0.94 | 0.03 | 0 | 0.33 |
| HSL | 182.22º | 0.89% | 0.36% | - |
| HSV(B) | 182.22º | 0.94% | 0.67% | - |
| XYZ | 21.21 | 30.32 | 43.76 | - |
| YUV | 120.04 | 157.32 | 49.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 166 | 172 | 0.94 | 0.03 | 0 | 0.33 | 182.22 | 0.89 | 0.36 |
| Hex | A | A6 | AC | 5E | 3 | 0 | 21 | B6 | 59 | 24 |
| Octal | 12 | 246 | 254 | 136 | 3 | 0 | 41 | 266 | 131 | 44 |
| Binary | 1010 | 10100110 | 10101100 | 1011110 | 11 | 0 | 100001 | 10110110 | 1011001 | 100100 |
Color Harmonies of #0AA6AC
Complementary color
Monochromatic Colors of #0AA6AC
Black with #0AA6AC
Text Example
Text Example
White with #0AA6AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AA6AC; }
p { color: rgb(10,166,172); }
H1.HeaderClassName
{
color: #0AA6AC;
}
.AnyTagClassName
{
color: #0AA6AC;
}
</style>
background-color css
<style>
a { background-color: #0AA6AC; }
a { background-color: rgb(10,166,172); }
div.DivClassName
{
background-color: #0AA6AC;
}
.BgClassName
{
background-color: #0AA6AC;
}
</style>
border-color css
<style>
span { border-color: #0AA6AC; }
span { border-color: rgb(10,166,172); }
td.TdClassName
{
border-color: #0AA6AC;
}
.TagClassName
{
border-color: #0AA6AC;
}
</style>