Shades of Fountain Blue #58A7BA
Tints of Fountain Blue #58A7BA
RGB
CMYK
RGB Variations
Color information
#58A7BA (or 0x58A7BA) is known color: Fountain Blue. HEX triplet: 58, A7 and BA. RGB value is (88,167,186). Sum of RGB (Red+Green+Blue) = 88+167+186=441 (58% of max value = 765). Red value is 88 (34.77% from 255 or 19.95% from 441); Green value is 167 (65.62% from 255 or 37.87% from 441); Blue value is 186 (73.05% from 255 or 42.18% from 441); Max value from RGB is 186 - color contains mainly: blue. Hex color #58A7BA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #58A7BA is #A75845. Grayscale: #919191. Windows color (decimal): -10967110 or 12232536. OLE color: 12232536.
HSL color Cylindrical-coordinate representation of color #58A7BA: hue angle of 191.63º degrees, saturation: 0.42, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #58A7BA is Cyan = 0.53, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 88 | 167 | 186 | - |
| CMYK | 0.53 | 0.10 | 0 | 0.27 |
| HSL | 191.63º | 0.42% | 0.54% | - |
| HSV(B) | 191.63º | 0.53% | 0.73% | - |
| XYZ | 26.71 | 33.26 | 51.47 | - |
| YUV | 145.55 | 150.83 | 86.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 167 | 186 | 0.53 | 0.10 | 0 | 0.27 | 191.63 | 0.42 | 0.54 |
| Hex | 58 | A7 | BA | 35 | A | 0 | 1B | C0 | 2A | 36 |
| Octal | 130 | 247 | 272 | 65 | 12 | 0 | 33 | 300 | 52 | 66 |
| Binary | 1011000 | 10100111 | 10111010 | 110101 | 1010 | 0 | 11011 | 11000000 | 101010 | 110110 |
Color Harmonies of #58A7BA
Complementary color
Monochromatic Colors of #58A7BA
Black with #58A7BA
Text Example
Text Example
White with #58A7BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58A7BA; }
p { color: rgb(88,167,186); }
H1.HeaderClassName
{
color: #58A7BA;
}
.AnyTagClassName
{
color: #58A7BA;
}
</style>
background-color css
<style>
a { background-color: #58A7BA; }
a { background-color: rgb(88,167,186); }
div.DivClassName
{
background-color: #58A7BA;
}
.BgClassName
{
background-color: #58A7BA;
}
</style>
border-color css
<style>
span { border-color: #58A7BA; }
span { border-color: rgb(88,167,186); }
td.TdClassName
{
border-color: #58A7BA;
}
.TagClassName
{
border-color: #58A7BA;
}
</style>