Shades of Bondi Blue #05A0AD
Tints of Bondi Blue #05A0AD
RGB
CMYK
RGB Variations
Color information
#05A0AD (or 0x05A0AD) is known color: Bondi Blue. HEX triplet: 05, A0 and AD. RGB value is (5,160,173). Sum of RGB (Red+Green+Blue) = 5+160+173=338 (44% of max value = 765). Red value is 5 (2.34% from 255 or 1.48% from 338); Green value is 160 (62.89% from 255 or 47.34% from 338); Blue value is 173 (67.97% from 255 or 51.18% from 338); Max value from RGB is 173 - color contains mainly: blue. Hex color #05A0AD is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #05A0AD is #FA5F52. Grayscale: #727272. Windows color (decimal): -16408403 or 11378693. OLE color: 11378693.
HSL color Cylindrical-coordinate representation of color #05A0AD: hue angle of 184.64º degrees, saturation: 0.94, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #05A0AD is Cyan = 0.97, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 5 | 160 | 173 | - |
| CMYK | 0.97 | 0.08 | 0 | 0.32 |
| HSL | 184.64º | 0.94% | 0.35% | - |
| HSV(B) | 184.64º | 0.97% | 0.68% | - |
| XYZ | 20.18 | 28.19 | 43.91 | - |
| YUV | 115.14 | 160.65 | 49.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 160 | 173 | 0.97 | 0.08 | 0 | 0.32 | 184.64 | 0.94 | 0.35 |
| Hex | 5 | A0 | AD | 61 | 8 | 0 | 20 | B9 | 5E | 23 |
| Octal | 5 | 240 | 255 | 141 | 10 | 0 | 40 | 271 | 136 | 43 |
| Binary | 101 | 10100000 | 10101101 | 1100001 | 1000 | 0 | 100000 | 10111001 | 1011110 | 100011 |
Color Harmonies of #05A0AD
Complementary color
Monochromatic Colors of #05A0AD
Black with #05A0AD
Text Example
Text Example
White with #05A0AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05A0AD; }
p { color: rgb(5,160,173); }
H1.HeaderClassName
{
color: #05A0AD;
}
.AnyTagClassName
{
color: #05A0AD;
}
</style>
background-color css
<style>
a { background-color: #05A0AD; }
a { background-color: rgb(5,160,173); }
div.DivClassName
{
background-color: #05A0AD;
}
.BgClassName
{
background-color: #05A0AD;
}
</style>
border-color css
<style>
span { border-color: #05A0AD; }
span { border-color: rgb(5,160,173); }
td.TdClassName
{
border-color: #05A0AD;
}
.TagClassName
{
border-color: #05A0AD;
}
</style>