Shades of Bondi Blue #0A9DAA
Tints of Bondi Blue #0A9DAA
RGB
CMYK
RGB Variations
Color information
#0A9DAA (or 0x0A9DAA) is known color: Bondi Blue. HEX triplet: 0A, 9D and AA. RGB value is (10,157,170). Sum of RGB (Red+Green+Blue) = 10+157+170=337 (44% of max value = 765). Red value is 10 (4.30% from 255 or 2.97% from 337); Green value is 157 (61.72% from 255 or 46.59% from 337); Blue value is 170 (66.80% from 255 or 50.45% from 337); Max value from RGB is 170 - color contains mainly: blue. Hex color #0A9DAA is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0A9DAA is #F56255. Grayscale: #727272. Windows color (decimal): -16081494 or 11181322. OLE color: 11181322.
HSL color Cylindrical-coordinate representation of color #0A9DAA: hue angle of 184.88º degrees, saturation: 0.89, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0A9DAA is Cyan = 0.94, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 10 | 157 | 170 | - |
| CMYK | 0.94 | 0.08 | 0 | 0.33 |
| HSL | 184.88º | 0.89% | 0.35% | - |
| HSV(B) | 184.88º | 0.94% | 0.67% | - |
| XYZ | 19.44 | 27.08 | 42.23 | - |
| YUV | 114.53 | 159.3 | 53.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 157 | 170 | 0.94 | 0.08 | 0 | 0.33 | 184.88 | 0.89 | 0.35 |
| Hex | A | 9D | AA | 5E | 8 | 0 | 21 | B9 | 59 | 23 |
| Octal | 12 | 235 | 252 | 136 | 10 | 0 | 41 | 271 | 131 | 43 |
| Binary | 1010 | 10011101 | 10101010 | 1011110 | 1000 | 0 | 100001 | 10111001 | 1011001 | 100011 |
Color Harmonies of #0A9DAA
Complementary color
Monochromatic Colors of #0A9DAA
Black with #0A9DAA
Text Example
Text Example
White with #0A9DAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A9DAA; }
p { color: rgb(10,157,170); }
H1.HeaderClassName
{
color: #0A9DAA;
}
.AnyTagClassName
{
color: #0A9DAA;
}
</style>
background-color css
<style>
a { background-color: #0A9DAA; }
a { background-color: rgb(10,157,170); }
div.DivClassName
{
background-color: #0A9DAA;
}
.BgClassName
{
background-color: #0A9DAA;
}
</style>
border-color css
<style>
span { border-color: #0A9DAA; }
span { border-color: rgb(10,157,170); }
td.TdClassName
{
border-color: #0A9DAA;
}
.TagClassName
{
border-color: #0A9DAA;
}
</style>