Shades of Fountain Blue #59AAB7
Tints of Fountain Blue #59AAB7
RGB
CMYK
RGB Variations
Color information
#59AAB7 (or 0x59AAB7) is known color: Fountain Blue. HEX triplet: 59, AA and B7. RGB value is (89,170,183). Sum of RGB (Red+Green+Blue) = 89+170+183=442 (58% of max value = 765). Red value is 89 (35.16% from 255 or 20.14% from 442); Green value is 170 (66.80% from 255 or 38.46% from 442); Blue value is 183 (71.88% from 255 or 41.40% from 442); Max value from RGB is 183 - color contains mainly: blue. Hex color #59AAB7 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #59AAB7 is #A65548. Grayscale: #939393. Windows color (decimal): -10900809 or 12036697. OLE color: 12036697.
HSL color Cylindrical-coordinate representation of color #59AAB7: hue angle of 188.3º degrees, saturation: 0.39, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #59AAB7 is Cyan = 0.51, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 89 | 170 | 183 | - |
| CMYK | 0.51 | 0.07 | 0 | 0.28 |
| HSL | 188.3º | 0.39% | 0.53% | - |
| HSV(B) | 188.3º | 0.51% | 0.72% | - |
| XYZ | 27.04 | 34.29 | 49.99 | - |
| YUV | 147.26 | 148.16 | 86.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 170 | 183 | 0.51 | 0.07 | 0 | 0.28 | 188.3 | 0.39 | 0.53 |
| Hex | 59 | AA | B7 | 33 | 7 | 0 | 1C | BC | 27 | 35 |
| Octal | 131 | 252 | 267 | 63 | 7 | 0 | 34 | 274 | 47 | 65 |
| Binary | 1011001 | 10101010 | 10110111 | 110011 | 111 | 0 | 11100 | 10111100 | 100111 | 110101 |
Color Harmonies of #59AAB7
Complementary color
Monochromatic Colors of #59AAB7
Black with #59AAB7
Text Example
Text Example
White with #59AAB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59AAB7; }
p { color: rgb(89,170,183); }
H1.HeaderClassName
{
color: #59AAB7;
}
.AnyTagClassName
{
color: #59AAB7;
}
</style>
background-color css
<style>
a { background-color: #59AAB7; }
a { background-color: rgb(89,170,183); }
div.DivClassName
{
background-color: #59AAB7;
}
.BgClassName
{
background-color: #59AAB7;
}
</style>
border-color css
<style>
span { border-color: #59AAB7; }
span { border-color: rgb(89,170,183); }
td.TdClassName
{
border-color: #59AAB7;
}
.TagClassName
{
border-color: #59AAB7;
}
</style>