Shades of Bondi Blue #00AAAF
Tints of Bondi Blue #00AAAF
RGB
CMYK
RGB Variations
Color information
#00AAAF (or 0x00AAAF) is known color: Bondi Blue. HEX triplet: 00, AA and AF. RGB value is (0,170,175). Sum of RGB (Red+Green+Blue) = 0+170+175=345 (45% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 345); Green value is 170 (66.80% from 255 or 49.28% from 345); Blue value is 175 (68.75% from 255 or 50.72% from 345); Max value from RGB is 175 - color contains mainly: blue. Hex color #00AAAF is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #00AAAF is #FF5550. Grayscale: #777777. Windows color (decimal): -16733521 or 11512320. OLE color: 11512320.
HSL color Cylindrical-coordinate representation of color #00AAAF: hue angle of 181.71º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00AAAF is Cyan = 1, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 0 | 170 | 175 | - |
| CMYK | 1 | 0.03 | 0 | 0.31 |
| HSL | 181.71º | 1% | 0.34% | - |
| HSV(B) | 181.71º | 1% | 0.69% | - |
| XYZ | 22.11 | 31.84 | 45.54 | - |
| YUV | 119.74 | 159.18 | 42.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 170 | 175 | 1 | 0.03 | 0 | 0.31 | 181.71 | 1 | 0.34 |
| Hex | 0 | AA | AF | 64 | 3 | 0 | 1F | B6 | 64 | 22 |
| Octal | 0 | 252 | 257 | 144 | 3 | 0 | 37 | 266 | 144 | 42 |
| Binary | 0 | 10101010 | 10101111 | 1100100 | 11 | 0 | 11111 | 10110110 | 1100100 | 100010 |
Color Harmonies of #00AAAF
Complementary color
Monochromatic Colors of #00AAAF
Black with #00AAAF
Text Example
Text Example
White with #00AAAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00AAAF; }
p { color: rgb(0,170,175); }
H1.HeaderClassName
{
color: #00AAAF;
}
.AnyTagClassName
{
color: #00AAAF;
}
</style>
background-color css
<style>
a { background-color: #00AAAF; }
a { background-color: rgb(0,170,175); }
div.DivClassName
{
background-color: #00AAAF;
}
.BgClassName
{
background-color: #00AAAF;
}
</style>
border-color css
<style>
span { border-color: #00AAAF; }
span { border-color: rgb(0,170,175); }
td.TdClassName
{
border-color: #00AAAF;
}
.TagClassName
{
border-color: #00AAAF;
}
</style>