Shades of Fountain Blue #58BFBC
Tints of Fountain Blue #58BFBC
RGB
CMYK
RGB Variations
Color information
#58BFBC (or 0x58BFBC) is known color: Fountain Blue. HEX triplet: 58, BF and BC. RGB value is (88,191,188). Sum of RGB (Red+Green+Blue) = 88+191+188=467 (61% of max value = 765). Red value is 88 (34.77% from 255 or 18.84% from 467); Green value is 191 (75% from 255 or 40.90% from 467); Blue value is 188 (73.83% from 255 or 40.26% from 467); Max value from RGB is 191 - color contains mainly: green. Hex color #58BFBC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #58BFBC is #A74043. Grayscale: #9F9F9F. Windows color (decimal): -10960964 or 12369752. OLE color: 12369752.
HSL color Cylindrical-coordinate representation of color #58BFBC: hue angle of 178.25º degrees, saturation: 0.45, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #58BFBC is Cyan = 0.54, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 88 | 191 | 188 | - |
| CMYK | 0.54 | 0 | 0.02 | 0.25 |
| HSL | 178.25º | 0.45% | 0.55% | - |
| HSV(B) | 178.25º | 0.54% | 0.75% | - |
| XYZ | 31.73 | 42.97 | 54.2 | - |
| YUV | 159.86 | 143.88 | 76.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 191 | 188 | 0.54 | 0 | 0.02 | 0.25 | 178.25 | 0.45 | 0.55 |
| Hex | 58 | BF | BC | 36 | 0 | 2 | 19 | B2 | 2D | 37 |
| Octal | 130 | 277 | 274 | 66 | 0 | 2 | 31 | 262 | 55 | 67 |
| Binary | 1011000 | 10111111 | 10111100 | 110110 | 0 | 10 | 11001 | 10110010 | 101101 | 110111 |
Color Harmonies of #58BFBC
Complementary color
Monochromatic Colors of #58BFBC
Black with #58BFBC
Text Example
Text Example
White with #58BFBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58BFBC; }
p { color: rgb(88,191,188); }
H1.HeaderClassName
{
color: #58BFBC;
}
.AnyTagClassName
{
color: #58BFBC;
}
</style>
background-color css
<style>
a { background-color: #58BFBC; }
a { background-color: rgb(88,191,188); }
div.DivClassName
{
background-color: #58BFBC;
}
.BgClassName
{
background-color: #58BFBC;
}
</style>
border-color css
<style>
span { border-color: #58BFBC; }
span { border-color: rgb(88,191,188); }
td.TdClassName
{
border-color: #58BFBC;
}
.TagClassName
{
border-color: #58BFBC;
}
</style>