Shades of Bondi Blue #02A2AD
Tints of Bondi Blue #02A2AD
RGB
CMYK
RGB Variations
Color information
#02A2AD (or 0x02A2AD) is known color: Bondi Blue. HEX triplet: 02, A2 and AD. RGB value is (2,162,173). Sum of RGB (Red+Green+Blue) = 2+162+173=337 (44% of max value = 765). Red value is 2 (1.17% from 255 or 0.59% from 337); Green value is 162 (63.67% from 255 or 48.07% from 337); Blue value is 173 (67.97% from 255 or 51.34% from 337); Max value from RGB is 173 - color contains mainly: blue. Hex color #02A2AD is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #02A2AD is #FD5D52. Grayscale: #737373. Windows color (decimal): -16604499 or 11379202. OLE color: 11379202.
HSL color Cylindrical-coordinate representation of color #02A2AD: hue angle of 183.86º 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 #02A2AD is Cyan = 0.99, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 2 | 162 | 173 | - |
| CMYK | 0.99 | 0.06 | 0 | 0.32 |
| HSL | 183.86º | 0.98% | 0.34% | - |
| HSV(B) | 183.86º | 0.99% | 0.68% | - |
| XYZ | 20.49 | 28.87 | 44.03 | - |
| YUV | 115.41 | 160.49 | 47.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 162 | 173 | 0.99 | 0.06 | 0 | 0.32 | 183.86 | 0.98 | 0.34 |
| Hex | 2 | A2 | AD | 63 | 6 | 0 | 20 | B8 | 62 | 22 |
| Octal | 2 | 242 | 255 | 143 | 6 | 0 | 40 | 270 | 142 | 42 |
| Binary | 10 | 10100010 | 10101101 | 1100011 | 110 | 0 | 100000 | 10111000 | 1100010 | 100010 |
Color Harmonies of #02A2AD
Complementary color
Monochromatic Colors of #02A2AD
Black with #02A2AD
Text Example
Text Example
White with #02A2AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02A2AD; }
p { color: rgb(2,162,173); }
H1.HeaderClassName
{
color: #02A2AD;
}
.AnyTagClassName
{
color: #02A2AD;
}
</style>
background-color css
<style>
a { background-color: #02A2AD; }
a { background-color: rgb(2,162,173); }
div.DivClassName
{
background-color: #02A2AD;
}
.BgClassName
{
background-color: #02A2AD;
}
</style>
border-color css
<style>
span { border-color: #02A2AD; }
span { border-color: rgb(2,162,173); }
td.TdClassName
{
border-color: #02A2AD;
}
.TagClassName
{
border-color: #02A2AD;
}
</style>