Shades of Bondi Blue #059DB5
Tints of Bondi Blue #059DB5
RGB
CMYK
RGB Variations
Color information
#059DB5 (or 0x059DB5) is known color: Bondi Blue. HEX triplet: 05, 9D and B5. RGB value is (5,157,181). Sum of RGB (Red+Green+Blue) = 5+157+181=343 (45% of max value = 765). Red value is 5 (2.34% from 255 or 1.46% from 343); Green value is 157 (61.72% from 255 or 45.77% from 343); Blue value is 181 (71.09% from 255 or 52.77% from 343); Max value from RGB is 181 - color contains mainly: blue. Hex color #059DB5 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #059DB5 is #FA624A. Grayscale: #727272. Windows color (decimal): -16409163 or 11902213. OLE color: 11902213.
HSL color Cylindrical-coordinate representation of color #059DB5: hue angle of 188.18º degrees, saturation: 0.95, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #059DB5 is Cyan = 0.97, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 5 | 157 | 181 | - |
| CMYK | 0.97 | 0.13 | 0 | 0.29 |
| HSL | 188.18º | 0.95% | 0.36% | - |
| HSV(B) | 188.18º | 0.97% | 0.71% | - |
| XYZ | 20.46 | 27.48 | 47.94 | - |
| YUV | 114.29 | 165.64 | 50.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 157 | 181 | 0.97 | 0.13 | 0 | 0.29 | 188.18 | 0.95 | 0.36 |
| Hex | 5 | 9D | B5 | 61 | D | 0 | 1D | BC | 5F | 24 |
| Octal | 5 | 235 | 265 | 141 | 15 | 0 | 35 | 274 | 137 | 44 |
| Binary | 101 | 10011101 | 10110101 | 1100001 | 1101 | 0 | 11101 | 10111100 | 1011111 | 100100 |
Color Harmonies of #059DB5
Complementary color
Monochromatic Colors of #059DB5
Black with #059DB5
Text Example
Text Example
White with #059DB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #059DB5; }
p { color: rgb(5,157,181); }
H1.HeaderClassName
{
color: #059DB5;
}
.AnyTagClassName
{
color: #059DB5;
}
</style>
background-color css
<style>
a { background-color: #059DB5; }
a { background-color: rgb(5,157,181); }
div.DivClassName
{
background-color: #059DB5;
}
.BgClassName
{
background-color: #059DB5;
}
</style>
border-color css
<style>
span { border-color: #059DB5; }
span { border-color: rgb(5,157,181); }
td.TdClassName
{
border-color: #059DB5;
}
.TagClassName
{
border-color: #059DB5;
}
</style>