Shades of Bondi Blue #01ABAE
Tints of Bondi Blue #01ABAE
RGB
CMYK
RGB Variations
Color information
#01ABAE (or 0x01ABAE) is known color: Bondi Blue. HEX triplet: 01, AB and AE. RGB value is (1,171,174). Sum of RGB (Red+Green+Blue) = 1+171+174=346 (45% of max value = 765). Red value is 1 (0.78% from 255 or 0.29% from 346); Green value is 171 (67.19% from 255 or 49.42% from 346); Blue value is 174 (68.36% from 255 or 50.29% from 346); Max value from RGB is 174 - color contains mainly: blue. Hex color #01ABAE is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #01ABAE is #FE5451. Grayscale: #787878. Windows color (decimal): -16667730 or 11447041. OLE color: 11447041.
HSL color Cylindrical-coordinate representation of color #01ABAE: hue angle of 181.04º degrees, saturation: 0.99, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01ABAE is Cyan = 0.99, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 1 | 171 | 174 | - |
| CMYK | 0.99 | 0.02 | 0 | 0.32 |
| HSL | 181.04º | 0.99% | 0.34% | - |
| HSV(B) | 181.04º | 0.99% | 0.68% | - |
| XYZ | 22.22 | 32.19 | 45.09 | - |
| YUV | 120.51 | 158.18 | 42.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 171 | 174 | 0.99 | 0.02 | 0 | 0.32 | 181.04 | 0.99 | 0.34 |
| Hex | 1 | AB | AE | 63 | 2 | 0 | 20 | B5 | 63 | 22 |
| Octal | 1 | 253 | 256 | 143 | 2 | 0 | 40 | 265 | 143 | 42 |
| Binary | 1 | 10101011 | 10101110 | 1100011 | 10 | 0 | 100000 | 10110101 | 1100011 | 100010 |
Color Harmonies of #01ABAE
Complementary color
Monochromatic Colors of #01ABAE
Black with #01ABAE
Text Example
Text Example
White with #01ABAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01ABAE; }
p { color: rgb(1,171,174); }
H1.HeaderClassName
{
color: #01ABAE;
}
.AnyTagClassName
{
color: #01ABAE;
}
</style>
background-color css
<style>
a { background-color: #01ABAE; }
a { background-color: rgb(1,171,174); }
div.DivClassName
{
background-color: #01ABAE;
}
.BgClassName
{
background-color: #01ABAE;
}
</style>
border-color css
<style>
span { border-color: #01ABAE; }
span { border-color: rgb(1,171,174); }
td.TdClassName
{
border-color: #01ABAE;
}
.TagClassName
{
border-color: #01ABAE;
}
</style>