Shades of Bondi Blue #01A0AB
Tints of Bondi Blue #01A0AB
RGB
CMYK
RGB Variations
Color information
#01A0AB (or 0x01A0AB) is known color: Bondi Blue. HEX triplet: 01, A0 and AB. RGB value is (1,160,171). Sum of RGB (Red+Green+Blue) = 1+160+171=332 (43% of max value = 765). Red value is 1 (0.78% from 255 or 0.30% from 332); Green value is 160 (62.89% from 255 or 48.19% from 332); Blue value is 171 (67.19% from 255 or 51.51% from 332); Max value from RGB is 171 - color contains mainly: blue. Hex color #01A0AB is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #01A0AB is #FE5F54. Grayscale: #717171. Windows color (decimal): -16670549 or 11247617. OLE color: 11247617.
HSL color Cylindrical-coordinate representation of color #01A0AB: hue angle of 183.88º 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 #01A0AB is Cyan = 0.99, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 1 | 160 | 171 | - |
| CMYK | 0.99 | 0.06 | 0 | 0.33 |
| HSL | 183.88º | 0.99% | 0.34% | - |
| HSV(B) | 183.88º | 0.99% | 0.67% | - |
| XYZ | 19.93 | 28.09 | 42.9 | - |
| YUV | 113.71 | 160.32 | 47.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 160 | 171 | 0.99 | 0.06 | 0 | 0.33 | 183.88 | 0.99 | 0.34 |
| Hex | 1 | A0 | AB | 63 | 6 | 0 | 21 | B8 | 63 | 22 |
| Octal | 1 | 240 | 253 | 143 | 6 | 0 | 41 | 270 | 143 | 42 |
| Binary | 1 | 10100000 | 10101011 | 1100011 | 110 | 0 | 100001 | 10111000 | 1100011 | 100010 |
Color Harmonies of #01A0AB
Complementary color
Monochromatic Colors of #01A0AB
Black with #01A0AB
Text Example
Text Example
White with #01A0AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01A0AB; }
p { color: rgb(1,160,171); }
H1.HeaderClassName
{
color: #01A0AB;
}
.AnyTagClassName
{
color: #01A0AB;
}
</style>
background-color css
<style>
a { background-color: #01A0AB; }
a { background-color: rgb(1,160,171); }
div.DivClassName
{
background-color: #01A0AB;
}
.BgClassName
{
background-color: #01A0AB;
}
</style>
border-color css
<style>
span { border-color: #01A0AB; }
span { border-color: rgb(1,160,171); }
td.TdClassName
{
border-color: #01A0AB;
}
.TagClassName
{
border-color: #01A0AB;
}
</style>