Shades of Fountain Blue #5EBFC0
Tints of Fountain Blue #5EBFC0
RGB
CMYK
RGB Variations
Color information
#5EBFC0 (or 0x5EBFC0) is known color: Fountain Blue. HEX triplet: 5E, BF and C0. RGB value is (94,191,192). Sum of RGB (Red+Green+Blue) = 94+191+192=477 (63% of max value = 765). Red value is 94 (37.11% from 255 or 19.71% from 477); Green value is 191 (75% from 255 or 40.04% from 477); Blue value is 192 (75.39% from 255 or 40.25% from 477); Max value from RGB is 192 - color contains mainly: blue. Hex color #5EBFC0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5EBFC0 is #A1403F. Grayscale: #A2A2A2. Windows color (decimal): -10567744 or 12631902. OLE color: 12631902.
HSL color Cylindrical-coordinate representation of color #5EBFC0: hue angle of 180.61º degrees, saturation: 0.44, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5EBFC0 is Cyan = 0.51, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 94 | 191 | 192 | - |
| CMYK | 0.51 | 0.01 | 0 | 0.25 |
| HSL | 180.61º | 0.44% | 0.56% | - |
| HSV(B) | 180.61º | 0.51% | 0.75% | - |
| XYZ | 32.76 | 43.45 | 56.53 | - |
| YUV | 162.11 | 144.86 | 79.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 191 | 192 | 0.51 | 0.01 | 0 | 0.25 | 180.61 | 0.44 | 0.56 |
| Hex | 5E | BF | C0 | 33 | 1 | 0 | 19 | B5 | 2C | 38 |
| Octal | 136 | 277 | 300 | 63 | 1 | 0 | 31 | 265 | 54 | 70 |
| Binary | 1011110 | 10111111 | 11000000 | 110011 | 1 | 0 | 11001 | 10110101 | 101100 | 111000 |
Color Harmonies of #5EBFC0
Complementary color
Monochromatic Colors of #5EBFC0
Black with #5EBFC0
Text Example
Text Example
White with #5EBFC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EBFC0; }
p { color: rgb(94,191,192); }
H1.HeaderClassName
{
color: #5EBFC0;
}
.AnyTagClassName
{
color: #5EBFC0;
}
</style>
background-color css
<style>
a { background-color: #5EBFC0; }
a { background-color: rgb(94,191,192); }
div.DivClassName
{
background-color: #5EBFC0;
}
.BgClassName
{
background-color: #5EBFC0;
}
</style>
border-color css
<style>
span { border-color: #5EBFC0; }
span { border-color: rgb(94,191,192); }
td.TdClassName
{
border-color: #5EBFC0;
}
.TagClassName
{
border-color: #5EBFC0;
}
</style>