Shades of Bondi Blue #009AAB
Tints of Bondi Blue #009AAB
RGB
CMYK
RGB Variations
Color information
#009AAB (or 0x009AAB) is known color: Bondi Blue. HEX triplet: 00, 9A and AB. RGB value is (0,154,171). Sum of RGB (Red+Green+Blue) = 0+154+171=325 (43% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 325); Green value is 154 (60.55% from 255 or 47.38% from 325); Blue value is 171 (67.19% from 255 or 52.62% from 325); Max value from RGB is 171 - color contains mainly: blue. Hex color #009AAB is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #009AAB is #FF6554. Grayscale: #6D6D6D. Windows color (decimal): -16737621 or 11246080. OLE color: 11246080.
HSL color Cylindrical-coordinate representation of color #009AAB: hue angle of 185.96º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 1%. Process color model (Four color, CMYK) of #009AAB is Cyan = 1, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 0 | 154 | 171 | - |
| CMYK | 1 | 0.10 | 0 | 0.33 |
| HSL | 185.96º | 1% | 0.34% | - |
| HSV(B) | 185.96º | 1% | 0.67% | - |
| XYZ | 18.91 | 26.05 | 42.56 | - |
| YUV | 109.89 | 162.48 | 49.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 154 | 171 | 1 | 0.10 | 0 | 0.33 | 185.96 | 1 | 0.34 |
| Hex | 0 | 9A | AB | 64 | A | 0 | 21 | BA | 64 | 22 |
| Octal | 0 | 232 | 253 | 144 | 12 | 0 | 41 | 272 | 144 | 42 |
| Binary | 0 | 10011010 | 10101011 | 1100100 | 1010 | 0 | 100001 | 10111010 | 1100100 | 100010 |
Color Harmonies of #009AAB
Complementary color
Monochromatic Colors of #009AAB
Black with #009AAB
Text Example
Text Example
White with #009AAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #009AAB; }
p { color: rgb(0,154,171); }
H1.HeaderClassName
{
color: #009AAB;
}
.AnyTagClassName
{
color: #009AAB;
}
</style>
background-color css
<style>
a { background-color: #009AAB; }
a { background-color: rgb(0,154,171); }
div.DivClassName
{
background-color: #009AAB;
}
.BgClassName
{
background-color: #009AAB;
}
</style>
border-color css
<style>
span { border-color: #009AAB; }
span { border-color: rgb(0,154,171); }
td.TdClassName
{
border-color: #009AAB;
}
.TagClassName
{
border-color: #009AAB;
}
</style>