Shades of Bondi Blue #0A9DAC
Tints of Bondi Blue #0A9DAC
RGB
CMYK
RGB Variations
Color information
#0A9DAC (or 0x0A9DAC) is known color: Bondi Blue. HEX triplet: 0A, 9D and AC. RGB value is (10,157,172). Sum of RGB (Red+Green+Blue) = 10+157+172=339 (44% of max value = 765). Red value is 10 (4.30% from 255 or 2.95% from 339); Green value is 157 (61.72% from 255 or 46.31% from 339); Blue value is 172 (67.58% from 255 or 50.74% from 339); Max value from RGB is 172 - color contains mainly: blue. Hex color #0A9DAC is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0A9DAC is #F56253. Grayscale: #727272. Windows color (decimal): -16081492 or 11312394. OLE color: 11312394.
HSL color Cylindrical-coordinate representation of color #0A9DAC: hue angle of 185.56º degrees, saturation: 0.89, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0A9DAC is Cyan = 0.94, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 10 | 157 | 172 | - |
| CMYK | 0.94 | 0.09 | 0 | 0.33 |
| HSL | 185.56º | 0.89% | 0.36% | - |
| HSV(B) | 185.56º | 0.94% | 0.67% | - |
| XYZ | 19.63 | 27.16 | 43.24 | - |
| YUV | 114.76 | 160.3 | 53.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 157 | 172 | 0.94 | 0.09 | 0 | 0.33 | 185.56 | 0.89 | 0.36 |
| Hex | A | 9D | AC | 5E | 9 | 0 | 21 | BA | 59 | 24 |
| Octal | 12 | 235 | 254 | 136 | 11 | 0 | 41 | 272 | 131 | 44 |
| Binary | 1010 | 10011101 | 10101100 | 1011110 | 1001 | 0 | 100001 | 10111010 | 1011001 | 100100 |
Color Harmonies of #0A9DAC
Complementary color
Monochromatic Colors of #0A9DAC
Black with #0A9DAC
Text Example
Text Example
White with #0A9DAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A9DAC; }
p { color: rgb(10,157,172); }
H1.HeaderClassName
{
color: #0A9DAC;
}
.AnyTagClassName
{
color: #0A9DAC;
}
</style>
background-color css
<style>
a { background-color: #0A9DAC; }
a { background-color: rgb(10,157,172); }
div.DivClassName
{
background-color: #0A9DAC;
}
.BgClassName
{
background-color: #0A9DAC;
}
</style>
border-color css
<style>
span { border-color: #0A9DAC; }
span { border-color: rgb(10,157,172); }
td.TdClassName
{
border-color: #0A9DAC;
}
.TagClassName
{
border-color: #0A9DAC;
}
</style>