Shades of Bondi Blue #059BBB
Tints of Bondi Blue #059BBB
RGB
CMYK
RGB Variations
Color information
#059BBB (or 0x059BBB) is known color: Bondi Blue. HEX triplet: 05, 9B and BB. RGB value is (5,155,187). Sum of RGB (Red+Green+Blue) = 5+155+187=347 (45% of max value = 765). Red value is 5 (2.34% from 255 or 1.44% from 347); Green value is 155 (60.94% from 255 or 44.67% from 347); Blue value is 187 (73.44% from 255 or 53.89% from 347); Max value from RGB is 187 - color contains mainly: blue. Hex color #059BBB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #059BBB is #FA6444. Grayscale: #717171. Windows color (decimal): -16409669 or 12294917. OLE color: 12294917.
HSL color Cylindrical-coordinate representation of color #059BBB: hue angle of 190.55º degrees, saturation: 0.95, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #059BBB is Cyan = 0.97, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 5 | 155 | 187 | - |
| CMYK | 0.97 | 0.17 | 0 | 0.27 |
| HSL | 190.55º | 0.95% | 0.38% | - |
| HSV(B) | 190.55º | 0.97% | 0.73% | - |
| XYZ | 20.75 | 27.06 | 51.14 | - |
| YUV | 113.8 | 169.31 | 50.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 155 | 187 | 0.97 | 0.17 | 0 | 0.27 | 190.55 | 0.95 | 0.38 |
| Hex | 5 | 9B | BB | 61 | 11 | 0 | 1B | BF | 5F | 26 |
| Octal | 5 | 233 | 273 | 141 | 21 | 0 | 33 | 277 | 137 | 46 |
| Binary | 101 | 10011011 | 10111011 | 1100001 | 10001 | 0 | 11011 | 10111111 | 1011111 | 100110 |
Color Harmonies of #059BBB
Complementary color
Monochromatic Colors of #059BBB
Black with #059BBB
Text Example
Text Example
White with #059BBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #059BBB; }
p { color: rgb(5,155,187); }
H1.HeaderClassName
{
color: #059BBB;
}
.AnyTagClassName
{
color: #059BBB;
}
</style>
background-color css
<style>
a { background-color: #059BBB; }
a { background-color: rgb(5,155,187); }
div.DivClassName
{
background-color: #059BBB;
}
.BgClassName
{
background-color: #059BBB;
}
</style>
border-color css
<style>
span { border-color: #059BBB; }
span { border-color: rgb(5,155,187); }
td.TdClassName
{
border-color: #059BBB;
}
.TagClassName
{
border-color: #059BBB;
}
</style>