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