Shades of Fountain Blue #58BDB9
Tints of Fountain Blue #58BDB9
RGB
CMYK
RGB Variations
Color information
#58BDB9 (or 0x58BDB9) is known color: Fountain Blue. HEX triplet: 58, BD and B9. RGB value is (88,189,185). Sum of RGB (Red+Green+Blue) = 88+189+185=462 (61% of max value = 765). Red value is 88 (34.77% from 255 or 19.05% from 462); Green value is 189 (74.22% from 255 or 40.91% from 462); Blue value is 185 (72.66% from 255 or 40.04% from 462); Max value from RGB is 189 - color contains mainly: green. Hex color #58BDB9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #58BDB9 is #A74246. Grayscale: #9E9E9E. Windows color (decimal): -10961479 or 12172632. OLE color: 12172632.
HSL color Cylindrical-coordinate representation of color #58BDB9: hue angle of 177.62º degrees, saturation: 0.43, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #58BDB9 is Cyan = 0.53, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 88 | 189 | 185 | - |
| CMYK | 0.53 | 0 | 0.02 | 0.26 |
| HSL | 177.62º | 0.43% | 0.54% | - |
| HSV(B) | 177.62º | 0.53% | 0.74% | - |
| XYZ | 30.98 | 41.97 | 52.37 | - |
| YUV | 158.35 | 143.04 | 77.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 189 | 185 | 0.53 | 0 | 0.02 | 0.26 | 177.62 | 0.43 | 0.54 |
| Hex | 58 | BD | B9 | 35 | 0 | 2 | 1A | B2 | 2B | 36 |
| Octal | 130 | 275 | 271 | 65 | 0 | 2 | 32 | 262 | 53 | 66 |
| Binary | 1011000 | 10111101 | 10111001 | 110101 | 0 | 10 | 11010 | 10110010 | 101011 | 110110 |
Color Harmonies of #58BDB9
Complementary color
Monochromatic Colors of #58BDB9
Black with #58BDB9
Text Example
Text Example
White with #58BDB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58BDB9; }
p { color: rgb(88,189,185); }
H1.HeaderClassName
{
color: #58BDB9;
}
.AnyTagClassName
{
color: #58BDB9;
}
</style>
background-color css
<style>
a { background-color: #58BDB9; }
a { background-color: rgb(88,189,185); }
div.DivClassName
{
background-color: #58BDB9;
}
.BgClassName
{
background-color: #58BDB9;
}
</style>
border-color css
<style>
span { border-color: #58BDB9; }
span { border-color: rgb(88,189,185); }
td.TdClassName
{
border-color: #58BDB9;
}
.TagClassName
{
border-color: #58BDB9;
}
</style>