Shades of Bondi Blue #009AAE
Tints of Bondi Blue #009AAE
RGB
CMYK
RGB Variations
Color information
#009AAE (or 0x009AAE) is known color: Bondi Blue. HEX triplet: 00, 9A and AE. RGB value is (0,154,174). Sum of RGB (Red+Green+Blue) = 0+154+174=328 (43% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 328); Green value is 154 (60.55% from 255 or 46.95% from 328); Blue value is 174 (68.36% from 255 or 53.05% from 328); Max value from RGB is 174 - color contains mainly: blue. Hex color #009AAE is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #009AAE is #FF6551. Grayscale: #6E6E6E. Windows color (decimal): -16737618 or 11442688. OLE color: 11442688.
HSL color Cylindrical-coordinate representation of color #009AAE: hue angle of 186.9º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 1%. Process color model (Four color, CMYK) of #009AAE is Cyan = 1, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 0 | 154 | 174 | - |
| CMYK | 1 | 0.11 | 0 | 0.32 |
| HSL | 186.9º | 1% | 0.34% | - |
| HSV(B) | 186.9º | 1% | 0.68% | - |
| XYZ | 19.2 | 26.17 | 44.08 | - |
| YUV | 110.23 | 163.98 | 49.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 154 | 174 | 1 | 0.11 | 0 | 0.32 | 186.9 | 1 | 0.34 |
| Hex | 0 | 9A | AE | 64 | B | 0 | 20 | BB | 64 | 22 |
| Octal | 0 | 232 | 256 | 144 | 13 | 0 | 40 | 273 | 144 | 42 |
| Binary | 0 | 10011010 | 10101110 | 1100100 | 1011 | 0 | 100000 | 10111011 | 1100100 | 100010 |
Color Harmonies of #009AAE
Complementary color
Monochromatic Colors of #009AAE
Black with #009AAE
Text Example
Text Example
White with #009AAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #009AAE; }
p { color: rgb(0,154,174); }
H1.HeaderClassName
{
color: #009AAE;
}
.AnyTagClassName
{
color: #009AAE;
}
</style>
background-color css
<style>
a { background-color: #009AAE; }
a { background-color: rgb(0,154,174); }
div.DivClassName
{
background-color: #009AAE;
}
.BgClassName
{
background-color: #009AAE;
}
</style>
border-color css
<style>
span { border-color: #009AAE; }
span { border-color: rgb(0,154,174); }
td.TdClassName
{
border-color: #009AAE;
}
.TagClassName
{
border-color: #009AAE;
}
</style>