Shades of Fountain Blue #5FBFC1
Tints of Fountain Blue #5FBFC1
RGB
CMYK
RGB Variations
Color information
#5FBFC1 (or 0x5FBFC1) is known color: Fountain Blue. HEX triplet: 5F, BF and C1. RGB value is (95,191,193). Sum of RGB (Red+Green+Blue) = 95+191+193=479 (63% of max value = 765). Red value is 95 (37.5% from 255 or 19.83% from 479); Green value is 191 (75% from 255 or 39.87% from 479); Blue value is 193 (75.78% from 255 or 40.29% from 479); Max value from RGB is 193 - color contains mainly: blue. Hex color #5FBFC1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5FBFC1 is #A0403E. Grayscale: #A2A2A2. Windows color (decimal): -10502207 or 12697439. OLE color: 12697439.
HSL color Cylindrical-coordinate representation of color #5FBFC1: hue angle of 181.22º 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 #5FBFC1 is Cyan = 0.51, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 95 | 191 | 193 | - |
| CMYK | 0.51 | 0.01 | 0 | 0.24 |
| HSL | 181.22º | 0.44% | 0.56% | - |
| HSV(B) | 181.22º | 0.51% | 0.76% | - |
| XYZ | 32.98 | 43.54 | 57.12 | - |
| YUV | 162.52 | 145.2 | 79.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 191 | 193 | 0.51 | 0.01 | 0 | 0.24 | 181.22 | 0.44 | 0.56 |
| Hex | 5F | BF | C1 | 33 | 1 | 0 | 18 | B5 | 2C | 38 |
| Octal | 137 | 277 | 301 | 63 | 1 | 0 | 30 | 265 | 54 | 70 |
| Binary | 1011111 | 10111111 | 11000001 | 110011 | 1 | 0 | 11000 | 10110101 | 101100 | 111000 |
Color Harmonies of #5FBFC1
Complementary color
Monochromatic Colors of #5FBFC1
Black with #5FBFC1
Text Example
Text Example
White with #5FBFC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FBFC1; }
p { color: rgb(95,191,193); }
H1.HeaderClassName
{
color: #5FBFC1;
}
.AnyTagClassName
{
color: #5FBFC1;
}
</style>
background-color css
<style>
a { background-color: #5FBFC1; }
a { background-color: rgb(95,191,193); }
div.DivClassName
{
background-color: #5FBFC1;
}
.BgClassName
{
background-color: #5FBFC1;
}
</style>
border-color css
<style>
span { border-color: #5FBFC1; }
span { border-color: rgb(95,191,193); }
td.TdClassName
{
border-color: #5FBFC1;
}
.TagClassName
{
border-color: #5FBFC1;
}
</style>