Shades of Fountain Blue #59B3BB
Tints of Fountain Blue #59B3BB
RGB
CMYK
RGB Variations
Color information
#59B3BB (or 0x59B3BB) is known color: Fountain Blue. HEX triplet: 59, B3 and BB. RGB value is (89,179,187). Sum of RGB (Red+Green+Blue) = 89+179+187=455 (60% of max value = 765). Red value is 89 (35.16% from 255 or 19.56% from 455); Green value is 179 (70.31% from 255 or 39.34% from 455); Blue value is 187 (73.44% from 255 or 41.10% from 455); Max value from RGB is 187 - color contains mainly: blue. Hex color #59B3BB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #59B3BB is #A64C44. Grayscale: #989898. Windows color (decimal): -10898501 or 12301145. OLE color: 12301145.
HSL color Cylindrical-coordinate representation of color #59B3BB: hue angle of 184.9º degrees, saturation: 0.42, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #59B3BB is Cyan = 0.52, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 89 | 179 | 187 | - |
| CMYK | 0.52 | 0.04 | 0 | 0.27 |
| HSL | 184.9º | 0.42% | 0.54% | - |
| HSV(B) | 184.9º | 0.52% | 0.73% | - |
| XYZ | 29.21 | 37.95 | 52.8 | - |
| YUV | 153 | 147.18 | 82.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 179 | 187 | 0.52 | 0.04 | 0 | 0.27 | 184.9 | 0.42 | 0.54 |
| Hex | 59 | B3 | BB | 34 | 4 | 0 | 1B | B9 | 2A | 36 |
| Octal | 131 | 263 | 273 | 64 | 4 | 0 | 33 | 271 | 52 | 66 |
| Binary | 1011001 | 10110011 | 10111011 | 110100 | 100 | 0 | 11011 | 10111001 | 101010 | 110110 |
Color Harmonies of #59B3BB
Complementary color
Monochromatic Colors of #59B3BB
Black with #59B3BB
Text Example
Text Example
White with #59B3BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59B3BB; }
p { color: rgb(89,179,187); }
H1.HeaderClassName
{
color: #59B3BB;
}
.AnyTagClassName
{
color: #59B3BB;
}
</style>
background-color css
<style>
a { background-color: #59B3BB; }
a { background-color: rgb(89,179,187); }
div.DivClassName
{
background-color: #59B3BB;
}
.BgClassName
{
background-color: #59B3BB;
}
</style>
border-color css
<style>
span { border-color: #59B3BB; }
span { border-color: rgb(89,179,187); }
td.TdClassName
{
border-color: #59B3BB;
}
.TagClassName
{
border-color: #59B3BB;
}
</style>