Shades of Bondi Blue #029FB0
Tints of Bondi Blue #029FB0
RGB
CMYK
RGB Variations
Color information
#029FB0 (or 0x029FB0) is known color: Bondi Blue. HEX triplet: 02, 9F and B0. RGB value is (2,159,176). Sum of RGB (Red+Green+Blue) = 2+159+176=337 (44% of max value = 765). Red value is 2 (1.17% from 255 or 0.59% from 337); Green value is 159 (62.5% from 255 or 47.18% from 337); Blue value is 176 (69.14% from 255 or 52.23% from 337); Max value from RGB is 176 - color contains mainly: blue. Hex color #029FB0 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #029FB0 is #FD604F. Grayscale: #717171. Windows color (decimal): -16605264 or 11575042. OLE color: 11575042.
HSL color Cylindrical-coordinate representation of color #029FB0: hue angle of 185.86º 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 #029FB0 is Cyan = 0.99, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 2 | 159 | 176 | - |
| CMYK | 0.99 | 0.10 | 0 | 0.31 |
| HSL | 185.86º | 0.98% | 0.35% | - |
| HSV(B) | 185.86º | 0.99% | 0.69% | - |
| XYZ | 20.26 | 27.94 | 45.4 | - |
| YUV | 114 | 162.99 | 48.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 159 | 176 | 0.99 | 0.10 | 0 | 0.31 | 185.86 | 0.98 | 0.35 |
| Hex | 2 | 9F | B0 | 63 | A | 0 | 1F | BA | 62 | 23 |
| Octal | 2 | 237 | 260 | 143 | 12 | 0 | 37 | 272 | 142 | 43 |
| Binary | 10 | 10011111 | 10110000 | 1100011 | 1010 | 0 | 11111 | 10111010 | 1100010 | 100011 |
Color Harmonies of #029FB0
Complementary color
Monochromatic Colors of #029FB0
Black with #029FB0
Text Example
Text Example
White with #029FB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #029FB0; }
p { color: rgb(2,159,176); }
H1.HeaderClassName
{
color: #029FB0;
}
.AnyTagClassName
{
color: #029FB0;
}
</style>
background-color css
<style>
a { background-color: #029FB0; }
a { background-color: rgb(2,159,176); }
div.DivClassName
{
background-color: #029FB0;
}
.BgClassName
{
background-color: #029FB0;
}
</style>
border-color css
<style>
span { border-color: #029FB0; }
span { border-color: rgb(2,159,176); }
td.TdClassName
{
border-color: #029FB0;
}
.TagClassName
{
border-color: #029FB0;
}
</style>