Shades of Fountain Blue #59B1BA
Tints of Fountain Blue #59B1BA
RGB
CMYK
RGB Variations
Color information
#59B1BA (or 0x59B1BA) is known color: Fountain Blue. HEX triplet: 59, B1 and BA. RGB value is (89,177,186). Sum of RGB (Red+Green+Blue) = 89+177+186=452 (59% of max value = 765). Red value is 89 (35.16% from 255 or 19.69% from 452); Green value is 177 (69.53% from 255 or 39.16% from 452); Blue value is 186 (73.05% from 255 or 41.15% from 452); Max value from RGB is 186 - color contains mainly: blue. Hex color #59B1BA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #59B1BA is #A64E45. Grayscale: #979797. Windows color (decimal): -10899014 or 12235097. OLE color: 12235097.
HSL color Cylindrical-coordinate representation of color #59B1BA: hue angle of 185.57º 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 #59B1BA is Cyan = 0.52, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 89 | 177 | 186 | - |
| CMYK | 0.52 | 0.05 | 0 | 0.27 |
| HSL | 185.57º | 0.41% | 0.54% | - |
| HSV(B) | 185.57º | 0.52% | 0.73% | - |
| XYZ | 28.7 | 37.11 | 52.11 | - |
| YUV | 151.71 | 147.35 | 83.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 177 | 186 | 0.52 | 0.05 | 0 | 0.27 | 185.57 | 0.41 | 0.54 |
| Hex | 59 | B1 | BA | 34 | 5 | 0 | 1B | BA | 29 | 36 |
| Octal | 131 | 261 | 272 | 64 | 5 | 0 | 33 | 272 | 51 | 66 |
| Binary | 1011001 | 10110001 | 10111010 | 110100 | 101 | 0 | 11011 | 10111010 | 101001 | 110110 |
Color Harmonies of #59B1BA
Complementary color
Monochromatic Colors of #59B1BA
Black with #59B1BA
Text Example
Text Example
White with #59B1BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59B1BA; }
p { color: rgb(89,177,186); }
H1.HeaderClassName
{
color: #59B1BA;
}
.AnyTagClassName
{
color: #59B1BA;
}
</style>
background-color css
<style>
a { background-color: #59B1BA; }
a { background-color: rgb(89,177,186); }
div.DivClassName
{
background-color: #59B1BA;
}
.BgClassName
{
background-color: #59B1BA;
}
</style>
border-color css
<style>
span { border-color: #59B1BA; }
span { border-color: rgb(89,177,186); }
td.TdClassName
{
border-color: #59B1BA;
}
.TagClassName
{
border-color: #59B1BA;
}
</style>