Shades of Bondi Blue #059FA6
Tints of Bondi Blue #059FA6
RGB
CMYK
RGB Variations
Color information
#059FA6 (or 0x059FA6) is known color: Bondi Blue. HEX triplet: 05, 9F and A6. RGB value is (5,159,166). Sum of RGB (Red+Green+Blue) = 5+159+166=330 (43% of max value = 765). Red value is 5 (2.34% from 255 or 1.52% from 330); Green value is 159 (62.5% from 255 or 48.18% from 330); Blue value is 166 (65.23% from 255 or 50.30% from 330); Max value from RGB is 166 - color contains mainly: blue. Hex color #059FA6 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #059FA6 is #FA6059. Grayscale: #717171. Windows color (decimal): -16408666 or 10919685. OLE color: 10919685.
HSL color Cylindrical-coordinate representation of color #059FA6: hue angle of 182.61º degrees, saturation: 0.94, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #059FA6 is Cyan = 0.97, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 5 | 159 | 166 | - |
| CMYK | 0.97 | 0.04 | 0 | 0.35 |
| HSL | 182.61º | 0.94% | 0.34% | - |
| HSV(B) | 182.61º | 0.97% | 0.65% | - |
| XYZ | 19.34 | 27.58 | 40.38 | - |
| YUV | 113.75 | 157.48 | 50.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 159 | 166 | 0.97 | 0.04 | 0 | 0.35 | 182.61 | 0.94 | 0.34 |
| Hex | 5 | 9F | A6 | 61 | 4 | 0 | 23 | B7 | 5E | 22 |
| Octal | 5 | 237 | 246 | 141 | 4 | 0 | 43 | 267 | 136 | 42 |
| Binary | 101 | 10011111 | 10100110 | 1100001 | 100 | 0 | 100011 | 10110111 | 1011110 | 100010 |
Color Harmonies of #059FA6
Complementary color
Monochromatic Colors of #059FA6
Black with #059FA6
Text Example
Text Example
White with #059FA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #059FA6; }
p { color: rgb(5,159,166); }
H1.HeaderClassName
{
color: #059FA6;
}
.AnyTagClassName
{
color: #059FA6;
}
</style>
background-color css
<style>
a { background-color: #059FA6; }
a { background-color: rgb(5,159,166); }
div.DivClassName
{
background-color: #059FA6;
}
.BgClassName
{
background-color: #059FA6;
}
</style>
border-color css
<style>
span { border-color: #059FA6; }
span { border-color: rgb(5,159,166); }
td.TdClassName
{
border-color: #059FA6;
}
.TagClassName
{
border-color: #059FA6;
}
</style>