Shades of Bondi Blue #0AA1AC
Tints of Bondi Blue #0AA1AC
RGB
CMYK
RGB Variations
Color information
#0AA1AC (or 0x0AA1AC) is known color: Bondi Blue. HEX triplet: 0A, A1 and AC. RGB value is (10,161,172). Sum of RGB (Red+Green+Blue) = 10+161+172=343 (45% of max value = 765). Red value is 10 (4.30% from 255 or 2.92% from 343); Green value is 161 (63.28% from 255 or 46.94% from 343); Blue value is 172 (67.58% from 255 or 50.15% from 343); Max value from RGB is 172 - color contains mainly: blue. Hex color #0AA1AC is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0AA1AC is #F55E53. Grayscale: #747474. Windows color (decimal): -16080468 or 11313418. OLE color: 11313418.
HSL color Cylindrical-coordinate representation of color #0AA1AC: hue angle of 184.07º 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 #0AA1AC is Cyan = 0.94, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 10 | 161 | 172 | - |
| CMYK | 0.94 | 0.06 | 0 | 0.33 |
| HSL | 184.07º | 0.89% | 0.36% | - |
| HSV(B) | 184.07º | 0.94% | 0.67% | - |
| XYZ | 20.32 | 28.53 | 43.47 | - |
| YUV | 117.11 | 158.97 | 51.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 161 | 172 | 0.94 | 0.06 | 0 | 0.33 | 184.07 | 0.89 | 0.36 |
| Hex | A | A1 | AC | 5E | 6 | 0 | 21 | B8 | 59 | 24 |
| Octal | 12 | 241 | 254 | 136 | 6 | 0 | 41 | 270 | 131 | 44 |
| Binary | 1010 | 10100001 | 10101100 | 1011110 | 110 | 0 | 100001 | 10111000 | 1011001 | 100100 |
Color Harmonies of #0AA1AC
Complementary color
Monochromatic Colors of #0AA1AC
Black with #0AA1AC
Text Example
Text Example
White with #0AA1AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AA1AC; }
p { color: rgb(10,161,172); }
H1.HeaderClassName
{
color: #0AA1AC;
}
.AnyTagClassName
{
color: #0AA1AC;
}
</style>
background-color css
<style>
a { background-color: #0AA1AC; }
a { background-color: rgb(10,161,172); }
div.DivClassName
{
background-color: #0AA1AC;
}
.BgClassName
{
background-color: #0AA1AC;
}
</style>
border-color css
<style>
span { border-color: #0AA1AC; }
span { border-color: rgb(10,161,172); }
td.TdClassName
{
border-color: #0AA1AC;
}
.TagClassName
{
border-color: #0AA1AC;
}
</style>