Shades of Bondi Blue #059AB2
Tints of Bondi Blue #059AB2
RGB
CMYK
RGB Variations
Color information
#059AB2 (or 0x059AB2) is known color: Bondi Blue. HEX triplet: 05, 9A and B2. RGB value is (5,154,178). Sum of RGB (Red+Green+Blue) = 5+154+178=337 (44% of max value = 765). Red value is 5 (2.34% from 255 or 1.48% from 337); Green value is 154 (60.55% from 255 or 45.70% from 337); Blue value is 178 (69.92% from 255 or 52.82% from 337); Max value from RGB is 178 - color contains mainly: blue. Hex color #059AB2 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #059AB2 is #FA654D. Grayscale: #6F6F6F. Windows color (decimal): -16409934 or 11704837. OLE color: 11704837.
HSL color Cylindrical-coordinate representation of color #059AB2: hue angle of 188.32º degrees, saturation: 0.95, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #059AB2 is Cyan = 0.97, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 5 | 154 | 178 | - |
| CMYK | 0.97 | 0.13 | 0 | 0.30 |
| HSL | 188.32º | 0.95% | 0.36% | - |
| HSV(B) | 188.32º | 0.97% | 0.7% | - |
| XYZ | 19.65 | 26.36 | 46.17 | - |
| YUV | 112.19 | 165.14 | 51.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 154 | 178 | 0.97 | 0.13 | 0 | 0.30 | 188.32 | 0.95 | 0.36 |
| Hex | 5 | 9A | B2 | 61 | D | 0 | 1E | BC | 5F | 24 |
| Octal | 5 | 232 | 262 | 141 | 15 | 0 | 36 | 274 | 137 | 44 |
| Binary | 101 | 10011010 | 10110010 | 1100001 | 1101 | 0 | 11110 | 10111100 | 1011111 | 100100 |
Color Harmonies of #059AB2
Complementary color
Monochromatic Colors of #059AB2
Black with #059AB2
Text Example
Text Example
White with #059AB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #059AB2; }
p { color: rgb(5,154,178); }
H1.HeaderClassName
{
color: #059AB2;
}
.AnyTagClassName
{
color: #059AB2;
}
</style>
background-color css
<style>
a { background-color: #059AB2; }
a { background-color: rgb(5,154,178); }
div.DivClassName
{
background-color: #059AB2;
}
.BgClassName
{
background-color: #059AB2;
}
</style>
border-color css
<style>
span { border-color: #059AB2; }
span { border-color: rgb(5,154,178); }
td.TdClassName
{
border-color: #059AB2;
}
.TagClassName
{
border-color: #059AB2;
}
</style>