Shades of Fountain Blue #58B4B9
Tints of Fountain Blue #58B4B9
RGB
CMYK
RGB Variations
Color information
#58B4B9 (or 0x58B4B9) is known color: Fountain Blue. HEX triplet: 58, B4 and B9. RGB value is (88,180,185). Sum of RGB (Red+Green+Blue) = 88+180+185=453 (60% of max value = 765). Red value is 88 (34.77% from 255 or 19.43% from 453); Green value is 180 (70.70% from 255 or 39.74% from 453); Blue value is 185 (72.66% from 255 or 40.84% from 453); Max value from RGB is 185 - color contains mainly: blue. Hex color #58B4B9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #58B4B9 is #A74B46. Grayscale: #989898. Windows color (decimal): -10963783 or 12170328. OLE color: 12170328.
HSL color Cylindrical-coordinate representation of color #58B4B9: hue angle of 183.09º degrees, saturation: 0.41, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #58B4B9 is Cyan = 0.52, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 88 | 180 | 185 | - |
| CMYK | 0.52 | 0.03 | 0 | 0.27 |
| HSL | 183.09º | 0.41% | 0.54% | - |
| HSV(B) | 183.09º | 0.52% | 0.73% | - |
| XYZ | 29.1 | 38.22 | 51.74 | - |
| YUV | 153.06 | 146.02 | 81.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 180 | 185 | 0.52 | 0.03 | 0 | 0.27 | 183.09 | 0.41 | 0.54 |
| Hex | 58 | B4 | B9 | 34 | 3 | 0 | 1B | B7 | 29 | 36 |
| Octal | 130 | 264 | 271 | 64 | 3 | 0 | 33 | 267 | 51 | 66 |
| Binary | 1011000 | 10110100 | 10111001 | 110100 | 11 | 0 | 11011 | 10110111 | 101001 | 110110 |
Color Harmonies of #58B4B9
Complementary color
Monochromatic Colors of #58B4B9
Black with #58B4B9
Text Example
Text Example
White with #58B4B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58B4B9; }
p { color: rgb(88,180,185); }
H1.HeaderClassName
{
color: #58B4B9;
}
.AnyTagClassName
{
color: #58B4B9;
}
</style>
background-color css
<style>
a { background-color: #58B4B9; }
a { background-color: rgb(88,180,185); }
div.DivClassName
{
background-color: #58B4B9;
}
.BgClassName
{
background-color: #58B4B9;
}
</style>
border-color css
<style>
span { border-color: #58B4B9; }
span { border-color: rgb(88,180,185); }
td.TdClassName
{
border-color: #58B4B9;
}
.TagClassName
{
border-color: #58B4B9;
}
</style>