Shades of Fountain Blue #59B1BC
Tints of Fountain Blue #59B1BC
RGB
CMYK
RGB Variations
Color information
#59B1BC (or 0x59B1BC) is known color: Fountain Blue. HEX triplet: 59, B1 and BC. RGB value is (89,177,188). Sum of RGB (Red+Green+Blue) = 89+177+188=454 (60% of max value = 765). Red value is 89 (35.16% from 255 or 19.60% from 454); Green value is 177 (69.53% from 255 or 38.99% from 454); Blue value is 188 (73.83% from 255 or 41.41% from 454); Max value from RGB is 188 - color contains mainly: blue. Hex color #59B1BC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #59B1BC is #A64E43. Grayscale: #979797. Windows color (decimal): -10899012 or 12366169. OLE color: 12366169.
HSL color Cylindrical-coordinate representation of color #59B1BC: hue angle of 186.67º degrees, saturation: 0.42, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #59B1BC is Cyan = 0.53, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 89 | 177 | 188 | - |
| CMYK | 0.53 | 0.06 | 0 | 0.26 |
| HSL | 186.67º | 0.42% | 0.54% | - |
| HSV(B) | 186.67º | 0.53% | 0.74% | - |
| XYZ | 28.92 | 37.2 | 53.23 | - |
| YUV | 151.94 | 148.35 | 83.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 177 | 188 | 0.53 | 0.06 | 0 | 0.26 | 186.67 | 0.42 | 0.54 |
| Hex | 59 | B1 | BC | 35 | 6 | 0 | 1A | BB | 2A | 36 |
| Octal | 131 | 261 | 274 | 65 | 6 | 0 | 32 | 273 | 52 | 66 |
| Binary | 1011001 | 10110001 | 10111100 | 110101 | 110 | 0 | 11010 | 10111011 | 101010 | 110110 |
Color Harmonies of #59B1BC
Complementary color
Monochromatic Colors of #59B1BC
Black with #59B1BC
Text Example
Text Example
White with #59B1BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59B1BC; }
p { color: rgb(89,177,188); }
H1.HeaderClassName
{
color: #59B1BC;
}
.AnyTagClassName
{
color: #59B1BC;
}
</style>
background-color css
<style>
a { background-color: #59B1BC; }
a { background-color: rgb(89,177,188); }
div.DivClassName
{
background-color: #59B1BC;
}
.BgClassName
{
background-color: #59B1BC;
}
</style>
border-color css
<style>
span { border-color: #59B1BC; }
span { border-color: rgb(89,177,188); }
td.TdClassName
{
border-color: #59B1BC;
}
.TagClassName
{
border-color: #59B1BC;
}
</style>