Shades of Fountain Blue #5FB8C1
Tints of Fountain Blue #5FB8C1
RGB
CMYK
RGB Variations
Color information
#5FB8C1 (or 0x5FB8C1) is known color: Fountain Blue. HEX triplet: 5F, B8 and C1. RGB value is (95,184,193). Sum of RGB (Red+Green+Blue) = 95+184+193=472 (62% of max value = 765). Red value is 95 (37.5% from 255 or 20.13% from 472); Green value is 184 (72.27% from 255 or 38.98% from 472); Blue value is 193 (75.78% from 255 or 40.89% from 472); Max value from RGB is 193 - color contains mainly: blue. Hex color #5FB8C1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5FB8C1 is #A0473E. Grayscale: #9E9E9E. Windows color (decimal): -10503999 or 12695647. OLE color: 12695647.
HSL color Cylindrical-coordinate representation of color #5FB8C1: hue angle of 185.51º degrees, saturation: 0.44, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5FB8C1 is Cyan = 0.51, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 95 | 184 | 193 | - |
| CMYK | 0.51 | 0.05 | 0 | 0.24 |
| HSL | 185.51º | 0.44% | 0.56% | - |
| HSV(B) | 185.51º | 0.51% | 0.76% | - |
| XYZ | 31.49 | 40.56 | 56.62 | - |
| YUV | 158.42 | 147.51 | 82.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 184 | 193 | 0.51 | 0.05 | 0 | 0.24 | 185.51 | 0.44 | 0.56 |
| Hex | 5F | B8 | C1 | 33 | 5 | 0 | 18 | BA | 2C | 38 |
| Octal | 137 | 270 | 301 | 63 | 5 | 0 | 30 | 272 | 54 | 70 |
| Binary | 1011111 | 10111000 | 11000001 | 110011 | 101 | 0 | 11000 | 10111010 | 101100 | 111000 |
Color Harmonies of #5FB8C1
Complementary color
Monochromatic Colors of #5FB8C1
Black with #5FB8C1
Text Example
Text Example
White with #5FB8C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FB8C1; }
p { color: rgb(95,184,193); }
H1.HeaderClassName
{
color: #5FB8C1;
}
.AnyTagClassName
{
color: #5FB8C1;
}
</style>
background-color css
<style>
a { background-color: #5FB8C1; }
a { background-color: rgb(95,184,193); }
div.DivClassName
{
background-color: #5FB8C1;
}
.BgClassName
{
background-color: #5FB8C1;
}
</style>
border-color css
<style>
span { border-color: #5FB8C1; }
span { border-color: rgb(95,184,193); }
td.TdClassName
{
border-color: #5FB8C1;
}
.TagClassName
{
border-color: #5FB8C1;
}
</style>