Shades of Bondi Blue #059DB4
Tints of Bondi Blue #059DB4
RGB
CMYK
RGB Variations
Color information
#059DB4 (or 0x059DB4) is known color: Bondi Blue. HEX triplet: 05, 9D and B4. RGB value is (5,157,180). Sum of RGB (Red+Green+Blue) = 5+157+180=342 (45% of max value = 765). Red value is 5 (2.34% from 255 or 1.46% from 342); Green value is 157 (61.72% from 255 or 45.91% from 342); Blue value is 180 (70.70% from 255 or 52.63% from 342); Max value from RGB is 180 - color contains mainly: blue. Hex color #059DB4 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #059DB4 is #FA624B. Grayscale: #717171. Windows color (decimal): -16409164 or 11836677. OLE color: 11836677.
HSL color Cylindrical-coordinate representation of color #059DB4: hue angle of 187.89º 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 #059DB4 is Cyan = 0.97, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 5 | 157 | 180 | - |
| CMYK | 0.97 | 0.13 | 0 | 0.29 |
| HSL | 187.89º | 0.95% | 0.36% | - |
| HSV(B) | 187.89º | 0.97% | 0.71% | - |
| XYZ | 20.36 | 27.44 | 47.4 | - |
| YUV | 114.17 | 165.14 | 50.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 157 | 180 | 0.97 | 0.13 | 0 | 0.29 | 187.89 | 0.95 | 0.36 |
| Hex | 5 | 9D | B4 | 61 | D | 0 | 1D | BC | 5F | 24 |
| Octal | 5 | 235 | 264 | 141 | 15 | 0 | 35 | 274 | 137 | 44 |
| Binary | 101 | 10011101 | 10110100 | 1100001 | 1101 | 0 | 11101 | 10111100 | 1011111 | 100100 |
Color Harmonies of #059DB4
Complementary color
Monochromatic Colors of #059DB4
Black with #059DB4
Text Example
Text Example
White with #059DB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #059DB4; }
p { color: rgb(5,157,180); }
H1.HeaderClassName
{
color: #059DB4;
}
.AnyTagClassName
{
color: #059DB4;
}
</style>
background-color css
<style>
a { background-color: #059DB4; }
a { background-color: rgb(5,157,180); }
div.DivClassName
{
background-color: #059DB4;
}
.BgClassName
{
background-color: #059DB4;
}
</style>
border-color css
<style>
span { border-color: #059DB4; }
span { border-color: rgb(5,157,180); }
td.TdClassName
{
border-color: #059DB4;
}
.TagClassName
{
border-color: #059DB4;
}
</style>