Shades of Bondi Blue #0A9AAC
Tints of Bondi Blue #0A9AAC
RGB
CMYK
RGB Variations
Color information
#0A9AAC (or 0x0A9AAC) is known color: Bondi Blue. HEX triplet: 0A, 9A and AC. RGB value is (10,154,172). Sum of RGB (Red+Green+Blue) = 10+154+172=336 (44% of max value = 765). Red value is 10 (4.30% from 255 or 2.98% from 336); Green value is 154 (60.55% from 255 or 45.83% from 336); Blue value is 172 (67.58% from 255 or 51.19% from 336); Max value from RGB is 172 - color contains mainly: blue. Hex color #0A9AAC is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0A9AAC is #F56553. Grayscale: #707070. Windows color (decimal): -16082260 or 11311626. OLE color: 11311626.
HSL color Cylindrical-coordinate representation of color #0A9AAC: hue angle of 186.67º 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 #0A9AAC is Cyan = 0.94, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 10 | 154 | 172 | - |
| CMYK | 0.94 | 0.10 | 0 | 0.33 |
| HSL | 186.67º | 0.89% | 0.36% | - |
| HSV(B) | 186.67º | 0.94% | 0.67% | - |
| XYZ | 19.13 | 26.15 | 43.07 | - |
| YUV | 113 | 161.29 | 54.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 154 | 172 | 0.94 | 0.10 | 0 | 0.33 | 186.67 | 0.89 | 0.36 |
| Hex | A | 9A | AC | 5E | A | 0 | 21 | BB | 59 | 24 |
| Octal | 12 | 232 | 254 | 136 | 12 | 0 | 41 | 273 | 131 | 44 |
| Binary | 1010 | 10011010 | 10101100 | 1011110 | 1010 | 0 | 100001 | 10111011 | 1011001 | 100100 |
Color Harmonies of #0A9AAC
Complementary color
Monochromatic Colors of #0A9AAC
Black with #0A9AAC
Text Example
Text Example
White with #0A9AAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A9AAC; }
p { color: rgb(10,154,172); }
H1.HeaderClassName
{
color: #0A9AAC;
}
.AnyTagClassName
{
color: #0A9AAC;
}
</style>
background-color css
<style>
a { background-color: #0A9AAC; }
a { background-color: rgb(10,154,172); }
div.DivClassName
{
background-color: #0A9AAC;
}
.BgClassName
{
background-color: #0A9AAC;
}
</style>
border-color css
<style>
span { border-color: #0A9AAC; }
span { border-color: rgb(10,154,172); }
td.TdClassName
{
border-color: #0A9AAC;
}
.TagClassName
{
border-color: #0A9AAC;
}
</style>