Shades of Fountain Blue #59BCB7
Tints of Fountain Blue #59BCB7
RGB
CMYK
RGB Variations
Color information
#59BCB7 (or 0x59BCB7) is known color: Fountain Blue. HEX triplet: 59, BC and B7. RGB value is (89,188,183). Sum of RGB (Red+Green+Blue) = 89+188+183=460 (60% of max value = 765). Red value is 89 (35.16% from 255 or 19.35% from 460); Green value is 188 (73.83% from 255 or 40.87% from 460); Blue value is 183 (71.88% from 255 or 39.78% from 460); Max value from RGB is 188 - color contains mainly: green. Hex color #59BCB7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #59BCB7 is #A64348. Grayscale: #9D9D9D. Windows color (decimal): -10896201 or 12041305. OLE color: 12041305.
HSL color Cylindrical-coordinate representation of color #59BCB7: hue angle of 176.97º 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 #59BCB7 is Cyan = 0.53, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 89 | 188 | 183 | - |
| CMYK | 0.53 | 0 | 0.03 | 0.26 |
| HSL | 176.97º | 0.42% | 0.54% | - |
| HSV(B) | 176.97º | 0.53% | 0.74% | - |
| XYZ | 30.65 | 41.51 | 51.2 | - |
| YUV | 157.83 | 142.2 | 78.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 188 | 183 | 0.53 | 0 | 0.03 | 0.26 | 176.97 | 0.42 | 0.54 |
| Hex | 59 | BC | B7 | 35 | 0 | 3 | 1A | B1 | 2A | 36 |
| Octal | 131 | 274 | 267 | 65 | 0 | 3 | 32 | 261 | 52 | 66 |
| Binary | 1011001 | 10111100 | 10110111 | 110101 | 0 | 11 | 11010 | 10110001 | 101010 | 110110 |
Color Harmonies of #59BCB7
Complementary color
Monochromatic Colors of #59BCB7
Black with #59BCB7
Text Example
Text Example
White with #59BCB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59BCB7; }
p { color: rgb(89,188,183); }
H1.HeaderClassName
{
color: #59BCB7;
}
.AnyTagClassName
{
color: #59BCB7;
}
</style>
background-color css
<style>
a { background-color: #59BCB7; }
a { background-color: rgb(89,188,183); }
div.DivClassName
{
background-color: #59BCB7;
}
.BgClassName
{
background-color: #59BCB7;
}
</style>
border-color css
<style>
span { border-color: #59BCB7; }
span { border-color: rgb(89,188,183); }
td.TdClassName
{
border-color: #59BCB7;
}
.TagClassName
{
border-color: #59BCB7;
}
</style>