Shades of Bondi Blue #02A1AC
Tints of Bondi Blue #02A1AC
RGB
CMYK
RGB Variations
Color information
#02A1AC (or 0x02A1AC) is known color: Bondi Blue. HEX triplet: 02, A1 and AC. RGB value is (2,161,172). Sum of RGB (Red+Green+Blue) = 2+161+172=335 (44% of max value = 765). Red value is 2 (1.17% from 255 or 0.60% from 335); Green value is 161 (63.28% from 255 or 48.06% from 335); Blue value is 172 (67.58% from 255 or 51.34% from 335); Max value from RGB is 172 - color contains mainly: blue. Hex color #02A1AC is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #02A1AC is #FD5E53. Grayscale: #727272. Windows color (decimal): -16604756 or 11313410. OLE color: 11313410.
HSL color Cylindrical-coordinate representation of color #02A1AC: hue angle of 183.88º degrees, saturation: 0.98, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02A1AC is Cyan = 0.99, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 2 | 161 | 172 | - |
| CMYK | 0.99 | 0.06 | 0 | 0.33 |
| HSL | 183.88º | 0.98% | 0.34% | - |
| HSV(B) | 183.88º | 0.99% | 0.67% | - |
| XYZ | 20.22 | 28.48 | 43.46 | - |
| YUV | 114.71 | 160.32 | 47.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 161 | 172 | 0.99 | 0.06 | 0 | 0.33 | 183.88 | 0.98 | 0.34 |
| Hex | 2 | A1 | AC | 63 | 6 | 0 | 21 | B8 | 62 | 22 |
| Octal | 2 | 241 | 254 | 143 | 6 | 0 | 41 | 270 | 142 | 42 |
| Binary | 10 | 10100001 | 10101100 | 1100011 | 110 | 0 | 100001 | 10111000 | 1100010 | 100010 |
Color Harmonies of #02A1AC
Complementary color
Monochromatic Colors of #02A1AC
Black with #02A1AC
Text Example
Text Example
White with #02A1AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02A1AC; }
p { color: rgb(2,161,172); }
H1.HeaderClassName
{
color: #02A1AC;
}
.AnyTagClassName
{
color: #02A1AC;
}
</style>
background-color css
<style>
a { background-color: #02A1AC; }
a { background-color: rgb(2,161,172); }
div.DivClassName
{
background-color: #02A1AC;
}
.BgClassName
{
background-color: #02A1AC;
}
</style>
border-color css
<style>
span { border-color: #02A1AC; }
span { border-color: rgb(2,161,172); }
td.TdClassName
{
border-color: #02A1AC;
}
.TagClassName
{
border-color: #02A1AC;
}
</style>