Shades of Fountain Blue #5FB3B1
Tints of Fountain Blue #5FB3B1
RGB
CMYK
RGB Variations
Color information
#5FB3B1 (or 0x5FB3B1) is known color: Fountain Blue. HEX triplet: 5F, B3 and B1. RGB value is (95,179,177). Sum of RGB (Red+Green+Blue) = 95+179+177=451 (59% of max value = 765). Red value is 95 (37.5% from 255 or 21.06% from 451); Green value is 179 (70.31% from 255 or 39.69% from 451); Blue value is 177 (69.53% from 255 or 39.25% from 451); Max value from RGB is 179 - color contains mainly: green. Hex color #5FB3B1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5FB3B1 is #A04C4E. Grayscale: #999999. Windows color (decimal): -10505295 or 11645791. OLE color: 11645791.
HSL color Cylindrical-coordinate representation of color #5FB3B1: hue angle of 178.57º degrees, saturation: 0.36, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #5FB3B1 is Cyan = 0.47, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 95 | 179 | 177 | - |
| CMYK | 0.47 | 0 | 0.01 | 0.30 |
| HSL | 178.57º | 0.36% | 0.54% | - |
| HSV(B) | 178.57º | 0.47% | 0.7% | - |
| XYZ | 28.78 | 37.85 | 47.38 | - |
| YUV | 153.66 | 141.17 | 86.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 179 | 177 | 0.47 | 0 | 0.01 | 0.30 | 178.57 | 0.36 | 0.54 |
| Hex | 5F | B3 | B1 | 2F | 0 | 1 | 1E | B3 | 24 | 36 |
| Octal | 137 | 263 | 261 | 57 | 0 | 1 | 36 | 263 | 44 | 66 |
| Binary | 1011111 | 10110011 | 10110001 | 101111 | 0 | 1 | 11110 | 10110011 | 100100 | 110110 |
Color Harmonies of #5FB3B1
Complementary color
Monochromatic Colors of #5FB3B1
Black with #5FB3B1
Text Example
Text Example
White with #5FB3B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FB3B1; }
p { color: rgb(95,179,177); }
H1.HeaderClassName
{
color: #5FB3B1;
}
.AnyTagClassName
{
color: #5FB3B1;
}
</style>
background-color css
<style>
a { background-color: #5FB3B1; }
a { background-color: rgb(95,179,177); }
div.DivClassName
{
background-color: #5FB3B1;
}
.BgClassName
{
background-color: #5FB3B1;
}
</style>
border-color css
<style>
span { border-color: #5FB3B1; }
span { border-color: rgb(95,179,177); }
td.TdClassName
{
border-color: #5FB3B1;
}
.TagClassName
{
border-color: #5FB3B1;
}
</style>