Shades of Bondi Blue #009AA5
Tints of Bondi Blue #009AA5
RGB
CMYK
RGB Variations
Color information
#009AA5 (or 0x009AA5) is known color: Bondi Blue. HEX triplet: 00, 9A and A5. RGB value is (0,154,165). Sum of RGB (Red+Green+Blue) = 0+154+165=319 (42% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 319); Green value is 154 (60.55% from 255 or 48.28% from 319); Blue value is 165 (64.84% from 255 or 51.72% from 319); Max value from RGB is 165 - color contains mainly: blue. Hex color #009AA5 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #009AA5 is #FF655A. Grayscale: #6D6D6D. Windows color (decimal): -16737627 or 10852864. OLE color: 10852864.
HSL color Cylindrical-coordinate representation of color #009AA5: hue angle of 184º degrees, saturation: 1, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 1%. Process color model (Four color, CMYK) of #009AA5 is Cyan = 1, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 0 | 154 | 165 | - |
| CMYK | 1 | 0.07 | 0 | 0.35 |
| HSL | 184º | 1% | 0.32% | - |
| HSV(B) | 184º | 1% | 0.65% | - |
| XYZ | 18.35 | 25.83 | 39.62 | - |
| YUV | 109.21 | 159.48 | 50.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 154 | 165 | 1 | 0.07 | 0 | 0.35 | 184 | 1 | 0.32 |
| Hex | 0 | 9A | A5 | 64 | 7 | 0 | 23 | B8 | 64 | 20 |
| Octal | 0 | 232 | 245 | 144 | 7 | 0 | 43 | 270 | 144 | 40 |
| Binary | 0 | 10011010 | 10100101 | 1100100 | 111 | 0 | 100011 | 10111000 | 1100100 | 100000 |
Color Harmonies of #009AA5
Complementary color
Monochromatic Colors of #009AA5
Black with #009AA5
Text Example
Text Example
White with #009AA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #009AA5; }
p { color: rgb(0,154,165); }
H1.HeaderClassName
{
color: #009AA5;
}
.AnyTagClassName
{
color: #009AA5;
}
</style>
background-color css
<style>
a { background-color: #009AA5; }
a { background-color: rgb(0,154,165); }
div.DivClassName
{
background-color: #009AA5;
}
.BgClassName
{
background-color: #009AA5;
}
</style>
border-color css
<style>
span { border-color: #009AA5; }
span { border-color: rgb(0,154,165); }
td.TdClassName
{
border-color: #009AA5;
}
.TagClassName
{
border-color: #009AA5;
}
</style>