Shades of Fountain Blue #59B8BC
Tints of Fountain Blue #59B8BC
RGB
CMYK
RGB Variations
Color information
#59B8BC (or 0x59B8BC) is known color: Fountain Blue. HEX triplet: 59, B8 and BC. RGB value is (89,184,188). Sum of RGB (Red+Green+Blue) = 89+184+188=461 (61% of max value = 765). Red value is 89 (35.16% from 255 or 19.31% from 461); Green value is 184 (72.27% from 255 or 39.91% from 461); Blue value is 188 (73.83% from 255 or 40.78% from 461); Max value from RGB is 188 - color contains mainly: blue. Hex color #59B8BC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #59B8BC is #A64743. Grayscale: #9B9B9B. Windows color (decimal): -10897220 or 12367961. OLE color: 12367961.
HSL color Cylindrical-coordinate representation of color #59B8BC: hue angle of 182.42º 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 #59B8BC is Cyan = 0.53, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 89 | 184 | 188 | - |
| CMYK | 0.53 | 0.02 | 0 | 0.26 |
| HSL | 182.42º | 0.42% | 0.54% | - |
| HSV(B) | 182.42º | 0.53% | 0.74% | - |
| XYZ | 30.34 | 40.04 | 53.71 | - |
| YUV | 156.05 | 146.03 | 80.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 184 | 188 | 0.53 | 0.02 | 0 | 0.26 | 182.42 | 0.42 | 0.54 |
| Hex | 59 | B8 | BC | 35 | 2 | 0 | 1A | B6 | 2A | 36 |
| Octal | 131 | 270 | 274 | 65 | 2 | 0 | 32 | 266 | 52 | 66 |
| Binary | 1011001 | 10111000 | 10111100 | 110101 | 10 | 0 | 11010 | 10110110 | 101010 | 110110 |
Color Harmonies of #59B8BC
Complementary color
Monochromatic Colors of #59B8BC
Black with #59B8BC
Text Example
Text Example
White with #59B8BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59B8BC; }
p { color: rgb(89,184,188); }
H1.HeaderClassName
{
color: #59B8BC;
}
.AnyTagClassName
{
color: #59B8BC;
}
</style>
background-color css
<style>
a { background-color: #59B8BC; }
a { background-color: rgb(89,184,188); }
div.DivClassName
{
background-color: #59B8BC;
}
.BgClassName
{
background-color: #59B8BC;
}
</style>
border-color css
<style>
span { border-color: #59B8BC; }
span { border-color: rgb(89,184,188); }
td.TdClassName
{
border-color: #59B8BC;
}
.TagClassName
{
border-color: #59B8BC;
}
</style>