Shades of Bondi Blue #0A9AAD
Tints of Bondi Blue #0A9AAD
RGB
CMYK
RGB Variations
Color information
#0A9AAD (or 0x0A9AAD) is known color: Bondi Blue. HEX triplet: 0A, 9A and AD. RGB value is (10,154,173). Sum of RGB (Red+Green+Blue) = 10+154+173=337 (44% of max value = 765). Red value is 10 (4.30% from 255 or 2.97% from 337); Green value is 154 (60.55% from 255 or 45.70% from 337); Blue value is 173 (67.97% from 255 or 51.34% from 337); Max value from RGB is 173 - color contains mainly: blue. Hex color #0A9AAD is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0A9AAD is #F56552. Grayscale: #707070. Windows color (decimal): -16082259 or 11377162. OLE color: 11377162.
HSL color Cylindrical-coordinate representation of color #0A9AAD: hue angle of 186.99º degrees, saturation: 0.89, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0A9AAD is Cyan = 0.94, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 10 | 154 | 173 | - |
| CMYK | 0.94 | 0.11 | 0 | 0.32 |
| HSL | 186.99º | 0.89% | 0.36% | - |
| HSV(B) | 186.99º | 0.94% | 0.68% | - |
| XYZ | 19.22 | 26.19 | 43.58 | - |
| YUV | 113.11 | 161.79 | 54.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 154 | 173 | 0.94 | 0.11 | 0 | 0.32 | 186.99 | 0.89 | 0.36 |
| Hex | A | 9A | AD | 5E | B | 0 | 20 | BB | 59 | 24 |
| Octal | 12 | 232 | 255 | 136 | 13 | 0 | 40 | 273 | 131 | 44 |
| Binary | 1010 | 10011010 | 10101101 | 1011110 | 1011 | 0 | 100000 | 10111011 | 1011001 | 100100 |
Color Harmonies of #0A9AAD
Complementary color
Monochromatic Colors of #0A9AAD
Black with #0A9AAD
Text Example
Text Example
White with #0A9AAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A9AAD; }
p { color: rgb(10,154,173); }
H1.HeaderClassName
{
color: #0A9AAD;
}
.AnyTagClassName
{
color: #0A9AAD;
}
</style>
background-color css
<style>
a { background-color: #0A9AAD; }
a { background-color: rgb(10,154,173); }
div.DivClassName
{
background-color: #0A9AAD;
}
.BgClassName
{
background-color: #0A9AAD;
}
</style>
border-color css
<style>
span { border-color: #0A9AAD; }
span { border-color: rgb(10,154,173); }
td.TdClassName
{
border-color: #0A9AAD;
}
.TagClassName
{
border-color: #0A9AAD;
}
</style>