Shades of Fountain Blue #59AFB6
Tints of Fountain Blue #59AFB6
RGB
CMYK
RGB Variations
Color information
#59AFB6 (or 0x59AFB6) is known color: Fountain Blue. HEX triplet: 59, AF and B6. RGB value is (89,175,182). Sum of RGB (Red+Green+Blue) = 89+175+182=446 (59% of max value = 765). Red value is 89 (35.16% from 255 or 19.96% from 446); Green value is 175 (68.75% from 255 or 39.24% from 446); Blue value is 182 (71.48% from 255 or 40.81% from 446); Max value from RGB is 182 - color contains mainly: blue. Hex color #59AFB6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #59AFB6 is #A65049. Grayscale: #959595. Windows color (decimal): -10899530 or 11972441. OLE color: 11972441.
HSL color Cylindrical-coordinate representation of color #59AFB6: hue angle of 184.52º degrees, saturation: 0.39, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #59AFB6 is Cyan = 0.51, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 89 | 175 | 182 | - |
| CMYK | 0.51 | 0.04 | 0 | 0.29 |
| HSL | 184.52º | 0.39% | 0.53% | - |
| HSV(B) | 184.52º | 0.51% | 0.71% | - |
| XYZ | 27.89 | 36.16 | 49.77 | - |
| YUV | 150.08 | 146.01 | 84.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 175 | 182 | 0.51 | 0.04 | 0 | 0.29 | 184.52 | 0.39 | 0.53 |
| Hex | 59 | AF | B6 | 33 | 4 | 0 | 1D | B9 | 27 | 35 |
| Octal | 131 | 257 | 266 | 63 | 4 | 0 | 35 | 271 | 47 | 65 |
| Binary | 1011001 | 10101111 | 10110110 | 110011 | 100 | 0 | 11101 | 10111001 | 100111 | 110101 |
Color Harmonies of #59AFB6
Complementary color
Monochromatic Colors of #59AFB6
Black with #59AFB6
Text Example
Text Example
White with #59AFB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59AFB6; }
p { color: rgb(89,175,182); }
H1.HeaderClassName
{
color: #59AFB6;
}
.AnyTagClassName
{
color: #59AFB6;
}
</style>
background-color css
<style>
a { background-color: #59AFB6; }
a { background-color: rgb(89,175,182); }
div.DivClassName
{
background-color: #59AFB6;
}
.BgClassName
{
background-color: #59AFB6;
}
</style>
border-color css
<style>
span { border-color: #59AFB6; }
span { border-color: rgb(89,175,182); }
td.TdClassName
{
border-color: #59AFB6;
}
.TagClassName
{
border-color: #59AFB6;
}
</style>