Shades of Fountain Blue #59BDB7
Tints of Fountain Blue #59BDB7
RGB
CMYK
RGB Variations
Color information
#59BDB7 (or 0x59BDB7) is known color: Fountain Blue. HEX triplet: 59, BD and B7. RGB value is (89,189,183). Sum of RGB (Red+Green+Blue) = 89+189+183=461 (61% of max value = 765). Red value is 89 (35.16% from 255 or 19.31% from 461); Green value is 189 (74.22% from 255 or 41.00% from 461); Blue value is 183 (71.88% from 255 or 39.70% from 461); Max value from RGB is 189 - color contains mainly: green. Hex color #59BDB7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #59BDB7 is #A64248. Grayscale: #9E9E9E. Windows color (decimal): -10895945 or 12041561. OLE color: 12041561.
HSL color Cylindrical-coordinate representation of color #59BDB7: hue angle of 176.4º degrees, saturation: 0.43, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #59BDB7 is Cyan = 0.53, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 89 | 189 | 183 | - |
| CMYK | 0.53 | 0 | 0.03 | 0.26 |
| HSL | 176.4º | 0.43% | 0.55% | - |
| HSV(B) | 176.4º | 0.53% | 0.74% | - |
| XYZ | 30.86 | 41.94 | 51.27 | - |
| YUV | 158.42 | 141.87 | 78.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 189 | 183 | 0.53 | 0 | 0.03 | 0.26 | 176.4 | 0.43 | 0.55 |
| Hex | 59 | BD | B7 | 35 | 0 | 3 | 1A | B0 | 2B | 37 |
| Octal | 131 | 275 | 267 | 65 | 0 | 3 | 32 | 260 | 53 | 67 |
| Binary | 1011001 | 10111101 | 10110111 | 110101 | 0 | 11 | 11010 | 10110000 | 101011 | 110111 |
Color Harmonies of #59BDB7
Complementary color
Monochromatic Colors of #59BDB7
Black with #59BDB7
Text Example
Text Example
White with #59BDB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59BDB7; }
p { color: rgb(89,189,183); }
H1.HeaderClassName
{
color: #59BDB7;
}
.AnyTagClassName
{
color: #59BDB7;
}
</style>
background-color css
<style>
a { background-color: #59BDB7; }
a { background-color: rgb(89,189,183); }
div.DivClassName
{
background-color: #59BDB7;
}
.BgClassName
{
background-color: #59BDB7;
}
</style>
border-color css
<style>
span { border-color: #59BDB7; }
span { border-color: rgb(89,189,183); }
td.TdClassName
{
border-color: #59BDB7;
}
.TagClassName
{
border-color: #59BDB7;
}
</style>