Shades of Fountain Blue #59BBBC
Tints of Fountain Blue #59BBBC
RGB
CMYK
RGB Variations
Color information
#59BBBC (or 0x59BBBC) is known color: Fountain Blue. HEX triplet: 59, BB and BC. RGB value is (89,187,188). Sum of RGB (Red+Green+Blue) = 89+187+188=464 (61% of max value = 765). Red value is 89 (35.16% from 255 or 19.18% from 464); Green value is 187 (73.44% from 255 or 40.30% from 464); Blue value is 188 (73.83% from 255 or 40.52% from 464); Max value from RGB is 188 - color contains mainly: blue. Hex color #59BBBC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #59BBBC is #A64443. Grayscale: #9D9D9D. Windows color (decimal): -10896452 or 12368729. OLE color: 12368729.
HSL color Cylindrical-coordinate representation of color #59BBBC: hue angle of 180.61º 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 #59BBBC is Cyan = 0.53, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 89 | 187 | 188 | - |
| CMYK | 0.53 | 0.01 | 0 | 0.26 |
| HSL | 180.61º | 0.42% | 0.54% | - |
| HSV(B) | 180.61º | 0.53% | 0.74% | - |
| XYZ | 30.97 | 41.3 | 53.92 | - |
| YUV | 157.81 | 145.03 | 78.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 187 | 188 | 0.53 | 0.01 | 0 | 0.26 | 180.61 | 0.42 | 0.54 |
| Hex | 59 | BB | BC | 35 | 1 | 0 | 1A | B5 | 2A | 36 |
| Octal | 131 | 273 | 274 | 65 | 1 | 0 | 32 | 265 | 52 | 66 |
| Binary | 1011001 | 10111011 | 10111100 | 110101 | 1 | 0 | 11010 | 10110101 | 101010 | 110110 |
Color Harmonies of #59BBBC
Complementary color
Monochromatic Colors of #59BBBC
Black with #59BBBC
Text Example
Text Example
White with #59BBBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59BBBC; }
p { color: rgb(89,187,188); }
H1.HeaderClassName
{
color: #59BBBC;
}
.AnyTagClassName
{
color: #59BBBC;
}
</style>
background-color css
<style>
a { background-color: #59BBBC; }
a { background-color: rgb(89,187,188); }
div.DivClassName
{
background-color: #59BBBC;
}
.BgClassName
{
background-color: #59BBBC;
}
</style>
border-color css
<style>
span { border-color: #59BBBC; }
span { border-color: rgb(89,187,188); }
td.TdClassName
{
border-color: #59BBBC;
}
.TagClassName
{
border-color: #59BBBC;
}
</style>