Shades of Fountain Blue #58BDB8
Tints of Fountain Blue #58BDB8
RGB
CMYK
RGB Variations
Color information
#58BDB8 (or 0x58BDB8) is known color: Fountain Blue. HEX triplet: 58, BD and B8. RGB value is (88,189,184). Sum of RGB (Red+Green+Blue) = 88+189+184=461 (61% of max value = 765). Red value is 88 (34.77% from 255 or 19.09% from 461); Green value is 189 (74.22% from 255 or 41.00% from 461); Blue value is 184 (72.27% from 255 or 39.91% from 461); Max value from RGB is 189 - color contains mainly: green. Hex color #58BDB8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #58BDB8 is #A74247. Grayscale: #9E9E9E. Windows color (decimal): -10961480 or 12107096. OLE color: 12107096.
HSL color Cylindrical-coordinate representation of color #58BDB8: hue angle of 177.03º 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 #58BDB8 is Cyan = 0.53, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 88 | 189 | 184 | - |
| CMYK | 0.53 | 0 | 0.03 | 0.26 |
| HSL | 177.03º | 0.43% | 0.54% | - |
| HSV(B) | 177.03º | 0.53% | 0.74% | - |
| XYZ | 30.87 | 41.93 | 51.81 | - |
| YUV | 158.23 | 142.54 | 77.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 189 | 184 | 0.53 | 0 | 0.03 | 0.26 | 177.03 | 0.43 | 0.54 |
| Hex | 58 | BD | B8 | 35 | 0 | 3 | 1A | B1 | 2B | 36 |
| Octal | 130 | 275 | 270 | 65 | 0 | 3 | 32 | 261 | 53 | 66 |
| Binary | 1011000 | 10111101 | 10111000 | 110101 | 0 | 11 | 11010 | 10110001 | 101011 | 110110 |
Color Harmonies of #58BDB8
Complementary color
Monochromatic Colors of #58BDB8
Black with #58BDB8
Text Example
Text Example
White with #58BDB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58BDB8; }
p { color: rgb(88,189,184); }
H1.HeaderClassName
{
color: #58BDB8;
}
.AnyTagClassName
{
color: #58BDB8;
}
</style>
background-color css
<style>
a { background-color: #58BDB8; }
a { background-color: rgb(88,189,184); }
div.DivClassName
{
background-color: #58BDB8;
}
.BgClassName
{
background-color: #58BDB8;
}
</style>
border-color css
<style>
span { border-color: #58BDB8; }
span { border-color: rgb(88,189,184); }
td.TdClassName
{
border-color: #58BDB8;
}
.TagClassName
{
border-color: #58BDB8;
}
</style>