Shades of Bondi Blue #059BAA
Tints of Bondi Blue #059BAA
RGB
CMYK
RGB Variations
Color information
#059BAA (or 0x059BAA) is known color: Bondi Blue. HEX triplet: 05, 9B and AA. RGB value is (5,155,170). Sum of RGB (Red+Green+Blue) = 5+155+170=330 (43% of max value = 765). Red value is 5 (2.34% from 255 or 1.52% from 330); Green value is 155 (60.94% from 255 or 46.97% from 330); Blue value is 170 (66.80% from 255 or 51.52% from 330); Max value from RGB is 170 - color contains mainly: blue. Hex color #059BAA is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #059BAA is #FA6455. Grayscale: #6F6F6F. Windows color (decimal): -16409686 or 11180805. OLE color: 11180805.
HSL color Cylindrical-coordinate representation of color #059BAA: hue angle of 185.45º degrees, saturation: 0.94, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #059BAA is Cyan = 0.97, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 5 | 155 | 170 | - |
| CMYK | 0.97 | 0.09 | 0 | 0.33 |
| HSL | 185.45º | 0.94% | 0.34% | - |
| HSV(B) | 185.45º | 0.97% | 0.67% | - |
| XYZ | 19.04 | 26.38 | 42.12 | - |
| YUV | 111.86 | 160.81 | 51.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 155 | 170 | 0.97 | 0.09 | 0 | 0.33 | 185.45 | 0.94 | 0.34 |
| Hex | 5 | 9B | AA | 61 | 9 | 0 | 21 | B9 | 5E | 22 |
| Octal | 5 | 233 | 252 | 141 | 11 | 0 | 41 | 271 | 136 | 42 |
| Binary | 101 | 10011011 | 10101010 | 1100001 | 1001 | 0 | 100001 | 10111001 | 1011110 | 100010 |
Color Harmonies of #059BAA
Complementary color
Monochromatic Colors of #059BAA
Black with #059BAA
Text Example
Text Example
White with #059BAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #059BAA; }
p { color: rgb(5,155,170); }
H1.HeaderClassName
{
color: #059BAA;
}
.AnyTagClassName
{
color: #059BAA;
}
</style>
background-color css
<style>
a { background-color: #059BAA; }
a { background-color: rgb(5,155,170); }
div.DivClassName
{
background-color: #059BAA;
}
.BgClassName
{
background-color: #059BAA;
}
</style>
border-color css
<style>
span { border-color: #059BAA; }
span { border-color: rgb(5,155,170); }
td.TdClassName
{
border-color: #059BAA;
}
.TagClassName
{
border-color: #059BAA;
}
</style>