Shades of Bondi Blue #01A2AD
Tints of Bondi Blue #01A2AD
RGB
CMYK
RGB Variations
Color information
#01A2AD (or 0x01A2AD) is known color: Bondi Blue. HEX triplet: 01, A2 and AD. RGB value is (1,162,173). Sum of RGB (Red+Green+Blue) = 1+162+173=336 (44% of max value = 765). Red value is 1 (0.78% from 255 or 0.30% from 336); Green value is 162 (63.67% from 255 or 48.21% from 336); Blue value is 173 (67.97% from 255 or 51.49% from 336); Max value from RGB is 173 - color contains mainly: blue. Hex color #01A2AD is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #01A2AD is #FE5D52. Grayscale: #727272. Windows color (decimal): -16670035 or 11379201. OLE color: 11379201.
HSL color Cylindrical-coordinate representation of color #01A2AD: hue angle of 183.84º 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 #01A2AD is Cyan = 0.99, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 1 | 162 | 173 | - |
| CMYK | 0.99 | 0.06 | 0 | 0.32 |
| HSL | 183.84º | 0.99% | 0.34% | - |
| HSV(B) | 183.84º | 0.99% | 0.68% | - |
| XYZ | 20.48 | 28.86 | 44.03 | - |
| YUV | 115.12 | 160.66 | 46.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 162 | 173 | 0.99 | 0.06 | 0 | 0.32 | 183.84 | 0.99 | 0.34 |
| Hex | 1 | A2 | AD | 63 | 6 | 0 | 20 | B8 | 63 | 22 |
| Octal | 1 | 242 | 255 | 143 | 6 | 0 | 40 | 270 | 143 | 42 |
| Binary | 1 | 10100010 | 10101101 | 1100011 | 110 | 0 | 100000 | 10111000 | 1100011 | 100010 |
Color Harmonies of #01A2AD
Complementary color
Monochromatic Colors of #01A2AD
Black with #01A2AD
Text Example
Text Example
White with #01A2AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01A2AD; }
p { color: rgb(1,162,173); }
H1.HeaderClassName
{
color: #01A2AD;
}
.AnyTagClassName
{
color: #01A2AD;
}
</style>
background-color css
<style>
a { background-color: #01A2AD; }
a { background-color: rgb(1,162,173); }
div.DivClassName
{
background-color: #01A2AD;
}
.BgClassName
{
background-color: #01A2AD;
}
</style>
border-color css
<style>
span { border-color: #01A2AD; }
span { border-color: rgb(1,162,173); }
td.TdClassName
{
border-color: #01A2AD;
}
.TagClassName
{
border-color: #01A2AD;
}
</style>