Shades of Bondi Blue #0599AB
Tints of Bondi Blue #0599AB
RGB
CMYK
RGB Variations
Color information
#0599AB (or 0x0599AB) is known color: Bondi Blue. HEX triplet: 05, 99 and AB. RGB value is (5,153,171). Sum of RGB (Red+Green+Blue) = 5+153+171=329 (43% of max value = 765). Red value is 5 (2.34% from 255 or 1.52% from 329); Green value is 153 (60.16% from 255 or 46.50% from 329); Blue value is 171 (67.19% from 255 or 51.98% from 329); Max value from RGB is 171 - color contains mainly: blue. Hex color #0599AB is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0599AB is #FA6654. Grayscale: #6E6E6E. Windows color (decimal): -16410197 or 11245829. OLE color: 11245829.
HSL color Cylindrical-coordinate representation of color #0599AB: hue angle of 186.51º degrees, saturation: 0.94, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0599AB is Cyan = 0.97, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 5 | 153 | 171 | - |
| CMYK | 0.97 | 0.11 | 0 | 0.33 |
| HSL | 186.51º | 0.94% | 0.35% | - |
| HSV(B) | 186.51º | 0.97% | 0.67% | - |
| XYZ | 18.8 | 25.76 | 42.51 | - |
| YUV | 110.8 | 161.97 | 52.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 153 | 171 | 0.97 | 0.11 | 0 | 0.33 | 186.51 | 0.94 | 0.35 |
| Hex | 5 | 99 | AB | 61 | B | 0 | 21 | BB | 5E | 23 |
| Octal | 5 | 231 | 253 | 141 | 13 | 0 | 41 | 273 | 136 | 43 |
| Binary | 101 | 10011001 | 10101011 | 1100001 | 1011 | 0 | 100001 | 10111011 | 1011110 | 100011 |
Color Harmonies of #0599AB
Complementary color
Monochromatic Colors of #0599AB
Black with #0599AB
Text Example
Text Example
White with #0599AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0599AB; }
p { color: rgb(5,153,171); }
H1.HeaderClassName
{
color: #0599AB;
}
.AnyTagClassName
{
color: #0599AB;
}
</style>
background-color css
<style>
a { background-color: #0599AB; }
a { background-color: rgb(5,153,171); }
div.DivClassName
{
background-color: #0599AB;
}
.BgClassName
{
background-color: #0599AB;
}
</style>
border-color css
<style>
span { border-color: #0599AB; }
span { border-color: rgb(5,153,171); }
td.TdClassName
{
border-color: #0599AB;
}
.TagClassName
{
border-color: #0599AB;
}
</style>