Shades of Bondi Blue #00ABAF
Tints of Bondi Blue #00ABAF
RGB
CMYK
RGB Variations
Color information
#00ABAF (or 0x00ABAF) is known color: Bondi Blue. HEX triplet: 00, AB and AF. RGB value is (0,171,175). Sum of RGB (Red+Green+Blue) = 0+171+175=346 (45% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 346); Green value is 171 (67.19% from 255 or 49.42% from 346); Blue value is 175 (68.75% from 255 or 50.58% from 346); Max value from RGB is 175 - color contains mainly: blue. Hex color #00ABAF is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #00ABAF is #FF5450. Grayscale: #787878. Windows color (decimal): -16733265 or 11512576. OLE color: 11512576.
HSL color Cylindrical-coordinate representation of color #00ABAF: hue angle of 181.37º 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 #00ABAF is Cyan = 1, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 0 | 171 | 175 | - |
| CMYK | 1 | 0.02 | 0 | 0.31 |
| HSL | 181.37º | 1% | 0.34% | - |
| HSV(B) | 181.37º | 1% | 0.69% | - |
| XYZ | 22.3 | 32.22 | 45.6 | - |
| YUV | 120.33 | 158.85 | 42.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 171 | 175 | 1 | 0.02 | 0 | 0.31 | 181.37 | 1 | 0.34 |
| Hex | 0 | AB | AF | 64 | 2 | 0 | 1F | B5 | 64 | 22 |
| Octal | 0 | 253 | 257 | 144 | 2 | 0 | 37 | 265 | 144 | 42 |
| Binary | 0 | 10101011 | 10101111 | 1100100 | 10 | 0 | 11111 | 10110101 | 1100100 | 100010 |
Color Harmonies of #00ABAF
Complementary color
Monochromatic Colors of #00ABAF
Black with #00ABAF
Text Example
Text Example
White with #00ABAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00ABAF; }
p { color: rgb(0,171,175); }
H1.HeaderClassName
{
color: #00ABAF;
}
.AnyTagClassName
{
color: #00ABAF;
}
</style>
background-color css
<style>
a { background-color: #00ABAF; }
a { background-color: rgb(0,171,175); }
div.DivClassName
{
background-color: #00ABAF;
}
.BgClassName
{
background-color: #00ABAF;
}
</style>
border-color css
<style>
span { border-color: #00ABAF; }
span { border-color: rgb(0,171,175); }
td.TdClassName
{
border-color: #00ABAF;
}
.TagClassName
{
border-color: #00ABAF;
}
</style>