Shades of Bondi Blue #029DA9
Tints of Bondi Blue #029DA9
RGB
CMYK
RGB Variations
Color information
#029DA9 (or 0x029DA9) is known color: Bondi Blue. HEX triplet: 02, 9D and A9. RGB value is (2,157,169). Sum of RGB (Red+Green+Blue) = 2+157+169=328 (43% of max value = 765). Red value is 2 (1.17% from 255 or 0.61% from 328); Green value is 157 (61.72% from 255 or 47.87% from 328); Blue value is 169 (66.41% from 255 or 51.52% from 328); Max value from RGB is 169 - color contains mainly: blue. Hex color #029DA9 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #029DA9 is #FD6256. Grayscale: #6F6F6F. Windows color (decimal): -16605783 or 11115778. OLE color: 11115778.
HSL color Cylindrical-coordinate representation of color #029DA9: hue angle of 184.31º degrees, saturation: 0.98, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #029DA9 is Cyan = 0.99, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 2 | 157 | 169 | - |
| CMYK | 0.99 | 0.07 | 0 | 0.34 |
| HSL | 184.31º | 0.98% | 0.34% | - |
| HSV(B) | 184.31º | 0.99% | 0.66% | - |
| XYZ | 19.24 | 26.99 | 41.73 | - |
| YUV | 112.02 | 160.15 | 49.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 157 | 169 | 0.99 | 0.07 | 0 | 0.34 | 184.31 | 0.98 | 0.34 |
| Hex | 2 | 9D | A9 | 63 | 7 | 0 | 22 | B8 | 62 | 22 |
| Octal | 2 | 235 | 251 | 143 | 7 | 0 | 42 | 270 | 142 | 42 |
| Binary | 10 | 10011101 | 10101001 | 1100011 | 111 | 0 | 100010 | 10111000 | 1100010 | 100010 |
Color Harmonies of #029DA9
Complementary color
Monochromatic Colors of #029DA9
Black with #029DA9
Text Example
Text Example
White with #029DA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #029DA9; }
p { color: rgb(2,157,169); }
H1.HeaderClassName
{
color: #029DA9;
}
.AnyTagClassName
{
color: #029DA9;
}
</style>
background-color css
<style>
a { background-color: #029DA9; }
a { background-color: rgb(2,157,169); }
div.DivClassName
{
background-color: #029DA9;
}
.BgClassName
{
background-color: #029DA9;
}
</style>
border-color css
<style>
span { border-color: #029DA9; }
span { border-color: rgb(2,157,169); }
td.TdClassName
{
border-color: #029DA9;
}
.TagClassName
{
border-color: #029DA9;
}
</style>