Shades of Bondi Blue #01A1AD
Tints of Bondi Blue #01A1AD
RGB
CMYK
RGB Variations
Color information
#01A1AD (or 0x01A1AD) is known color: Bondi Blue. HEX triplet: 01, A1 and AD. RGB value is (1,161,173). Sum of RGB (Red+Green+Blue) = 1+161+173=335 (44% of max value = 765). Red value is 1 (0.78% from 255 or 0.30% from 335); Green value is 161 (63.28% from 255 or 48.06% from 335); Blue value is 173 (67.97% from 255 or 51.64% from 335); Max value from RGB is 173 - color contains mainly: blue. Hex color #01A1AD is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #01A1AD is #FE5E52. Grayscale: #727272. Windows color (decimal): -16670291 or 11378945. OLE color: 11378945.
HSL color Cylindrical-coordinate representation of color #01A1AD: hue angle of 184.19º 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 #01A1AD is Cyan = 0.99, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 1 | 161 | 173 | - |
| CMYK | 0.99 | 0.07 | 0 | 0.32 |
| HSL | 184.19º | 0.99% | 0.34% | - |
| HSV(B) | 184.19º | 0.99% | 0.68% | - |
| XYZ | 20.3 | 28.51 | 43.97 | - |
| YUV | 114.53 | 160.99 | 47.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 161 | 173 | 0.99 | 0.07 | 0 | 0.32 | 184.19 | 0.99 | 0.34 |
| Hex | 1 | A1 | AD | 63 | 7 | 0 | 20 | B8 | 63 | 22 |
| Octal | 1 | 241 | 255 | 143 | 7 | 0 | 40 | 270 | 143 | 42 |
| Binary | 1 | 10100001 | 10101101 | 1100011 | 111 | 0 | 100000 | 10111000 | 1100011 | 100010 |
Color Harmonies of #01A1AD
Complementary color
Monochromatic Colors of #01A1AD
Black with #01A1AD
Text Example
Text Example
White with #01A1AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01A1AD; }
p { color: rgb(1,161,173); }
H1.HeaderClassName
{
color: #01A1AD;
}
.AnyTagClassName
{
color: #01A1AD;
}
</style>
background-color css
<style>
a { background-color: #01A1AD; }
a { background-color: rgb(1,161,173); }
div.DivClassName
{
background-color: #01A1AD;
}
.BgClassName
{
background-color: #01A1AD;
}
</style>
border-color css
<style>
span { border-color: #01A1AD; }
span { border-color: rgb(1,161,173); }
td.TdClassName
{
border-color: #01A1AD;
}
.TagClassName
{
border-color: #01A1AD;
}
</style>