Shades of Bondi Blue #059DB6
Tints of Bondi Blue #059DB6
RGB
CMYK
RGB Variations
Color information
#059DB6 (or 0x059DB6) is known color: Bondi Blue. HEX triplet: 05, 9D and B6. RGB value is (5,157,182). Sum of RGB (Red+Green+Blue) = 5+157+182=344 (45% of max value = 765). Red value is 5 (2.34% from 255 or 1.45% from 344); Green value is 157 (61.72% from 255 or 45.64% from 344); Blue value is 182 (71.48% from 255 or 52.91% from 344); Max value from RGB is 182 - color contains mainly: blue. Hex color #059DB6 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #059DB6 is #FA6249. Grayscale: #727272. Windows color (decimal): -16409162 or 11967749. OLE color: 11967749.
HSL color Cylindrical-coordinate representation of color #059DB6: hue angle of 188.47º degrees, saturation: 0.95, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #059DB6 is Cyan = 0.97, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 5 | 157 | 182 | - |
| CMYK | 0.97 | 0.14 | 0 | 0.29 |
| HSL | 188.47º | 0.95% | 0.37% | - |
| HSV(B) | 188.47º | 0.97% | 0.71% | - |
| XYZ | 20.56 | 27.52 | 48.48 | - |
| YUV | 114.4 | 166.14 | 49.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 157 | 182 | 0.97 | 0.14 | 0 | 0.29 | 188.47 | 0.95 | 0.37 |
| Hex | 5 | 9D | B6 | 61 | E | 0 | 1D | BC | 5F | 25 |
| Octal | 5 | 235 | 266 | 141 | 16 | 0 | 35 | 274 | 137 | 45 |
| Binary | 101 | 10011101 | 10110110 | 1100001 | 1110 | 0 | 11101 | 10111100 | 1011111 | 100101 |
Color Harmonies of #059DB6
Complementary color
Monochromatic Colors of #059DB6
Black with #059DB6
Text Example
Text Example
White with #059DB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #059DB6; }
p { color: rgb(5,157,182); }
H1.HeaderClassName
{
color: #059DB6;
}
.AnyTagClassName
{
color: #059DB6;
}
</style>
background-color css
<style>
a { background-color: #059DB6; }
a { background-color: rgb(5,157,182); }
div.DivClassName
{
background-color: #059DB6;
}
.BgClassName
{
background-color: #059DB6;
}
</style>
border-color css
<style>
span { border-color: #059DB6; }
span { border-color: rgb(5,157,182); }
td.TdClassName
{
border-color: #059DB6;
}
.TagClassName
{
border-color: #059DB6;
}
</style>