Shades of Fountain Blue #58BDB7
Tints of Fountain Blue #58BDB7
RGB
CMYK
RGB Variations
Color information
#58BDB7 (or 0x58BDB7) is known color: Fountain Blue. HEX triplet: 58, BD and B7. RGB value is (88,189,183). Sum of RGB (Red+Green+Blue) = 88+189+183=460 (60% of max value = 765). Red value is 88 (34.77% from 255 or 19.13% from 460); Green value is 189 (74.22% from 255 or 41.09% from 460); Blue value is 183 (71.88% from 255 or 39.78% from 460); Max value from RGB is 189 - color contains mainly: green. Hex color #58BDB7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #58BDB7 is #A74248. Grayscale: #9E9E9E. Windows color (decimal): -10961481 or 12041560. OLE color: 12041560.
HSL color Cylindrical-coordinate representation of color #58BDB7: hue angle of 176.44º 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 #58BDB7 is Cyan = 0.53, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 88 | 189 | 183 | - |
| CMYK | 0.53 | 0 | 0.03 | 0.26 |
| HSL | 176.44º | 0.43% | 0.54% | - |
| HSV(B) | 176.44º | 0.53% | 0.74% | - |
| XYZ | 30.77 | 41.89 | 51.26 | - |
| YUV | 158.12 | 142.04 | 77.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 189 | 183 | 0.53 | 0 | 0.03 | 0.26 | 176.44 | 0.43 | 0.54 |
| Hex | 58 | BD | B7 | 35 | 0 | 3 | 1A | B0 | 2B | 36 |
| Octal | 130 | 275 | 267 | 65 | 0 | 3 | 32 | 260 | 53 | 66 |
| Binary | 1011000 | 10111101 | 10110111 | 110101 | 0 | 11 | 11010 | 10110000 | 101011 | 110110 |
Color Harmonies of #58BDB7
Complementary color
Monochromatic Colors of #58BDB7
Black with #58BDB7
Text Example
Text Example
White with #58BDB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58BDB7; }
p { color: rgb(88,189,183); }
H1.HeaderClassName
{
color: #58BDB7;
}
.AnyTagClassName
{
color: #58BDB7;
}
</style>
background-color css
<style>
a { background-color: #58BDB7; }
a { background-color: rgb(88,189,183); }
div.DivClassName
{
background-color: #58BDB7;
}
.BgClassName
{
background-color: #58BDB7;
}
</style>
border-color css
<style>
span { border-color: #58BDB7; }
span { border-color: rgb(88,189,183); }
td.TdClassName
{
border-color: #58BDB7;
}
.TagClassName
{
border-color: #58BDB7;
}
</style>