Shades of Fountain Blue #5EBAC1
Tints of Fountain Blue #5EBAC1
RGB
CMYK
RGB Variations
Color information
#5EBAC1 (or 0x5EBAC1) is known color: Fountain Blue. HEX triplet: 5E, BA and C1. RGB value is (94,186,193). Sum of RGB (Red+Green+Blue) = 94+186+193=473 (62% of max value = 765). Red value is 94 (37.11% from 255 or 19.87% from 473); Green value is 186 (73.05% from 255 or 39.32% from 473); Blue value is 193 (75.78% from 255 or 40.80% from 473); Max value from RGB is 193 - color contains mainly: blue. Hex color #5EBAC1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5EBAC1 is #A1453E. Grayscale: #9F9F9F. Windows color (decimal): -10569023 or 12696158. OLE color: 12696158.
HSL color Cylindrical-coordinate representation of color #5EBAC1: hue angle of 184.24º 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 #5EBAC1 is Cyan = 0.51, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 94 | 186 | 193 | - |
| CMYK | 0.51 | 0.04 | 0 | 0.24 |
| HSL | 184.24º | 0.44% | 0.56% | - |
| HSV(B) | 184.24º | 0.51% | 0.76% | - |
| XYZ | 31.8 | 41.35 | 56.76 | - |
| YUV | 159.29 | 147.02 | 81.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 186 | 193 | 0.51 | 0.04 | 0 | 0.24 | 184.24 | 0.44 | 0.56 |
| Hex | 5E | BA | C1 | 33 | 4 | 0 | 18 | B8 | 2C | 38 |
| Octal | 136 | 272 | 301 | 63 | 4 | 0 | 30 | 270 | 54 | 70 |
| Binary | 1011110 | 10111010 | 11000001 | 110011 | 100 | 0 | 11000 | 10111000 | 101100 | 111000 |
Color Harmonies of #5EBAC1
Complementary color
Monochromatic Colors of #5EBAC1
Black with #5EBAC1
Text Example
Text Example
White with #5EBAC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EBAC1; }
p { color: rgb(94,186,193); }
H1.HeaderClassName
{
color: #5EBAC1;
}
.AnyTagClassName
{
color: #5EBAC1;
}
</style>
background-color css
<style>
a { background-color: #5EBAC1; }
a { background-color: rgb(94,186,193); }
div.DivClassName
{
background-color: #5EBAC1;
}
.BgClassName
{
background-color: #5EBAC1;
}
</style>
border-color css
<style>
span { border-color: #5EBAC1; }
span { border-color: rgb(94,186,193); }
td.TdClassName
{
border-color: #5EBAC1;
}
.TagClassName
{
border-color: #5EBAC1;
}
</style>