Shades of Bondi Blue #059EBA
Tints of Bondi Blue #059EBA
RGB
CMYK
RGB Variations
Color information
#059EBA (or 0x059EBA) is known color: Bondi Blue. HEX triplet: 05, 9E and BA. RGB value is (5,158,186). Sum of RGB (Red+Green+Blue) = 5+158+186=349 (46% of max value = 765). Red value is 5 (2.34% from 255 or 1.43% from 349); Green value is 158 (62.11% from 255 or 45.27% from 349); Blue value is 186 (73.05% from 255 or 53.30% from 349); Max value from RGB is 186 - color contains mainly: blue. Hex color #059EBA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #059EBA is #FA6145. Grayscale: #737373. Windows color (decimal): -16408902 or 12230149. OLE color: 12230149.
HSL color Cylindrical-coordinate representation of color #059EBA: hue angle of 189.28º degrees, saturation: 0.95, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #059EBA is Cyan = 0.97, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 5 | 158 | 186 | - |
| CMYK | 0.97 | 0.15 | 0 | 0.27 |
| HSL | 189.28º | 0.95% | 0.37% | - |
| HSV(B) | 189.28º | 0.97% | 0.73% | - |
| XYZ | 21.15 | 28.03 | 50.75 | - |
| YUV | 115.45 | 167.81 | 49.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 158 | 186 | 0.97 | 0.15 | 0 | 0.27 | 189.28 | 0.95 | 0.37 |
| Hex | 5 | 9E | BA | 61 | F | 0 | 1B | BD | 5F | 25 |
| Octal | 5 | 236 | 272 | 141 | 17 | 0 | 33 | 275 | 137 | 45 |
| Binary | 101 | 10011110 | 10111010 | 1100001 | 1111 | 0 | 11011 | 10111101 | 1011111 | 100101 |
Color Harmonies of #059EBA
Complementary color
Monochromatic Colors of #059EBA
Black with #059EBA
Text Example
Text Example
White with #059EBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #059EBA; }
p { color: rgb(5,158,186); }
H1.HeaderClassName
{
color: #059EBA;
}
.AnyTagClassName
{
color: #059EBA;
}
</style>
background-color css
<style>
a { background-color: #059EBA; }
a { background-color: rgb(5,158,186); }
div.DivClassName
{
background-color: #059EBA;
}
.BgClassName
{
background-color: #059EBA;
}
</style>
border-color css
<style>
span { border-color: #059EBA; }
span { border-color: rgb(5,158,186); }
td.TdClassName
{
border-color: #059EBA;
}
.TagClassName
{
border-color: #059EBA;
}
</style>