Shades of Bondi Blue #02A8AB
Tints of Bondi Blue #02A8AB
RGB
CMYK
RGB Variations
Color information
#02A8AB (or 0x02A8AB) is known color: Bondi Blue. HEX triplet: 02, A8 and AB. RGB value is (2,168,171). Sum of RGB (Red+Green+Blue) = 2+168+171=341 (45% of max value = 765). Red value is 2 (1.17% from 255 or 0.59% from 341); Green value is 168 (66.02% from 255 or 49.27% from 341); Blue value is 171 (67.19% from 255 or 50.15% from 341); Max value from RGB is 171 - color contains mainly: blue. Hex color #02A8AB is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #02A8AB is #FD5754. Grayscale: #767676. Windows color (decimal): -16602965 or 11249666. OLE color: 11249666.
HSL color Cylindrical-coordinate representation of color #02A8AB: hue angle of 181.07º 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 #02A8AB is Cyan = 0.99, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 2 | 168 | 171 | - |
| CMYK | 0.99 | 0.02 | 0 | 0.33 |
| HSL | 181.07º | 0.98% | 0.34% | - |
| HSV(B) | 181.07º | 0.99% | 0.67% | - |
| XYZ | 21.38 | 30.96 | 43.38 | - |
| YUV | 118.71 | 157.5 | 44.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 168 | 171 | 0.99 | 0.02 | 0 | 0.33 | 181.07 | 0.98 | 0.34 |
| Hex | 2 | A8 | AB | 63 | 2 | 0 | 21 | B5 | 62 | 22 |
| Octal | 2 | 250 | 253 | 143 | 2 | 0 | 41 | 265 | 142 | 42 |
| Binary | 10 | 10101000 | 10101011 | 1100011 | 10 | 0 | 100001 | 10110101 | 1100010 | 100010 |
Color Harmonies of #02A8AB
Complementary color
Monochromatic Colors of #02A8AB
Black with #02A8AB
Text Example
Text Example
White with #02A8AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02A8AB; }
p { color: rgb(2,168,171); }
H1.HeaderClassName
{
color: #02A8AB;
}
.AnyTagClassName
{
color: #02A8AB;
}
</style>
background-color css
<style>
a { background-color: #02A8AB; }
a { background-color: rgb(2,168,171); }
div.DivClassName
{
background-color: #02A8AB;
}
.BgClassName
{
background-color: #02A8AB;
}
</style>
border-color css
<style>
span { border-color: #02A8AB; }
span { border-color: rgb(2,168,171); }
td.TdClassName
{
border-color: #02A8AB;
}
.TagClassName
{
border-color: #02A8AB;
}
</style>