Shades of Bondi Blue #05A1AA
Tints of Bondi Blue #05A1AA
RGB
CMYK
RGB Variations
Color information
#05A1AA (or 0x05A1AA) is known color: Bondi Blue. HEX triplet: 05, A1 and AA. RGB value is (5,161,170). Sum of RGB (Red+Green+Blue) = 5+161+170=336 (44% of max value = 765). Red value is 5 (2.34% from 255 or 1.49% from 336); Green value is 161 (63.28% from 255 or 47.92% from 336); Blue value is 170 (66.80% from 255 or 50.60% from 336); Max value from RGB is 170 - color contains mainly: blue. Hex color #05A1AA is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #05A1AA is #FA5E55. Grayscale: #737373. Windows color (decimal): -16408150 or 11182341. OLE color: 11182341.
HSL color Cylindrical-coordinate representation of color #05A1AA: hue angle of 183.27º 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 #05A1AA is Cyan = 0.97, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 5 | 161 | 170 | - |
| CMYK | 0.97 | 0.05 | 0 | 0.33 |
| HSL | 183.27º | 0.94% | 0.34% | - |
| HSV(B) | 183.27º | 0.97% | 0.67% | - |
| XYZ | 20.06 | 28.42 | 42.46 | - |
| YUV | 115.38 | 158.82 | 49.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 161 | 170 | 0.97 | 0.05 | 0 | 0.33 | 183.27 | 0.94 | 0.34 |
| Hex | 5 | A1 | AA | 61 | 5 | 0 | 21 | B7 | 5E | 22 |
| Octal | 5 | 241 | 252 | 141 | 5 | 0 | 41 | 267 | 136 | 42 |
| Binary | 101 | 10100001 | 10101010 | 1100001 | 101 | 0 | 100001 | 10110111 | 1011110 | 100010 |
Color Harmonies of #05A1AA
Complementary color
Monochromatic Colors of #05A1AA
Black with #05A1AA
Text Example
Text Example
White with #05A1AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05A1AA; }
p { color: rgb(5,161,170); }
H1.HeaderClassName
{
color: #05A1AA;
}
.AnyTagClassName
{
color: #05A1AA;
}
</style>
background-color css
<style>
a { background-color: #05A1AA; }
a { background-color: rgb(5,161,170); }
div.DivClassName
{
background-color: #05A1AA;
}
.BgClassName
{
background-color: #05A1AA;
}
</style>
border-color css
<style>
span { border-color: #05A1AA; }
span { border-color: rgb(5,161,170); }
td.TdClassName
{
border-color: #05A1AA;
}
.TagClassName
{
border-color: #05A1AA;
}
</style>