Shades of Fountain Blue #59ADBB
Tints of Fountain Blue #59ADBB
RGB
CMYK
RGB Variations
Color information
#59ADBB (or 0x59ADBB) is known color: Fountain Blue. HEX triplet: 59, AD and BB. RGB value is (89,173,187). Sum of RGB (Red+Green+Blue) = 89+173+187=449 (59% of max value = 765). Red value is 89 (35.16% from 255 or 19.82% from 449); Green value is 173 (67.97% from 255 or 38.53% from 449); Blue value is 187 (73.44% from 255 or 41.65% from 449); Max value from RGB is 187 - color contains mainly: blue. Hex color #59ADBB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #59ADBB is #A65244. Grayscale: #959595. Windows color (decimal): -10900037 or 12299609. OLE color: 12299609.
HSL color Cylindrical-coordinate representation of color #59ADBB: hue angle of 188.57º 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 #59ADBB is Cyan = 0.52, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 89 | 173 | 187 | - |
| CMYK | 0.52 | 0.07 | 0 | 0.27 |
| HSL | 188.57º | 0.42% | 0.54% | - |
| HSV(B) | 188.57º | 0.52% | 0.73% | - |
| XYZ | 28.03 | 35.6 | 52.41 | - |
| YUV | 149.48 | 149.17 | 84.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 173 | 187 | 0.52 | 0.07 | 0 | 0.27 | 188.57 | 0.42 | 0.54 |
| Hex | 59 | AD | BB | 34 | 7 | 0 | 1B | BD | 2A | 36 |
| Octal | 131 | 255 | 273 | 64 | 7 | 0 | 33 | 275 | 52 | 66 |
| Binary | 1011001 | 10101101 | 10111011 | 110100 | 111 | 0 | 11011 | 10111101 | 101010 | 110110 |
Color Harmonies of #59ADBB
Complementary color
Monochromatic Colors of #59ADBB
Black with #59ADBB
Text Example
Text Example
White with #59ADBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59ADBB; }
p { color: rgb(89,173,187); }
H1.HeaderClassName
{
color: #59ADBB;
}
.AnyTagClassName
{
color: #59ADBB;
}
</style>
background-color css
<style>
a { background-color: #59ADBB; }
a { background-color: rgb(89,173,187); }
div.DivClassName
{
background-color: #59ADBB;
}
.BgClassName
{
background-color: #59ADBB;
}
</style>
border-color css
<style>
span { border-color: #59ADBB; }
span { border-color: rgb(89,173,187); }
td.TdClassName
{
border-color: #59ADBB;
}
.TagClassName
{
border-color: #59ADBB;
}
</style>