Shades of Fountain Blue #58B3BB
Tints of Fountain Blue #58B3BB
RGB
CMYK
RGB Variations
Color information
#58B3BB (or 0x58B3BB) is known color: Fountain Blue. HEX triplet: 58, B3 and BB. RGB value is (88,179,187). Sum of RGB (Red+Green+Blue) = 88+179+187=454 (60% of max value = 765). Red value is 88 (34.77% from 255 or 19.38% from 454); Green value is 179 (70.31% from 255 or 39.43% from 454); Blue value is 187 (73.44% from 255 or 41.19% from 454); Max value from RGB is 187 - color contains mainly: blue. Hex color #58B3BB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #58B3BB is #A74C44. Grayscale: #989898. Windows color (decimal): -10964037 or 12301144. OLE color: 12301144.
HSL color Cylindrical-coordinate representation of color #58B3BB: hue angle of 184.85º degrees, saturation: 0.42, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #58B3BB is Cyan = 0.53, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 88 | 179 | 187 | - |
| CMYK | 0.53 | 0.04 | 0 | 0.27 |
| HSL | 184.85º | 0.42% | 0.54% | - |
| HSV(B) | 184.85º | 0.53% | 0.73% | - |
| XYZ | 29.11 | 37.9 | 52.8 | - |
| YUV | 152.7 | 147.35 | 81.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 179 | 187 | 0.53 | 0.04 | 0 | 0.27 | 184.85 | 0.42 | 0.54 |
| Hex | 58 | B3 | BB | 35 | 4 | 0 | 1B | B9 | 2A | 36 |
| Octal | 130 | 263 | 273 | 65 | 4 | 0 | 33 | 271 | 52 | 66 |
| Binary | 1011000 | 10110011 | 10111011 | 110101 | 100 | 0 | 11011 | 10111001 | 101010 | 110110 |
Color Harmonies of #58B3BB
Complementary color
Monochromatic Colors of #58B3BB
Black with #58B3BB
Text Example
Text Example
White with #58B3BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58B3BB; }
p { color: rgb(88,179,187); }
H1.HeaderClassName
{
color: #58B3BB;
}
.AnyTagClassName
{
color: #58B3BB;
}
</style>
background-color css
<style>
a { background-color: #58B3BB; }
a { background-color: rgb(88,179,187); }
div.DivClassName
{
background-color: #58B3BB;
}
.BgClassName
{
background-color: #58B3BB;
}
</style>
border-color css
<style>
span { border-color: #58B3BB; }
span { border-color: rgb(88,179,187); }
td.TdClassName
{
border-color: #58B3BB;
}
.TagClassName
{
border-color: #58B3BB;
}
</style>