Shades of Bondi Blue #029DAC
Tints of Bondi Blue #029DAC
RGB
CMYK
RGB Variations
Color information
#029DAC (or 0x029DAC) is known color: Bondi Blue. HEX triplet: 02, 9D and AC. RGB value is (2,157,172). Sum of RGB (Red+Green+Blue) = 2+157+172=331 (43% of max value = 765). Red value is 2 (1.17% from 255 or 0.60% from 331); Green value is 157 (61.72% from 255 or 47.43% from 331); Blue value is 172 (67.58% from 255 or 51.96% from 331); Max value from RGB is 172 - color contains mainly: blue. Hex color #029DAC is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #029DAC is #FD6253. Grayscale: #707070. Windows color (decimal): -16605780 or 11312386. OLE color: 11312386.
HSL color Cylindrical-coordinate representation of color #029DAC: hue angle of 185.29º 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 #029DAC is Cyan = 0.99, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 2 | 157 | 172 | - |
| CMYK | 0.99 | 0.09 | 0 | 0.33 |
| HSL | 185.29º | 0.98% | 0.34% | - |
| HSV(B) | 185.29º | 0.99% | 0.67% | - |
| XYZ | 19.53 | 27.11 | 43.23 | - |
| YUV | 112.37 | 161.65 | 49.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 157 | 172 | 0.99 | 0.09 | 0 | 0.33 | 185.29 | 0.98 | 0.34 |
| Hex | 2 | 9D | AC | 63 | 9 | 0 | 21 | B9 | 62 | 22 |
| Octal | 2 | 235 | 254 | 143 | 11 | 0 | 41 | 271 | 142 | 42 |
| Binary | 10 | 10011101 | 10101100 | 1100011 | 1001 | 0 | 100001 | 10111001 | 1100010 | 100010 |
Color Harmonies of #029DAC
Complementary color
Monochromatic Colors of #029DAC
Black with #029DAC
Text Example
Text Example
White with #029DAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #029DAC; }
p { color: rgb(2,157,172); }
H1.HeaderClassName
{
color: #029DAC;
}
.AnyTagClassName
{
color: #029DAC;
}
</style>
background-color css
<style>
a { background-color: #029DAC; }
a { background-color: rgb(2,157,172); }
div.DivClassName
{
background-color: #029DAC;
}
.BgClassName
{
background-color: #029DAC;
}
</style>
border-color css
<style>
span { border-color: #029DAC; }
span { border-color: rgb(2,157,172); }
td.TdClassName
{
border-color: #029DAC;
}
.TagClassName
{
border-color: #029DAC;
}
</style>