Shades of Bondi Blue #029DB7
Tints of Bondi Blue #029DB7
RGB
CMYK
RGB Variations
Color information
#029DB7 (or 0x029DB7) is known color: Bondi Blue. HEX triplet: 02, 9D and B7. RGB value is (2,157,183). Sum of RGB (Red+Green+Blue) = 2+157+183=342 (45% of max value = 765). Red value is 2 (1.17% from 255 or 0.58% from 342); Green value is 157 (61.72% from 255 or 45.91% from 342); Blue value is 183 (71.88% from 255 or 53.51% from 342); Max value from RGB is 183 - color contains mainly: blue. Hex color #029DB7 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #029DB7 is #FD6248. Grayscale: #717171. Windows color (decimal): -16605769 or 12033282. OLE color: 12033282.
HSL color Cylindrical-coordinate representation of color #029DB7: hue angle of 188.62º degrees, saturation: 0.98, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #029DB7 is Cyan = 0.99, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 2 | 157 | 183 | - |
| CMYK | 0.99 | 0.14 | 0 | 0.28 |
| HSL | 188.62º | 0.98% | 0.36% | - |
| HSV(B) | 188.62º | 0.99% | 0.72% | - |
| XYZ | 20.63 | 27.55 | 49.03 | - |
| YUV | 113.62 | 167.15 | 48.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 157 | 183 | 0.99 | 0.14 | 0 | 0.28 | 188.62 | 0.98 | 0.36 |
| Hex | 2 | 9D | B7 | 63 | E | 0 | 1C | BD | 62 | 24 |
| Octal | 2 | 235 | 267 | 143 | 16 | 0 | 34 | 275 | 142 | 44 |
| Binary | 10 | 10011101 | 10110111 | 1100011 | 1110 | 0 | 11100 | 10111101 | 1100010 | 100100 |
Color Harmonies of #029DB7
Complementary color
Monochromatic Colors of #029DB7
Black with #029DB7
Text Example
Text Example
White with #029DB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #029DB7; }
p { color: rgb(2,157,183); }
H1.HeaderClassName
{
color: #029DB7;
}
.AnyTagClassName
{
color: #029DB7;
}
</style>
background-color css
<style>
a { background-color: #029DB7; }
a { background-color: rgb(2,157,183); }
div.DivClassName
{
background-color: #029DB7;
}
.BgClassName
{
background-color: #029DB7;
}
</style>
border-color css
<style>
span { border-color: #029DB7; }
span { border-color: rgb(2,157,183); }
td.TdClassName
{
border-color: #029DB7;
}
.TagClassName
{
border-color: #029DB7;
}
</style>