Shades of Bondi Blue #0AA2B4
Tints of Bondi Blue #0AA2B4
RGB
CMYK
RGB Variations
Color information
#0AA2B4 (or 0x0AA2B4) is known color: Bondi Blue. HEX triplet: 0A, A2 and B4. RGB value is (10,162,180). Sum of RGB (Red+Green+Blue) = 10+162+180=352 (46% of max value = 765). Red value is 10 (4.30% from 255 or 2.84% from 352); Green value is 162 (63.67% from 255 or 46.02% from 352); Blue value is 180 (70.70% from 255 or 51.14% from 352); Max value from RGB is 180 - color contains mainly: blue. Hex color #0AA2B4 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0AA2B4 is #F55D4B. Grayscale: #767676. Windows color (decimal): -16080204 or 11837962. OLE color: 11837962.
HSL color Cylindrical-coordinate representation of color #0AA2B4: hue angle of 186.35º degrees, saturation: 0.89, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0AA2B4 is Cyan = 0.94, Magento = 0.1, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 10 | 162 | 180 | - |
| CMYK | 0.94 | 0.1 | 0 | 0.29 |
| HSL | 186.35º | 0.89% | 0.37% | - |
| HSV(B) | 186.35º | 0.94% | 0.71% | - |
| XYZ | 21.28 | 29.2 | 47.69 | - |
| YUV | 118.6 | 162.64 | 50.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 162 | 180 | 0.94 | 0.1 | 0 | 0.29 | 186.35 | 0.89 | 0.37 |
| Hex | A | A2 | B4 | 5E | A | 0 | 1D | BA | 59 | 25 |
| Octal | 12 | 242 | 264 | 136 | 12 | 0 | 35 | 272 | 131 | 45 |
| Binary | 1010 | 10100010 | 10110100 | 1011110 | 1010 | 0 | 11101 | 10111010 | 1011001 | 100101 |
Color Harmonies of #0AA2B4
Complementary color
Monochromatic Colors of #0AA2B4
Black with #0AA2B4
Text Example
Text Example
White with #0AA2B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AA2B4; }
p { color: rgb(10,162,180); }
H1.HeaderClassName
{
color: #0AA2B4;
}
.AnyTagClassName
{
color: #0AA2B4;
}
</style>
background-color css
<style>
a { background-color: #0AA2B4; }
a { background-color: rgb(10,162,180); }
div.DivClassName
{
background-color: #0AA2B4;
}
.BgClassName
{
background-color: #0AA2B4;
}
</style>
border-color css
<style>
span { border-color: #0AA2B4; }
span { border-color: rgb(10,162,180); }
td.TdClassName
{
border-color: #0AA2B4;
}
.TagClassName
{
border-color: #0AA2B4;
}
</style>