Shades of Bondi Blue #05A0AA
Tints of Bondi Blue #05A0AA
RGB
CMYK
RGB Variations
Color information
#05A0AA (or 0x05A0AA) is known color: Bondi Blue. HEX triplet: 05, A0 and AA. RGB value is (5,160,170). Sum of RGB (Red+Green+Blue) = 5+160+170=335 (44% of max value = 765). Red value is 5 (2.34% from 255 or 1.49% from 335); Green value is 160 (62.89% from 255 or 47.76% 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 #05A0AA is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #05A0AA is #FA5F55. Grayscale: #727272. Windows color (decimal): -16408406 or 11182085. OLE color: 11182085.
HSL color Cylindrical-coordinate representation of color #05A0AA: hue angle of 183.64º degrees, saturation: 0.94, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #05A0AA is Cyan = 0.97, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 5 | 160 | 170 | - |
| CMYK | 0.97 | 0.06 | 0 | 0.33 |
| HSL | 183.64º | 0.94% | 0.34% | - |
| HSV(B) | 183.64º | 0.97% | 0.67% | - |
| XYZ | 19.89 | 28.08 | 42.4 | - |
| YUV | 114.8 | 159.15 | 49.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 160 | 170 | 0.97 | 0.06 | 0 | 0.33 | 183.64 | 0.94 | 0.34 |
| Hex | 5 | A0 | AA | 61 | 6 | 0 | 21 | B8 | 5E | 22 |
| Octal | 5 | 240 | 252 | 141 | 6 | 0 | 41 | 270 | 136 | 42 |
| Binary | 101 | 10100000 | 10101010 | 1100001 | 110 | 0 | 100001 | 10111000 | 1011110 | 100010 |
Color Harmonies of #05A0AA
Complementary color
Monochromatic Colors of #05A0AA
Black with #05A0AA
Text Example
Text Example
White with #05A0AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05A0AA; }
p { color: rgb(5,160,170); }
H1.HeaderClassName
{
color: #05A0AA;
}
.AnyTagClassName
{
color: #05A0AA;
}
</style>
background-color css
<style>
a { background-color: #05A0AA; }
a { background-color: rgb(5,160,170); }
div.DivClassName
{
background-color: #05A0AA;
}
.BgClassName
{
background-color: #05A0AA;
}
</style>
border-color css
<style>
span { border-color: #05A0AA; }
span { border-color: rgb(5,160,170); }
td.TdClassName
{
border-color: #05A0AA;
}
.TagClassName
{
border-color: #05A0AA;
}
</style>