Shades of Bondi Blue #0A9AAF
Tints of Bondi Blue #0A9AAF
RGB
CMYK
RGB Variations
Color information
#0A9AAF (or 0x0A9AAF) is known color: Bondi Blue. HEX triplet: 0A, 9A and AF. RGB value is (10,154,175). Sum of RGB (Red+Green+Blue) = 10+154+175=339 (44% of max value = 765). Red value is 10 (4.30% from 255 or 2.95% from 339); Green value is 154 (60.55% from 255 or 45.43% from 339); Blue value is 175 (68.75% from 255 or 51.62% from 339); Max value from RGB is 175 - color contains mainly: blue. Hex color #0A9AAF is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0A9AAF is #F56550. Grayscale: #717171. Windows color (decimal): -16082257 or 11508234. OLE color: 11508234.
HSL color Cylindrical-coordinate representation of color #0A9AAF: hue angle of 187.64º degrees, saturation: 0.89, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0A9AAF is Cyan = 0.94, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 10 | 154 | 175 | - |
| CMYK | 0.94 | 0.12 | 0 | 0.31 |
| HSL | 187.64º | 0.89% | 0.36% | - |
| HSV(B) | 187.64º | 0.94% | 0.69% | - |
| XYZ | 19.42 | 26.27 | 44.6 | - |
| YUV | 113.34 | 162.79 | 54.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 154 | 175 | 0.94 | 0.12 | 0 | 0.31 | 187.64 | 0.89 | 0.36 |
| Hex | A | 9A | AF | 5E | C | 0 | 1F | BC | 59 | 24 |
| Octal | 12 | 232 | 257 | 136 | 14 | 0 | 37 | 274 | 131 | 44 |
| Binary | 1010 | 10011010 | 10101111 | 1011110 | 1100 | 0 | 11111 | 10111100 | 1011001 | 100100 |
Color Harmonies of #0A9AAF
Complementary color
Monochromatic Colors of #0A9AAF
Black with #0A9AAF
Text Example
Text Example
White with #0A9AAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A9AAF; }
p { color: rgb(10,154,175); }
H1.HeaderClassName
{
color: #0A9AAF;
}
.AnyTagClassName
{
color: #0A9AAF;
}
</style>
background-color css
<style>
a { background-color: #0A9AAF; }
a { background-color: rgb(10,154,175); }
div.DivClassName
{
background-color: #0A9AAF;
}
.BgClassName
{
background-color: #0A9AAF;
}
</style>
border-color css
<style>
span { border-color: #0A9AAF; }
span { border-color: rgb(10,154,175); }
td.TdClassName
{
border-color: #0A9AAF;
}
.TagClassName
{
border-color: #0A9AAF;
}
</style>