Shades of Bondi Blue #00AAB0
Tints of Bondi Blue #00AAB0
RGB
CMYK
RGB Variations
Color information
#00AAB0 (or 0x00AAB0) is known color: Bondi Blue. HEX triplet: 00, AA and B0. RGB value is (0,170,176). Sum of RGB (Red+Green+Blue) = 0+170+176=346 (45% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 346); Green value is 170 (66.80% from 255 or 49.13% from 346); Blue value is 176 (69.14% from 255 or 50.87% from 346); Max value from RGB is 176 - color contains mainly: blue. Hex color #00AAB0 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #00AAB0 is #FF554F. Grayscale: #777777. Windows color (decimal): -16733520 or 11577856. OLE color: 11577856.
HSL color Cylindrical-coordinate representation of color #00AAB0: hue angle of 182.05º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00AAB0 is Cyan = 1, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 0 | 170 | 176 | - |
| CMYK | 1 | 0.03 | 0 | 0.31 |
| HSL | 182.05º | 1% | 0.35% | - |
| HSV(B) | 182.05º | 1% | 0.69% | - |
| XYZ | 22.21 | 31.88 | 46.06 | - |
| YUV | 119.85 | 159.68 | 42.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 170 | 176 | 1 | 0.03 | 0 | 0.31 | 182.05 | 1 | 0.35 |
| Hex | 0 | AA | B0 | 64 | 3 | 0 | 1F | B6 | 64 | 23 |
| Octal | 0 | 252 | 260 | 144 | 3 | 0 | 37 | 266 | 144 | 43 |
| Binary | 0 | 10101010 | 10110000 | 1100100 | 11 | 0 | 11111 | 10110110 | 1100100 | 100011 |
Color Harmonies of #00AAB0
Complementary color
Monochromatic Colors of #00AAB0
Black with #00AAB0
Text Example
Text Example
White with #00AAB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00AAB0; }
p { color: rgb(0,170,176); }
H1.HeaderClassName
{
color: #00AAB0;
}
.AnyTagClassName
{
color: #00AAB0;
}
</style>
background-color css
<style>
a { background-color: #00AAB0; }
a { background-color: rgb(0,170,176); }
div.DivClassName
{
background-color: #00AAB0;
}
.BgClassName
{
background-color: #00AAB0;
}
</style>
border-color css
<style>
span { border-color: #00AAB0; }
span { border-color: rgb(0,170,176); }
td.TdClassName
{
border-color: #00AAB0;
}
.TagClassName
{
border-color: #00AAB0;
}
</style>