Shades of Bondi Blue #0AA2AC
Tints of Bondi Blue #0AA2AC
RGB
CMYK
RGB Variations
Color information
#0AA2AC (or 0x0AA2AC) is known color: Bondi Blue. HEX triplet: 0A, A2 and AC. RGB value is (10,162,172). Sum of RGB (Red+Green+Blue) = 10+162+172=344 (45% of max value = 765). Red value is 10 (4.30% from 255 or 2.91% from 344); Green value is 162 (63.67% from 255 or 47.09% from 344); Blue value is 172 (67.58% from 255 or 50% from 344); Max value from RGB is 172 - color contains mainly: blue. Hex color #0AA2AC is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0AA2AC is #F55D53. Grayscale: #757575. Windows color (decimal): -16080212 or 11313674. OLE color: 11313674.
HSL color Cylindrical-coordinate representation of color #0AA2AC: hue angle of 183.7º 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 #0AA2AC is Cyan = 0.94, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 10 | 162 | 172 | - |
| CMYK | 0.94 | 0.06 | 0 | 0.33 |
| HSL | 183.7º | 0.89% | 0.36% | - |
| HSV(B) | 183.7º | 0.94% | 0.67% | - |
| XYZ | 20.49 | 28.88 | 43.52 | - |
| YUV | 117.69 | 158.64 | 51.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 162 | 172 | 0.94 | 0.06 | 0 | 0.33 | 183.7 | 0.89 | 0.36 |
| Hex | A | A2 | AC | 5E | 6 | 0 | 21 | B8 | 59 | 24 |
| Octal | 12 | 242 | 254 | 136 | 6 | 0 | 41 | 270 | 131 | 44 |
| Binary | 1010 | 10100010 | 10101100 | 1011110 | 110 | 0 | 100001 | 10111000 | 1011001 | 100100 |
Color Harmonies of #0AA2AC
Complementary color
Monochromatic Colors of #0AA2AC
Black with #0AA2AC
Text Example
Text Example
White with #0AA2AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AA2AC; }
p { color: rgb(10,162,172); }
H1.HeaderClassName
{
color: #0AA2AC;
}
.AnyTagClassName
{
color: #0AA2AC;
}
</style>
background-color css
<style>
a { background-color: #0AA2AC; }
a { background-color: rgb(10,162,172); }
div.DivClassName
{
background-color: #0AA2AC;
}
.BgClassName
{
background-color: #0AA2AC;
}
</style>
border-color css
<style>
span { border-color: #0AA2AC; }
span { border-color: rgb(10,162,172); }
td.TdClassName
{
border-color: #0AA2AC;
}
.TagClassName
{
border-color: #0AA2AC;
}
</style>