Shades of Bondi Blue #05A4AA
Tints of Bondi Blue #05A4AA
RGB
CMYK
RGB Variations
Color information
#05A4AA (or 0x05A4AA) is known color: Bondi Blue. HEX triplet: 05, A4 and AA. RGB value is (5,164,170). Sum of RGB (Red+Green+Blue) = 5+164+170=339 (44% of max value = 765). Red value is 5 (2.34% from 255 or 1.47% from 339); Green value is 164 (64.45% from 255 or 48.38% from 339); Blue value is 170 (66.80% from 255 or 50.15% from 339); Max value from RGB is 170 - color contains mainly: blue. Hex color #05A4AA is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #05A4AA is #FA5B55. Grayscale: #747474. Windows color (decimal): -16407382 or 11183109. OLE color: 11183109.
HSL color Cylindrical-coordinate representation of color #05A4AA: hue angle of 182.18º 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 #05A4AA is Cyan = 0.97, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 5 | 164 | 170 | - |
| CMYK | 0.97 | 0.04 | 0 | 0.33 |
| HSL | 182.18º | 0.94% | 0.34% | - |
| HSV(B) | 182.18º | 0.97% | 0.67% | - |
| XYZ | 20.59 | 29.49 | 42.64 | - |
| YUV | 117.14 | 157.82 | 48.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 164 | 170 | 0.97 | 0.04 | 0 | 0.33 | 182.18 | 0.94 | 0.34 |
| Hex | 5 | A4 | AA | 61 | 4 | 0 | 21 | B6 | 5E | 22 |
| Octal | 5 | 244 | 252 | 141 | 4 | 0 | 41 | 266 | 136 | 42 |
| Binary | 101 | 10100100 | 10101010 | 1100001 | 100 | 0 | 100001 | 10110110 | 1011110 | 100010 |
Color Harmonies of #05A4AA
Complementary color
Monochromatic Colors of #05A4AA
Black with #05A4AA
Text Example
Text Example
White with #05A4AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05A4AA; }
p { color: rgb(5,164,170); }
H1.HeaderClassName
{
color: #05A4AA;
}
.AnyTagClassName
{
color: #05A4AA;
}
</style>
background-color css
<style>
a { background-color: #05A4AA; }
a { background-color: rgb(5,164,170); }
div.DivClassName
{
background-color: #05A4AA;
}
.BgClassName
{
background-color: #05A4AA;
}
</style>
border-color css
<style>
span { border-color: #05A4AA; }
span { border-color: rgb(5,164,170); }
td.TdClassName
{
border-color: #05A4AA;
}
.TagClassName
{
border-color: #05A4AA;
}
</style>