Shades of Bondi Blue #029AAA
Tints of Bondi Blue #029AAA
RGB
CMYK
RGB Variations
Color information
#029AAA (or 0x029AAA) is known color: Bondi Blue. HEX triplet: 02, 9A and AA. RGB value is (2,154,170). Sum of RGB (Red+Green+Blue) = 2+154+170=326 (43% of max value = 765). Red value is 2 (1.17% from 255 or 0.61% from 326); Green value is 154 (60.55% from 255 or 47.24% from 326); Blue value is 170 (66.80% from 255 or 52.15% from 326); Max value from RGB is 170 - color contains mainly: blue. Hex color #029AAA is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #029AAA is #FD6555. Grayscale: #6E6E6E. Windows color (decimal): -16606550 or 11180546. OLE color: 11180546.
HSL color Cylindrical-coordinate representation of color #029AAA: hue angle of 185.71º 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 #029AAA is Cyan = 0.99, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 2 | 154 | 170 | - |
| CMYK | 0.99 | 0.09 | 0 | 0.33 |
| HSL | 185.71º | 0.98% | 0.34% | - |
| HSV(B) | 185.71º | 0.99% | 0.67% | - |
| XYZ | 18.84 | 26.03 | 42.06 | - |
| YUV | 110.38 | 161.64 | 50.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 154 | 170 | 0.99 | 0.09 | 0 | 0.33 | 185.71 | 0.98 | 0.34 |
| Hex | 2 | 9A | AA | 63 | 9 | 0 | 21 | BA | 62 | 22 |
| Octal | 2 | 232 | 252 | 143 | 11 | 0 | 41 | 272 | 142 | 42 |
| Binary | 10 | 10011010 | 10101010 | 1100011 | 1001 | 0 | 100001 | 10111010 | 1100010 | 100010 |
Color Harmonies of #029AAA
Complementary color
Monochromatic Colors of #029AAA
Black with #029AAA
Text Example
Text Example
White with #029AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #029AAA; }
p { color: rgb(2,154,170); }
H1.HeaderClassName
{
color: #029AAA;
}
.AnyTagClassName
{
color: #029AAA;
}
</style>
background-color css
<style>
a { background-color: #029AAA; }
a { background-color: rgb(2,154,170); }
div.DivClassName
{
background-color: #029AAA;
}
.BgClassName
{
background-color: #029AAA;
}
</style>
border-color css
<style>
span { border-color: #029AAA; }
span { border-color: rgb(2,154,170); }
td.TdClassName
{
border-color: #029AAA;
}
.TagClassName
{
border-color: #029AAA;
}
</style>