Shades of Bondi Blue #029AAC
Tints of Bondi Blue #029AAC
RGB
CMYK
RGB Variations
Color information
#029AAC (or 0x029AAC) is known color: Bondi Blue. HEX triplet: 02, 9A and AC. RGB value is (2,154,172). Sum of RGB (Red+Green+Blue) = 2+154+172=328 (43% of max value = 765). Red value is 2 (1.17% from 255 or 0.61% from 328); Green value is 154 (60.55% from 255 or 46.95% from 328); Blue value is 172 (67.58% from 255 or 52.44% from 328); Max value from RGB is 172 - color contains mainly: blue. Hex color #029AAC is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #029AAC is #FD6553. Grayscale: #6E6E6E. Windows color (decimal): -16606548 or 11311618. OLE color: 11311618.
HSL color Cylindrical-coordinate representation of color #029AAC: hue angle of 186.35º 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 #029AAC is Cyan = 0.99, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 2 | 154 | 172 | - |
| CMYK | 0.99 | 0.10 | 0 | 0.33 |
| HSL | 186.35º | 0.98% | 0.34% | - |
| HSV(B) | 186.35º | 0.99% | 0.67% | - |
| XYZ | 19.03 | 26.1 | 43.07 | - |
| YUV | 110.6 | 162.64 | 50.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 154 | 172 | 0.99 | 0.10 | 0 | 0.33 | 186.35 | 0.98 | 0.34 |
| Hex | 2 | 9A | AC | 63 | A | 0 | 21 | BA | 62 | 22 |
| Octal | 2 | 232 | 254 | 143 | 12 | 0 | 41 | 272 | 142 | 42 |
| Binary | 10 | 10011010 | 10101100 | 1100011 | 1010 | 0 | 100001 | 10111010 | 1100010 | 100010 |
Color Harmonies of #029AAC
Complementary color
Monochromatic Colors of #029AAC
Black with #029AAC
Text Example
Text Example
White with #029AAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #029AAC; }
p { color: rgb(2,154,172); }
H1.HeaderClassName
{
color: #029AAC;
}
.AnyTagClassName
{
color: #029AAC;
}
</style>
background-color css
<style>
a { background-color: #029AAC; }
a { background-color: rgb(2,154,172); }
div.DivClassName
{
background-color: #029AAC;
}
.BgClassName
{
background-color: #029AAC;
}
</style>
border-color css
<style>
span { border-color: #029AAC; }
span { border-color: rgb(2,154,172); }
td.TdClassName
{
border-color: #029AAC;
}
.TagClassName
{
border-color: #029AAC;
}
</style>