Shades of Bondi Blue #059EAA
Tints of Bondi Blue #059EAA
RGB
CMYK
RGB Variations
Color information
#059EAA (or 0x059EAA) is known color: Bondi Blue. HEX triplet: 05, 9E and AA. RGB value is (5,158,170). Sum of RGB (Red+Green+Blue) = 5+158+170=333 (44% of max value = 765). Red value is 5 (2.34% from 255 or 1.50% from 333); Green value is 158 (62.11% from 255 or 47.45% from 333); Blue value is 170 (66.80% from 255 or 51.05% from 333); Max value from RGB is 170 - color contains mainly: blue. Hex color #059EAA is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #059EAA is #FA6155. Grayscale: #717171. Windows color (decimal): -16408918 or 11181573. OLE color: 11181573.
HSL color Cylindrical-coordinate representation of color #059EAA: hue angle of 184.36º 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 #059EAA is Cyan = 0.97, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 5 | 158 | 170 | - |
| CMYK | 0.97 | 0.07 | 0 | 0.33 |
| HSL | 184.36º | 0.94% | 0.34% | - |
| HSV(B) | 184.36º | 0.97% | 0.67% | - |
| XYZ | 19.55 | 27.39 | 42.29 | - |
| YUV | 113.62 | 159.81 | 50.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 158 | 170 | 0.97 | 0.07 | 0 | 0.33 | 184.36 | 0.94 | 0.34 |
| Hex | 5 | 9E | AA | 61 | 7 | 0 | 21 | B8 | 5E | 22 |
| Octal | 5 | 236 | 252 | 141 | 7 | 0 | 41 | 270 | 136 | 42 |
| Binary | 101 | 10011110 | 10101010 | 1100001 | 111 | 0 | 100001 | 10111000 | 1011110 | 100010 |
Color Harmonies of #059EAA
Complementary color
Monochromatic Colors of #059EAA
Black with #059EAA
Text Example
Text Example
White with #059EAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #059EAA; }
p { color: rgb(5,158,170); }
H1.HeaderClassName
{
color: #059EAA;
}
.AnyTagClassName
{
color: #059EAA;
}
</style>
background-color css
<style>
a { background-color: #059EAA; }
a { background-color: rgb(5,158,170); }
div.DivClassName
{
background-color: #059EAA;
}
.BgClassName
{
background-color: #059EAA;
}
</style>
border-color css
<style>
span { border-color: #059EAA; }
span { border-color: rgb(5,158,170); }
td.TdClassName
{
border-color: #059EAA;
}
.TagClassName
{
border-color: #059EAA;
}
</style>