Shades of Bondi Blue #0599BB
Tints of Bondi Blue #0599BB
RGB
CMYK
RGB Variations
Color information
#0599BB (or 0x0599BB) is known color: Bondi Blue. HEX triplet: 05, 99 and BB. RGB value is (5,153,187). Sum of RGB (Red+Green+Blue) = 5+153+187=345 (45% of max value = 765). Red value is 5 (2.34% from 255 or 1.45% from 345); Green value is 153 (60.16% from 255 or 44.35% from 345); Blue value is 187 (73.44% from 255 or 54.20% from 345); Max value from RGB is 187 - color contains mainly: blue. Hex color #0599BB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0599BB is #FA6644. Grayscale: #707070. Windows color (decimal): -16410181 or 12294405. OLE color: 12294405.
HSL color Cylindrical-coordinate representation of color #0599BB: hue angle of 191.21º degrees, saturation: 0.95, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0599BB is Cyan = 0.97, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 5 | 153 | 187 | - |
| CMYK | 0.97 | 0.18 | 0 | 0.27 |
| HSL | 191.21º | 0.95% | 0.38% | - |
| HSV(B) | 191.21º | 0.97% | 0.73% | - |
| XYZ | 20.42 | 26.4 | 51.03 | - |
| YUV | 112.62 | 169.97 | 51.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 153 | 187 | 0.97 | 0.18 | 0 | 0.27 | 191.21 | 0.95 | 0.38 |
| Hex | 5 | 99 | BB | 61 | 12 | 0 | 1B | BF | 5F | 26 |
| Octal | 5 | 231 | 273 | 141 | 22 | 0 | 33 | 277 | 137 | 46 |
| Binary | 101 | 10011001 | 10111011 | 1100001 | 10010 | 0 | 11011 | 10111111 | 1011111 | 100110 |
Color Harmonies of #0599BB
Complementary color
Monochromatic Colors of #0599BB
Black with #0599BB
Text Example
Text Example
White with #0599BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0599BB; }
p { color: rgb(5,153,187); }
H1.HeaderClassName
{
color: #0599BB;
}
.AnyTagClassName
{
color: #0599BB;
}
</style>
background-color css
<style>
a { background-color: #0599BB; }
a { background-color: rgb(5,153,187); }
div.DivClassName
{
background-color: #0599BB;
}
.BgClassName
{
background-color: #0599BB;
}
</style>
border-color css
<style>
span { border-color: #0599BB; }
span { border-color: rgb(5,153,187); }
td.TdClassName
{
border-color: #0599BB;
}
.TagClassName
{
border-color: #0599BB;
}
</style>