Shades of Bondi Blue #029EAF
Tints of Bondi Blue #029EAF
RGB
CMYK
RGB Variations
Color information
#029EAF (or 0x029EAF) is known color: Bondi Blue. HEX triplet: 02, 9E and AF. RGB value is (2,158,175). Sum of RGB (Red+Green+Blue) = 2+158+175=335 (44% of max value = 765). Red value is 2 (1.17% from 255 or 0.60% from 335); Green value is 158 (62.11% from 255 or 47.16% from 335); Blue value is 175 (68.75% from 255 or 52.24% from 335); Max value from RGB is 175 - color contains mainly: blue. Hex color #029EAF is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #029EAF is #FD6150. Grayscale: #717171. Windows color (decimal): -16605521 or 11509250. OLE color: 11509250.
HSL color Cylindrical-coordinate representation of color #029EAF: hue angle of 185.9º degrees, saturation: 0.98, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #029EAF is Cyan = 0.99, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 2 | 158 | 175 | - |
| CMYK | 0.99 | 0.10 | 0 | 0.31 |
| HSL | 185.9º | 0.98% | 0.35% | - |
| HSV(B) | 185.9º | 0.99% | 0.69% | - |
| XYZ | 19.99 | 27.56 | 44.82 | - |
| YUV | 113.29 | 162.82 | 48.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 158 | 175 | 0.99 | 0.10 | 0 | 0.31 | 185.9 | 0.98 | 0.35 |
| Hex | 2 | 9E | AF | 63 | A | 0 | 1F | BA | 62 | 23 |
| Octal | 2 | 236 | 257 | 143 | 12 | 0 | 37 | 272 | 142 | 43 |
| Binary | 10 | 10011110 | 10101111 | 1100011 | 1010 | 0 | 11111 | 10111010 | 1100010 | 100011 |
Color Harmonies of #029EAF
Complementary color
Monochromatic Colors of #029EAF
Black with #029EAF
Text Example
Text Example
White with #029EAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #029EAF; }
p { color: rgb(2,158,175); }
H1.HeaderClassName
{
color: #029EAF;
}
.AnyTagClassName
{
color: #029EAF;
}
</style>
background-color css
<style>
a { background-color: #029EAF; }
a { background-color: rgb(2,158,175); }
div.DivClassName
{
background-color: #029EAF;
}
.BgClassName
{
background-color: #029EAF;
}
</style>
border-color css
<style>
span { border-color: #029EAF; }
span { border-color: rgb(2,158,175); }
td.TdClassName
{
border-color: #029EAF;
}
.TagClassName
{
border-color: #029EAF;
}
</style>