Shades of Bondi Blue #02A0AD
Tints of Bondi Blue #02A0AD
RGB
CMYK
RGB Variations
Color information
#02A0AD (or 0x02A0AD) is known color: Bondi Blue. HEX triplet: 02, A0 and AD. RGB value is (2,160,173). Sum of RGB (Red+Green+Blue) = 2+160+173=335 (44% of max value = 765). Red value is 2 (1.17% from 255 or 0.60% from 335); Green value is 160 (62.89% from 255 or 47.76% from 335); Blue value is 173 (67.97% from 255 or 51.64% from 335); Max value from RGB is 173 - color contains mainly: blue. Hex color #02A0AD is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #02A0AD is #FD5F52. Grayscale: #727272. Windows color (decimal): -16605011 or 11378690. OLE color: 11378690.
HSL color Cylindrical-coordinate representation of color #02A0AD: hue angle of 184.56º degrees, saturation: 0.98, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02A0AD is Cyan = 0.99, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 2 | 160 | 173 | - |
| CMYK | 0.99 | 0.08 | 0 | 0.32 |
| HSL | 184.56º | 0.98% | 0.34% | - |
| HSV(B) | 184.56º | 0.99% | 0.68% | - |
| XYZ | 20.14 | 28.17 | 43.91 | - |
| YUV | 114.24 | 161.15 | 47.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 160 | 173 | 0.99 | 0.08 | 0 | 0.32 | 184.56 | 0.98 | 0.34 |
| Hex | 2 | A0 | AD | 63 | 8 | 0 | 20 | B9 | 62 | 22 |
| Octal | 2 | 240 | 255 | 143 | 10 | 0 | 40 | 271 | 142 | 42 |
| Binary | 10 | 10100000 | 10101101 | 1100011 | 1000 | 0 | 100000 | 10111001 | 1100010 | 100010 |
Color Harmonies of #02A0AD
Complementary color
Monochromatic Colors of #02A0AD
Black with #02A0AD
Text Example
Text Example
White with #02A0AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02A0AD; }
p { color: rgb(2,160,173); }
H1.HeaderClassName
{
color: #02A0AD;
}
.AnyTagClassName
{
color: #02A0AD;
}
</style>
background-color css
<style>
a { background-color: #02A0AD; }
a { background-color: rgb(2,160,173); }
div.DivClassName
{
background-color: #02A0AD;
}
.BgClassName
{
background-color: #02A0AD;
}
</style>
border-color css
<style>
span { border-color: #02A0AD; }
span { border-color: rgb(2,160,173); }
td.TdClassName
{
border-color: #02A0AD;
}
.TagClassName
{
border-color: #02A0AD;
}
</style>