Shades of Bondi Blue #01A6AB
Tints of Bondi Blue #01A6AB
RGB
CMYK
RGB Variations
Color information
#01A6AB (or 0x01A6AB) is known color: Bondi Blue. HEX triplet: 01, A6 and AB. RGB value is (1,166,171). Sum of RGB (Red+Green+Blue) = 1+166+171=338 (44% of max value = 765). Red value is 1 (0.78% from 255 or 0.30% from 338); Green value is 166 (65.23% from 255 or 49.11% from 338); Blue value is 171 (67.19% from 255 or 50.59% from 338); Max value from RGB is 171 - color contains mainly: blue. Hex color #01A6AB is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #01A6AB is #FE5954. Grayscale: #757575. Windows color (decimal): -16669013 or 11249153. OLE color: 11249153.
HSL color Cylindrical-coordinate representation of color #01A6AB: hue angle of 181.76º 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 #01A6AB is Cyan = 0.99, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 1 | 166 | 171 | - |
| CMYK | 0.99 | 0.03 | 0 | 0.33 |
| HSL | 181.76º | 0.99% | 0.34% | - |
| HSV(B) | 181.76º | 0.99% | 0.67% | - |
| XYZ | 21 | 30.22 | 43.25 | - |
| YUV | 117.24 | 158.34 | 45.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 166 | 171 | 0.99 | 0.03 | 0 | 0.33 | 181.76 | 0.99 | 0.34 |
| Hex | 1 | A6 | AB | 63 | 3 | 0 | 21 | B6 | 63 | 22 |
| Octal | 1 | 246 | 253 | 143 | 3 | 0 | 41 | 266 | 143 | 42 |
| Binary | 1 | 10100110 | 10101011 | 1100011 | 11 | 0 | 100001 | 10110110 | 1100011 | 100010 |
Color Harmonies of #01A6AB
Complementary color
Monochromatic Colors of #01A6AB
Black with #01A6AB
Text Example
Text Example
White with #01A6AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01A6AB; }
p { color: rgb(1,166,171); }
H1.HeaderClassName
{
color: #01A6AB;
}
.AnyTagClassName
{
color: #01A6AB;
}
</style>
background-color css
<style>
a { background-color: #01A6AB; }
a { background-color: rgb(1,166,171); }
div.DivClassName
{
background-color: #01A6AB;
}
.BgClassName
{
background-color: #01A6AB;
}
</style>
border-color css
<style>
span { border-color: #01A6AB; }
span { border-color: rgb(1,166,171); }
td.TdClassName
{
border-color: #01A6AB;
}
.TagClassName
{
border-color: #01A6AB;
}
</style>