Shades of Fountain Blue #59B2B7
Tints of Fountain Blue #59B2B7
RGB
CMYK
RGB Variations
Color information
#59B2B7 (or 0x59B2B7) is known color: Fountain Blue. HEX triplet: 59, B2 and B7. RGB value is (89,178,183). Sum of RGB (Red+Green+Blue) = 89+178+183=450 (59% of max value = 765). Red value is 89 (35.16% from 255 or 19.78% from 450); Green value is 178 (69.92% from 255 or 39.56% from 450); Blue value is 183 (71.88% from 255 or 40.67% from 450); Max value from RGB is 183 - color contains mainly: blue. Hex color #59B2B7 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #59B2B7 is #A64D48. Grayscale: #979797. Windows color (decimal): -10898761 or 12038745. OLE color: 12038745.
HSL color Cylindrical-coordinate representation of color #59B2B7: hue angle of 183.19º 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 #59B2B7 is Cyan = 0.51, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 89 | 178 | 183 | - |
| CMYK | 0.51 | 0.03 | 0 | 0.28 |
| HSL | 183.19º | 0.39% | 0.53% | - |
| HSV(B) | 183.19º | 0.51% | 0.72% | - |
| XYZ | 28.59 | 37.38 | 50.51 | - |
| YUV | 151.96 | 145.51 | 83.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 178 | 183 | 0.51 | 0.03 | 0 | 0.28 | 183.19 | 0.39 | 0.53 |
| Hex | 59 | B2 | B7 | 33 | 3 | 0 | 1C | B7 | 27 | 35 |
| Octal | 131 | 262 | 267 | 63 | 3 | 0 | 34 | 267 | 47 | 65 |
| Binary | 1011001 | 10110010 | 10110111 | 110011 | 11 | 0 | 11100 | 10110111 | 100111 | 110101 |
Color Harmonies of #59B2B7
Complementary color
Monochromatic Colors of #59B2B7
Black with #59B2B7
Text Example
Text Example
White with #59B2B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59B2B7; }
p { color: rgb(89,178,183); }
H1.HeaderClassName
{
color: #59B2B7;
}
.AnyTagClassName
{
color: #59B2B7;
}
</style>
background-color css
<style>
a { background-color: #59B2B7; }
a { background-color: rgb(89,178,183); }
div.DivClassName
{
background-color: #59B2B7;
}
.BgClassName
{
background-color: #59B2B7;
}
</style>
border-color css
<style>
span { border-color: #59B2B7; }
span { border-color: rgb(89,178,183); }
td.TdClassName
{
border-color: #59B2B7;
}
.TagClassName
{
border-color: #59B2B7;
}
</style>