Shades of Bondi Blue #029FAA
Tints of Bondi Blue #029FAA
RGB
CMYK
RGB Variations
Color information
#029FAA (or 0x029FAA) is known color: Bondi Blue. HEX triplet: 02, 9F and AA. RGB value is (2,159,170). Sum of RGB (Red+Green+Blue) = 2+159+170=331 (43% of max value = 765). Red value is 2 (1.17% from 255 or 0.60% from 331); Green value is 159 (62.5% from 255 or 48.04% from 331); Blue value is 170 (66.80% from 255 or 51.36% from 331); Max value from RGB is 170 - color contains mainly: blue. Hex color #029FAA is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #029FAA is #FD6055. Grayscale: #717171. Windows color (decimal): -16605270 or 11181826. OLE color: 11181826.
HSL color Cylindrical-coordinate representation of color #029FAA: hue angle of 183.93º 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 #029FAA is Cyan = 0.99, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 2 | 159 | 170 | - |
| CMYK | 0.99 | 0.06 | 0 | 0.33 |
| HSL | 183.93º | 0.98% | 0.34% | - |
| HSV(B) | 183.93º | 0.99% | 0.67% | - |
| XYZ | 19.68 | 27.71 | 42.34 | - |
| YUV | 113.31 | 159.99 | 48.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 159 | 170 | 0.99 | 0.06 | 0 | 0.33 | 183.93 | 0.98 | 0.34 |
| Hex | 2 | 9F | AA | 63 | 6 | 0 | 21 | B8 | 62 | 22 |
| Octal | 2 | 237 | 252 | 143 | 6 | 0 | 41 | 270 | 142 | 42 |
| Binary | 10 | 10011111 | 10101010 | 1100011 | 110 | 0 | 100001 | 10111000 | 1100010 | 100010 |
Color Harmonies of #029FAA
Complementary color
Monochromatic Colors of #029FAA
Black with #029FAA
Text Example
Text Example
White with #029FAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #029FAA; }
p { color: rgb(2,159,170); }
H1.HeaderClassName
{
color: #029FAA;
}
.AnyTagClassName
{
color: #029FAA;
}
</style>
background-color css
<style>
a { background-color: #029FAA; }
a { background-color: rgb(2,159,170); }
div.DivClassName
{
background-color: #029FAA;
}
.BgClassName
{
background-color: #029FAA;
}
</style>
border-color css
<style>
span { border-color: #029FAA; }
span { border-color: rgb(2,159,170); }
td.TdClassName
{
border-color: #029FAA;
}
.TagClassName
{
border-color: #029FAA;
}
</style>