Shades of Bondi Blue #059BAE
Tints of Bondi Blue #059BAE
RGB
CMYK
RGB Variations
Color information
#059BAE (or 0x059BAE) is known color: Bondi Blue. HEX triplet: 05, 9B and AE. RGB value is (5,155,174). Sum of RGB (Red+Green+Blue) = 5+155+174=334 (44% of max value = 765). Red value is 5 (2.34% from 255 or 1.50% from 334); Green value is 155 (60.94% from 255 or 46.41% from 334); Blue value is 174 (68.36% from 255 or 52.10% from 334); Max value from RGB is 174 - color contains mainly: blue. Hex color #059BAE is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #059BAE is #FA6451. Grayscale: #707070. Windows color (decimal): -16409682 or 11442949. OLE color: 11442949.
HSL color Cylindrical-coordinate representation of color #059BAE: hue angle of 186.75º degrees, saturation: 0.94, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #059BAE is Cyan = 0.97, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 5 | 155 | 174 | - |
| CMYK | 0.97 | 0.11 | 0 | 0.32 |
| HSL | 186.75º | 0.94% | 0.35% | - |
| HSV(B) | 186.75º | 0.97% | 0.68% | - |
| XYZ | 19.42 | 26.53 | 44.14 | - |
| YUV | 112.32 | 162.81 | 51.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 155 | 174 | 0.97 | 0.11 | 0 | 0.32 | 186.75 | 0.94 | 0.35 |
| Hex | 5 | 9B | AE | 61 | B | 0 | 20 | BB | 5E | 23 |
| Octal | 5 | 233 | 256 | 141 | 13 | 0 | 40 | 273 | 136 | 43 |
| Binary | 101 | 10011011 | 10101110 | 1100001 | 1011 | 0 | 100000 | 10111011 | 1011110 | 100011 |
Color Harmonies of #059BAE
Complementary color
Monochromatic Colors of #059BAE
Black with #059BAE
Text Example
Text Example
White with #059BAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #059BAE; }
p { color: rgb(5,155,174); }
H1.HeaderClassName
{
color: #059BAE;
}
.AnyTagClassName
{
color: #059BAE;
}
</style>
background-color css
<style>
a { background-color: #059BAE; }
a { background-color: rgb(5,155,174); }
div.DivClassName
{
background-color: #059BAE;
}
.BgClassName
{
background-color: #059BAE;
}
</style>
border-color css
<style>
span { border-color: #059BAE; }
span { border-color: rgb(5,155,174); }
td.TdClassName
{
border-color: #059BAE;
}
.TagClassName
{
border-color: #059BAE;
}
</style>