Shades of Bondi Blue #0AA0B5
Tints of Bondi Blue #0AA0B5
RGB
CMYK
RGB Variations
Color information
#0AA0B5 (or 0x0AA0B5) is known color: Bondi Blue. HEX triplet: 0A, A0 and B5. RGB value is (10,160,181). Sum of RGB (Red+Green+Blue) = 10+160+181=351 (46% of max value = 765). Red value is 10 (4.30% from 255 or 2.85% from 351); Green value is 160 (62.89% from 255 or 45.58% from 351); Blue value is 181 (71.09% from 255 or 51.57% from 351); Max value from RGB is 181 - color contains mainly: blue. Hex color #0AA0B5 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0AA0B5 is #F55F4A. Grayscale: #757575. Windows color (decimal): -16080715 or 11902986. OLE color: 11902986.
HSL color Cylindrical-coordinate representation of color #0AA0B5: hue angle of 187.37º degrees, saturation: 0.9, 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 #0AA0B5 is Cyan = 0.94, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 10 | 160 | 181 | - |
| CMYK | 0.94 | 0.12 | 0 | 0.29 |
| HSL | 187.37º | 0.9% | 0.37% | - |
| HSV(B) | 187.37º | 0.94% | 0.71% | - |
| XYZ | 21.04 | 28.54 | 48.12 | - |
| YUV | 117.54 | 163.81 | 51.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 160 | 181 | 0.94 | 0.12 | 0 | 0.29 | 187.37 | 0.9 | 0.37 |
| Hex | A | A0 | B5 | 5E | C | 0 | 1D | BB | 5A | 25 |
| Octal | 12 | 240 | 265 | 136 | 14 | 0 | 35 | 273 | 132 | 45 |
| Binary | 1010 | 10100000 | 10110101 | 1011110 | 1100 | 0 | 11101 | 10111011 | 1011010 | 100101 |
Color Harmonies of #0AA0B5
Complementary color
Monochromatic Colors of #0AA0B5
Black with #0AA0B5
Text Example
Text Example
White with #0AA0B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AA0B5; }
p { color: rgb(10,160,181); }
H1.HeaderClassName
{
color: #0AA0B5;
}
.AnyTagClassName
{
color: #0AA0B5;
}
</style>
background-color css
<style>
a { background-color: #0AA0B5; }
a { background-color: rgb(10,160,181); }
div.DivClassName
{
background-color: #0AA0B5;
}
.BgClassName
{
background-color: #0AA0B5;
}
</style>
border-color css
<style>
span { border-color: #0AA0B5; }
span { border-color: rgb(10,160,181); }
td.TdClassName
{
border-color: #0AA0B5;
}
.TagClassName
{
border-color: #0AA0B5;
}
</style>