Shades of Fountain Blue #58BDBC
Tints of Fountain Blue #58BDBC
RGB
CMYK
RGB Variations
Color information
#58BDBC (or 0x58BDBC) is known color: Fountain Blue. HEX triplet: 58, BD and BC. RGB value is (88,189,188). Sum of RGB (Red+Green+Blue) = 88+189+188=465 (61% of max value = 765). Red value is 88 (34.77% from 255 or 18.92% from 465); Green value is 189 (74.22% from 255 or 40.65% from 465); Blue value is 188 (73.83% from 255 or 40.43% from 465); Max value from RGB is 189 - color contains mainly: green. Hex color #58BDBC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #58BDBC is #A74243. Grayscale: #9E9E9E. Windows color (decimal): -10961476 or 12369240. OLE color: 12369240.
HSL color Cylindrical-coordinate representation of color #58BDBC: hue angle of 179.41º 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 #58BDBC is Cyan = 0.53, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 88 | 189 | 188 | - |
| CMYK | 0.53 | 0 | 0.01 | 0.26 |
| HSL | 179.41º | 0.43% | 0.54% | - |
| HSV(B) | 179.41º | 0.53% | 0.74% | - |
| XYZ | 31.3 | 42.1 | 54.05 | - |
| YUV | 158.69 | 144.54 | 77.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 189 | 188 | 0.53 | 0 | 0.01 | 0.26 | 179.41 | 0.43 | 0.54 |
| Hex | 58 | BD | BC | 35 | 0 | 1 | 1A | B3 | 2B | 36 |
| Octal | 130 | 275 | 274 | 65 | 0 | 1 | 32 | 263 | 53 | 66 |
| Binary | 1011000 | 10111101 | 10111100 | 110101 | 0 | 1 | 11010 | 10110011 | 101011 | 110110 |
Color Harmonies of #58BDBC
Complementary color
Monochromatic Colors of #58BDBC
Black with #58BDBC
Text Example
Text Example
White with #58BDBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58BDBC; }
p { color: rgb(88,189,188); }
H1.HeaderClassName
{
color: #58BDBC;
}
.AnyTagClassName
{
color: #58BDBC;
}
</style>
background-color css
<style>
a { background-color: #58BDBC; }
a { background-color: rgb(88,189,188); }
div.DivClassName
{
background-color: #58BDBC;
}
.BgClassName
{
background-color: #58BDBC;
}
</style>
border-color css
<style>
span { border-color: #58BDBC; }
span { border-color: rgb(88,189,188); }
td.TdClassName
{
border-color: #58BDBC;
}
.TagClassName
{
border-color: #58BDBC;
}
</style>