Shades of Bondi Blue #01AAAC
Tints of Bondi Blue #01AAAC
RGB
CMYK
RGB Variations
Color information
#01AAAC (or 0x01AAAC) is known color: Bondi Blue. HEX triplet: 01, AA and AC. RGB value is (1,170,172). Sum of RGB (Red+Green+Blue) = 1+170+172=343 (45% of max value = 765). Red value is 1 (0.78% from 255 or 0.29% from 343); Green value is 170 (66.80% from 255 or 49.56% from 343); Blue value is 172 (67.58% from 255 or 50.15% from 343); Max value from RGB is 172 - color contains mainly: blue. Hex color #01AAAC is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #01AAAC is #FE5553. Grayscale: #777777. Windows color (decimal): -16667988 or 11315713. OLE color: 11315713.
HSL color Cylindrical-coordinate representation of color #01AAAC: hue angle of 180.7º degrees, saturation: 0.99, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01AAAC is Cyan = 0.99, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 1 | 170 | 172 | - |
| CMYK | 0.99 | 0.01 | 0 | 0.33 |
| HSL | 180.7º | 0.99% | 0.34% | - |
| HSV(B) | 180.7º | 0.99% | 0.67% | - |
| XYZ | 21.83 | 31.73 | 44 | - |
| YUV | 119.7 | 157.51 | 43.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 170 | 172 | 0.99 | 0.01 | 0 | 0.33 | 180.7 | 0.99 | 0.34 |
| Hex | 1 | AA | AC | 63 | 1 | 0 | 21 | B5 | 63 | 22 |
| Octal | 1 | 252 | 254 | 143 | 1 | 0 | 41 | 265 | 143 | 42 |
| Binary | 1 | 10101010 | 10101100 | 1100011 | 1 | 0 | 100001 | 10110101 | 1100011 | 100010 |
Color Harmonies of #01AAAC
Complementary color
Monochromatic Colors of #01AAAC
Black with #01AAAC
Text Example
Text Example
White with #01AAAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01AAAC; }
p { color: rgb(1,170,172); }
H1.HeaderClassName
{
color: #01AAAC;
}
.AnyTagClassName
{
color: #01AAAC;
}
</style>
background-color css
<style>
a { background-color: #01AAAC; }
a { background-color: rgb(1,170,172); }
div.DivClassName
{
background-color: #01AAAC;
}
.BgClassName
{
background-color: #01AAAC;
}
</style>
border-color css
<style>
span { border-color: #01AAAC; }
span { border-color: rgb(1,170,172); }
td.TdClassName
{
border-color: #01AAAC;
}
.TagClassName
{
border-color: #01AAAC;
}
</style>