Shades of Bondi Blue #029AB5
Tints of Bondi Blue #029AB5
RGB
CMYK
RGB Variations
Color information
#029AB5 (or 0x029AB5) is known color: Bondi Blue. HEX triplet: 02, 9A and B5. RGB value is (2,154,181). Sum of RGB (Red+Green+Blue) = 2+154+181=337 (44% of max value = 765). Red value is 2 (1.17% from 255 or 0.59% from 337); Green value is 154 (60.55% from 255 or 45.70% from 337); Blue value is 181 (71.09% from 255 or 53.71% from 337); Max value from RGB is 181 - color contains mainly: blue. Hex color #029AB5 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #029AB5 is #FD654A. Grayscale: #6F6F6F. Windows color (decimal): -16606539 or 11901442. OLE color: 11901442.
HSL color Cylindrical-coordinate representation of color #029AB5: hue angle of 189.05º degrees, saturation: 0.98, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #029AB5 is Cyan = 0.99, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 2 | 154 | 181 | - |
| CMYK | 0.99 | 0.15 | 0 | 0.29 |
| HSL | 189.05º | 0.98% | 0.36% | - |
| HSV(B) | 189.05º | 0.99% | 0.71% | - |
| XYZ | 19.92 | 26.46 | 47.77 | - |
| YUV | 111.63 | 167.14 | 49.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 154 | 181 | 0.99 | 0.15 | 0 | 0.29 | 189.05 | 0.98 | 0.36 |
| Hex | 2 | 9A | B5 | 63 | F | 0 | 1D | BD | 62 | 24 |
| Octal | 2 | 232 | 265 | 143 | 17 | 0 | 35 | 275 | 142 | 44 |
| Binary | 10 | 10011010 | 10110101 | 1100011 | 1111 | 0 | 11101 | 10111101 | 1100010 | 100100 |
Color Harmonies of #029AB5
Complementary color
Monochromatic Colors of #029AB5
Black with #029AB5
Text Example
Text Example
White with #029AB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #029AB5; }
p { color: rgb(2,154,181); }
H1.HeaderClassName
{
color: #029AB5;
}
.AnyTagClassName
{
color: #029AB5;
}
</style>
background-color css
<style>
a { background-color: #029AB5; }
a { background-color: rgb(2,154,181); }
div.DivClassName
{
background-color: #029AB5;
}
.BgClassName
{
background-color: #029AB5;
}
</style>
border-color css
<style>
span { border-color: #029AB5; }
span { border-color: rgb(2,154,181); }
td.TdClassName
{
border-color: #029AB5;
}
.TagClassName
{
border-color: #029AB5;
}
</style>