Shades of Bondi Blue #0AA1B2
Tints of Bondi Blue #0AA1B2
RGB
CMYK
RGB Variations
Color information
#0AA1B2 (or 0x0AA1B2) is known color: Bondi Blue. HEX triplet: 0A, A1 and B2. RGB value is (10,161,178). Sum of RGB (Red+Green+Blue) = 10+161+178=349 (46% of max value = 765). Red value is 10 (4.30% from 255 or 2.87% from 349); Green value is 161 (63.28% from 255 or 46.13% from 349); Blue value is 178 (69.92% from 255 or 51.00% from 349); Max value from RGB is 178 - color contains mainly: blue. Hex color #0AA1B2 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0AA1B2 is #F55E4D. Grayscale: #757575. Windows color (decimal): -16080462 or 11706634. OLE color: 11706634.
HSL color Cylindrical-coordinate representation of color #0AA1B2: hue angle of 186.07º degrees, saturation: 0.89, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0AA1B2 is Cyan = 0.94, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 10 | 161 | 178 | - |
| CMYK | 0.94 | 0.10 | 0 | 0.30 |
| HSL | 186.07º | 0.89% | 0.37% | - |
| HSV(B) | 186.07º | 0.94% | 0.7% | - |
| XYZ | 20.91 | 28.77 | 46.57 | - |
| YUV | 117.79 | 161.97 | 51.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 161 | 178 | 0.94 | 0.10 | 0 | 0.30 | 186.07 | 0.89 | 0.37 |
| Hex | A | A1 | B2 | 5E | A | 0 | 1E | BA | 59 | 25 |
| Octal | 12 | 241 | 262 | 136 | 12 | 0 | 36 | 272 | 131 | 45 |
| Binary | 1010 | 10100001 | 10110010 | 1011110 | 1010 | 0 | 11110 | 10111010 | 1011001 | 100101 |
Color Harmonies of #0AA1B2
Complementary color
Monochromatic Colors of #0AA1B2
Black with #0AA1B2
Text Example
Text Example
White with #0AA1B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AA1B2; }
p { color: rgb(10,161,178); }
H1.HeaderClassName
{
color: #0AA1B2;
}
.AnyTagClassName
{
color: #0AA1B2;
}
</style>
background-color css
<style>
a { background-color: #0AA1B2; }
a { background-color: rgb(10,161,178); }
div.DivClassName
{
background-color: #0AA1B2;
}
.BgClassName
{
background-color: #0AA1B2;
}
</style>
border-color css
<style>
span { border-color: #0AA1B2; }
span { border-color: rgb(10,161,178); }
td.TdClassName
{
border-color: #0AA1B2;
}
.TagClassName
{
border-color: #0AA1B2;
}
</style>