Shades of Bondi Blue #029CAC
Tints of Bondi Blue #029CAC
RGB
CMYK
RGB Variations
Color information
#029CAC (or 0x029CAC) is known color: Bondi Blue. HEX triplet: 02, 9C and AC. RGB value is (2,156,172). Sum of RGB (Red+Green+Blue) = 2+156+172=330 (43% of max value = 765). Red value is 2 (1.17% from 255 or 0.61% from 330); Green value is 156 (61.33% from 255 or 47.27% from 330); Blue value is 172 (67.58% from 255 or 52.12% from 330); Max value from RGB is 172 - color contains mainly: blue. Hex color #029CAC is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #029CAC is #FD6353. Grayscale: #6F6F6F. Windows color (decimal): -16606036 or 11312130. OLE color: 11312130.
HSL color Cylindrical-coordinate representation of color #029CAC: hue angle of 185.65º 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 #029CAC is Cyan = 0.99, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 2 | 156 | 172 | - |
| CMYK | 0.99 | 0.09 | 0 | 0.33 |
| HSL | 185.65º | 0.98% | 0.34% | - |
| HSV(B) | 185.65º | 0.99% | 0.67% | - |
| XYZ | 19.36 | 26.77 | 43.18 | - |
| YUV | 111.78 | 161.98 | 49.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 156 | 172 | 0.99 | 0.09 | 0 | 0.33 | 185.65 | 0.98 | 0.34 |
| Hex | 2 | 9C | AC | 63 | 9 | 0 | 21 | BA | 62 | 22 |
| Octal | 2 | 234 | 254 | 143 | 11 | 0 | 41 | 272 | 142 | 42 |
| Binary | 10 | 10011100 | 10101100 | 1100011 | 1001 | 0 | 100001 | 10111010 | 1100010 | 100010 |
Color Harmonies of #029CAC
Complementary color
Monochromatic Colors of #029CAC
Black with #029CAC
Text Example
Text Example
White with #029CAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #029CAC; }
p { color: rgb(2,156,172); }
H1.HeaderClassName
{
color: #029CAC;
}
.AnyTagClassName
{
color: #029CAC;
}
</style>
background-color css
<style>
a { background-color: #029CAC; }
a { background-color: rgb(2,156,172); }
div.DivClassName
{
background-color: #029CAC;
}
.BgClassName
{
background-color: #029CAC;
}
</style>
border-color css
<style>
span { border-color: #029CAC; }
span { border-color: rgb(2,156,172); }
td.TdClassName
{
border-color: #029CAC;
}
.TagClassName
{
border-color: #029CAC;
}
</style>