Shades of Bondi Blue #029EA5
Tints of Bondi Blue #029EA5
RGB
CMYK
RGB Variations
Color information
#029EA5 (or 0x029EA5) is known color: Bondi Blue. HEX triplet: 02, 9E and A5. RGB value is (2,158,165). Sum of RGB (Red+Green+Blue) = 2+158+165=325 (43% of max value = 765). Red value is 2 (1.17% from 255 or 0.62% from 325); Green value is 158 (62.11% from 255 or 48.62% from 325); Blue value is 165 (64.84% from 255 or 50.77% from 325); Max value from RGB is 165 - color contains mainly: blue. Hex color #029EA5 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #029EA5 is #FD615A. Grayscale: #6F6F6F. Windows color (decimal): -16605531 or 10853890. OLE color: 10853890.
HSL color Cylindrical-coordinate representation of color #029EA5: hue angle of 182.58º degrees, saturation: 0.98, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #029EA5 is Cyan = 0.99, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 2 | 158 | 165 | - |
| CMYK | 0.99 | 0.04 | 0 | 0.35 |
| HSL | 182.58º | 0.98% | 0.33% | - |
| HSV(B) | 182.58º | 0.99% | 0.65% | - |
| XYZ | 19.04 | 27.18 | 39.84 | - |
| YUV | 112.15 | 157.82 | 49.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 158 | 165 | 0.99 | 0.04 | 0 | 0.35 | 182.58 | 0.98 | 0.33 |
| Hex | 2 | 9E | A5 | 63 | 4 | 0 | 23 | B7 | 62 | 21 |
| Octal | 2 | 236 | 245 | 143 | 4 | 0 | 43 | 267 | 142 | 41 |
| Binary | 10 | 10011110 | 10100101 | 1100011 | 100 | 0 | 100011 | 10110111 | 1100010 | 100001 |
Color Harmonies of #029EA5
Complementary color
Monochromatic Colors of #029EA5
Black with #029EA5
Text Example
Text Example
White with #029EA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #029EA5; }
p { color: rgb(2,158,165); }
H1.HeaderClassName
{
color: #029EA5;
}
.AnyTagClassName
{
color: #029EA5;
}
</style>
background-color css
<style>
a { background-color: #029EA5; }
a { background-color: rgb(2,158,165); }
div.DivClassName
{
background-color: #029EA5;
}
.BgClassName
{
background-color: #029EA5;
}
</style>
border-color css
<style>
span { border-color: #029EA5; }
span { border-color: rgb(2,158,165); }
td.TdClassName
{
border-color: #029EA5;
}
.TagClassName
{
border-color: #029EA5;
}
</style>