Shades of Fountain Blue #59B0BA
Tints of Fountain Blue #59B0BA
RGB
CMYK
RGB Variations
Color information
#59B0BA (or 0x59B0BA) is known color: Fountain Blue. HEX triplet: 59, B0 and BA. RGB value is (89,176,186). Sum of RGB (Red+Green+Blue) = 89+176+186=451 (59% of max value = 765). Red value is 89 (35.16% from 255 or 19.73% from 451); Green value is 176 (69.14% from 255 or 39.02% from 451); Blue value is 186 (73.05% from 255 or 41.24% from 451); Max value from RGB is 186 - color contains mainly: blue. Hex color #59B0BA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #59B0BA is #A64F45. Grayscale: #979797. Windows color (decimal): -10899270 or 12234841. OLE color: 12234841.
HSL color Cylindrical-coordinate representation of color #59B0BA: hue angle of 186.19º degrees, saturation: 0.41, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #59B0BA is Cyan = 0.52, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 89 | 176 | 186 | - |
| CMYK | 0.52 | 0.05 | 0 | 0.27 |
| HSL | 186.19º | 0.41% | 0.54% | - |
| HSV(B) | 186.19º | 0.52% | 0.73% | - |
| XYZ | 28.51 | 36.72 | 52.04 | - |
| YUV | 151.13 | 147.68 | 83.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 176 | 186 | 0.52 | 0.05 | 0 | 0.27 | 186.19 | 0.41 | 0.54 |
| Hex | 59 | B0 | BA | 34 | 5 | 0 | 1B | BA | 29 | 36 |
| Octal | 131 | 260 | 272 | 64 | 5 | 0 | 33 | 272 | 51 | 66 |
| Binary | 1011001 | 10110000 | 10111010 | 110100 | 101 | 0 | 11011 | 10111010 | 101001 | 110110 |
Color Harmonies of #59B0BA
Complementary color
Monochromatic Colors of #59B0BA
Black with #59B0BA
Text Example
Text Example
White with #59B0BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59B0BA; }
p { color: rgb(89,176,186); }
H1.HeaderClassName
{
color: #59B0BA;
}
.AnyTagClassName
{
color: #59B0BA;
}
</style>
background-color css
<style>
a { background-color: #59B0BA; }
a { background-color: rgb(89,176,186); }
div.DivClassName
{
background-color: #59B0BA;
}
.BgClassName
{
background-color: #59B0BA;
}
</style>
border-color css
<style>
span { border-color: #59B0BA; }
span { border-color: rgb(89,176,186); }
td.TdClassName
{
border-color: #59B0BA;
}
.TagClassName
{
border-color: #59B0BA;
}
</style>