Shades of Fountain Blue #5EACB4
Tints of Fountain Blue #5EACB4
RGB
CMYK
RGB Variations
Color information
#5EACB4 (or 0x5EACB4) is known color: Fountain Blue. HEX triplet: 5E, AC and B4. RGB value is (94,172,180). Sum of RGB (Red+Green+Blue) = 94+172+180=446 (59% of max value = 765). Red value is 94 (37.11% from 255 or 21.08% from 446); Green value is 172 (67.58% from 255 or 38.57% from 446); Blue value is 180 (70.70% from 255 or 40.36% from 446); Max value from RGB is 180 - color contains mainly: blue. Hex color #5EACB4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5EACB4 is #A1534B. Grayscale: #959595. Windows color (decimal): -10572620 or 11840606. OLE color: 11840606.
HSL color Cylindrical-coordinate representation of color #5EACB4: hue angle of 185.58º degrees, saturation: 0.36, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #5EACB4 is Cyan = 0.48, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 94 | 172 | 180 | - |
| CMYK | 0.48 | 0.04 | 0 | 0.29 |
| HSL | 185.58º | 0.36% | 0.54% | - |
| HSV(B) | 185.58º | 0.48% | 0.71% | - |
| XYZ | 27.61 | 35.18 | 48.52 | - |
| YUV | 149.59 | 145.16 | 88.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 172 | 180 | 0.48 | 0.04 | 0 | 0.29 | 185.58 | 0.36 | 0.54 |
| Hex | 5E | AC | B4 | 30 | 4 | 0 | 1D | BA | 24 | 36 |
| Octal | 136 | 254 | 264 | 60 | 4 | 0 | 35 | 272 | 44 | 66 |
| Binary | 1011110 | 10101100 | 10110100 | 110000 | 100 | 0 | 11101 | 10111010 | 100100 | 110110 |
Color Harmonies of #5EACB4
Complementary color
Monochromatic Colors of #5EACB4
Black with #5EACB4
Text Example
Text Example
White with #5EACB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EACB4; }
p { color: rgb(94,172,180); }
H1.HeaderClassName
{
color: #5EACB4;
}
.AnyTagClassName
{
color: #5EACB4;
}
</style>
background-color css
<style>
a { background-color: #5EACB4; }
a { background-color: rgb(94,172,180); }
div.DivClassName
{
background-color: #5EACB4;
}
.BgClassName
{
background-color: #5EACB4;
}
</style>
border-color css
<style>
span { border-color: #5EACB4; }
span { border-color: rgb(94,172,180); }
td.TdClassName
{
border-color: #5EACB4;
}
.TagClassName
{
border-color: #5EACB4;
}
</style>