Shades of Bondi Blue #0599AC
Tints of Bondi Blue #0599AC
RGB
CMYK
RGB Variations
Color information
#0599AC (or 0x0599AC) is known color: Bondi Blue. HEX triplet: 05, 99 and AC. RGB value is (5,153,172). Sum of RGB (Red+Green+Blue) = 5+153+172=330 (43% of max value = 765). Red value is 5 (2.34% from 255 or 1.52% from 330); Green value is 153 (60.16% from 255 or 46.36% from 330); Blue value is 172 (67.58% from 255 or 52.12% from 330); Max value from RGB is 172 - color contains mainly: blue. Hex color #0599AC is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0599AC is #FA6653. Grayscale: #6E6E6E. Windows color (decimal): -16410196 or 11311365. OLE color: 11311365.
HSL color Cylindrical-coordinate representation of color #0599AC: hue angle of 186.83º 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 #0599AC is Cyan = 0.97, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 5 | 153 | 172 | - |
| CMYK | 0.97 | 0.11 | 0 | 0.33 |
| HSL | 186.83º | 0.94% | 0.35% | - |
| HSV(B) | 186.83º | 0.97% | 0.67% | - |
| XYZ | 18.9 | 25.79 | 43.01 | - |
| YUV | 110.91 | 162.47 | 52.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 153 | 172 | 0.97 | 0.11 | 0 | 0.33 | 186.83 | 0.94 | 0.35 |
| Hex | 5 | 99 | AC | 61 | B | 0 | 21 | BB | 5E | 23 |
| Octal | 5 | 231 | 254 | 141 | 13 | 0 | 41 | 273 | 136 | 43 |
| Binary | 101 | 10011001 | 10101100 | 1100001 | 1011 | 0 | 100001 | 10111011 | 1011110 | 100011 |
Color Harmonies of #0599AC
Complementary color
Monochromatic Colors of #0599AC
Black with #0599AC
Text Example
Text Example
White with #0599AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0599AC; }
p { color: rgb(5,153,172); }
H1.HeaderClassName
{
color: #0599AC;
}
.AnyTagClassName
{
color: #0599AC;
}
</style>
background-color css
<style>
a { background-color: #0599AC; }
a { background-color: rgb(5,153,172); }
div.DivClassName
{
background-color: #0599AC;
}
.BgClassName
{
background-color: #0599AC;
}
</style>
border-color css
<style>
span { border-color: #0599AC; }
span { border-color: rgb(5,153,172); }
td.TdClassName
{
border-color: #0599AC;
}
.TagClassName
{
border-color: #0599AC;
}
</style>