Shades of Fountain Blue #5FB7BA
Tints of Fountain Blue #5FB7BA
RGB
CMYK
RGB Variations
Color information
#5FB7BA (or 0x5FB7BA) is known color: Fountain Blue. HEX triplet: 5F, B7 and BA. RGB value is (95,183,186). Sum of RGB (Red+Green+Blue) = 95+183+186=464 (61% of max value = 765). Red value is 95 (37.5% from 255 or 20.47% from 464); Green value is 183 (71.88% from 255 or 39.44% from 464); Blue value is 186 (73.05% from 255 or 40.09% from 464); Max value from RGB is 186 - color contains mainly: blue. Hex color #5FB7BA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5FB7BA is #A04845. Grayscale: #9C9C9C. Windows color (decimal): -10504262 or 12236639. OLE color: 12236639.
HSL color Cylindrical-coordinate representation of color #5FB7BA: hue angle of 181.98º degrees, saturation: 0.4, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #5FB7BA is Cyan = 0.49, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 95 | 183 | 186 | - |
| CMYK | 0.49 | 0.02 | 0 | 0.27 |
| HSL | 181.98º | 0.4% | 0.55% | - |
| HSV(B) | 181.98º | 0.49% | 0.73% | - |
| XYZ | 30.52 | 39.85 | 52.54 | - |
| YUV | 157.03 | 144.35 | 83.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 183 | 186 | 0.49 | 0.02 | 0 | 0.27 | 181.98 | 0.4 | 0.55 |
| Hex | 5F | B7 | BA | 31 | 2 | 0 | 1B | B6 | 28 | 37 |
| Octal | 137 | 267 | 272 | 61 | 2 | 0 | 33 | 266 | 50 | 67 |
| Binary | 1011111 | 10110111 | 10111010 | 110001 | 10 | 0 | 11011 | 10110110 | 101000 | 110111 |
Color Harmonies of #5FB7BA
Complementary color
Monochromatic Colors of #5FB7BA
Black with #5FB7BA
Text Example
Text Example
White with #5FB7BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FB7BA; }
p { color: rgb(95,183,186); }
H1.HeaderClassName
{
color: #5FB7BA;
}
.AnyTagClassName
{
color: #5FB7BA;
}
</style>
background-color css
<style>
a { background-color: #5FB7BA; }
a { background-color: rgb(95,183,186); }
div.DivClassName
{
background-color: #5FB7BA;
}
.BgClassName
{
background-color: #5FB7BA;
}
</style>
border-color css
<style>
span { border-color: #5FB7BA; }
span { border-color: rgb(95,183,186); }
td.TdClassName
{
border-color: #5FB7BA;
}
.TagClassName
{
border-color: #5FB7BA;
}
</style>