Shades of Bondi Blue #01A4AA
Tints of Bondi Blue #01A4AA
RGB
CMYK
RGB Variations
Color information
#01A4AA (or 0x01A4AA) is known color: Bondi Blue. HEX triplet: 01, A4 and AA. RGB value is (1,164,170). Sum of RGB (Red+Green+Blue) = 1+164+170=335 (44% of max value = 765). Red value is 1 (0.78% from 255 or 0.30% from 335); Green value is 164 (64.45% from 255 or 48.96% from 335); Blue value is 170 (66.80% from 255 or 50.75% from 335); Max value from RGB is 170 - color contains mainly: blue. Hex color #01A4AA is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #01A4AA is #FE5B55. Grayscale: #737373. Windows color (decimal): -16669526 or 11183105. OLE color: 11183105.
HSL color Cylindrical-coordinate representation of color #01A4AA: hue angle of 182.13º 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 #01A4AA is Cyan = 0.99, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 1 | 164 | 170 | - |
| CMYK | 0.99 | 0.04 | 0 | 0.33 |
| HSL | 182.13º | 0.99% | 0.34% | - |
| HSV(B) | 182.13º | 0.99% | 0.67% | - |
| XYZ | 20.54 | 29.46 | 42.63 | - |
| YUV | 115.95 | 158.5 | 46.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 164 | 170 | 0.99 | 0.04 | 0 | 0.33 | 182.13 | 0.99 | 0.34 |
| Hex | 1 | A4 | AA | 63 | 4 | 0 | 21 | B6 | 63 | 22 |
| Octal | 1 | 244 | 252 | 143 | 4 | 0 | 41 | 266 | 143 | 42 |
| Binary | 1 | 10100100 | 10101010 | 1100011 | 100 | 0 | 100001 | 10110110 | 1100011 | 100010 |
Color Harmonies of #01A4AA
Complementary color
Monochromatic Colors of #01A4AA
Black with #01A4AA
Text Example
Text Example
White with #01A4AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01A4AA; }
p { color: rgb(1,164,170); }
H1.HeaderClassName
{
color: #01A4AA;
}
.AnyTagClassName
{
color: #01A4AA;
}
</style>
background-color css
<style>
a { background-color: #01A4AA; }
a { background-color: rgb(1,164,170); }
div.DivClassName
{
background-color: #01A4AA;
}
.BgClassName
{
background-color: #01A4AA;
}
</style>
border-color css
<style>
span { border-color: #01A4AA; }
span { border-color: rgb(1,164,170); }
td.TdClassName
{
border-color: #01A4AA;
}
.TagClassName
{
border-color: #01A4AA;
}
</style>