Shades of Bondi Blue #0599BC
Tints of Bondi Blue #0599BC
RGB
CMYK
RGB Variations
Color information
#0599BC (or 0x0599BC) is known color: Bondi Blue. HEX triplet: 05, 99 and BC. RGB value is (5,153,188). Sum of RGB (Red+Green+Blue) = 5+153+188=346 (45% of max value = 765). Red value is 5 (2.34% from 255 or 1.45% from 346); Green value is 153 (60.16% from 255 or 44.22% from 346); Blue value is 188 (73.83% from 255 or 54.34% from 346); Max value from RGB is 188 - color contains mainly: blue. Hex color #0599BC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0599BC is #FA6643. Grayscale: #707070. Windows color (decimal): -16410180 or 12359941. OLE color: 12359941.
HSL color Cylindrical-coordinate representation of color #0599BC: hue angle of 191.48º degrees, saturation: 0.95, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0599BC is Cyan = 0.97, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 5 | 153 | 188 | - |
| CMYK | 0.97 | 0.19 | 0 | 0.26 |
| HSL | 191.48º | 0.95% | 0.38% | - |
| HSV(B) | 191.48º | 0.97% | 0.74% | - |
| XYZ | 20.53 | 26.45 | 51.6 | - |
| YUV | 112.74 | 170.47 | 51.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 153 | 188 | 0.97 | 0.19 | 0 | 0.26 | 191.48 | 0.95 | 0.38 |
| Hex | 5 | 99 | BC | 61 | 13 | 0 | 1A | BF | 5F | 26 |
| Octal | 5 | 231 | 274 | 141 | 23 | 0 | 32 | 277 | 137 | 46 |
| Binary | 101 | 10011001 | 10111100 | 1100001 | 10011 | 0 | 11010 | 10111111 | 1011111 | 100110 |
Color Harmonies of #0599BC
Complementary color
Monochromatic Colors of #0599BC
Black with #0599BC
Text Example
Text Example
White with #0599BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0599BC; }
p { color: rgb(5,153,188); }
H1.HeaderClassName
{
color: #0599BC;
}
.AnyTagClassName
{
color: #0599BC;
}
</style>
background-color css
<style>
a { background-color: #0599BC; }
a { background-color: rgb(5,153,188); }
div.DivClassName
{
background-color: #0599BC;
}
.BgClassName
{
background-color: #0599BC;
}
</style>
border-color css
<style>
span { border-color: #0599BC; }
span { border-color: rgb(5,153,188); }
td.TdClassName
{
border-color: #0599BC;
}
.TagClassName
{
border-color: #0599BC;
}
</style>