Shades of Fountain Blue #5EACAD
Tints of Fountain Blue #5EACAD
RGB
CMYK
RGB Variations
Color information
#5EACAD (or 0x5EACAD) is known color: Fountain Blue. HEX triplet: 5E, AC and AD. RGB value is (94,172,173). Sum of RGB (Red+Green+Blue) = 94+172+173=439 (58% of max value = 765). Red value is 94 (37.11% from 255 or 21.41% from 439); Green value is 172 (67.58% from 255 or 39.18% from 439); Blue value is 173 (67.97% from 255 or 39.41% from 439); Max value from RGB is 173 - color contains mainly: blue. Hex color #5EACAD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5EACAD is #A15352. Grayscale: #949494. Windows color (decimal): -10572627 or 11381854. OLE color: 11381854.
HSL color Cylindrical-coordinate representation of color #5EACAD: hue angle of 180.76º degrees, saturation: 0.33, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #5EACAD is Cyan = 0.46, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 94 | 172 | 173 | - |
| CMYK | 0.46 | 0.01 | 0 | 0.32 |
| HSL | 180.76º | 0.33% | 0.52% | - |
| HSV(B) | 180.76º | 0.46% | 0.68% | - |
| XYZ | 26.91 | 34.9 | 44.85 | - |
| YUV | 148.79 | 141.66 | 88.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 172 | 173 | 0.46 | 0.01 | 0 | 0.32 | 180.76 | 0.33 | 0.52 |
| Hex | 5E | AC | AD | 2E | 1 | 0 | 20 | B5 | 21 | 34 |
| Octal | 136 | 254 | 255 | 56 | 1 | 0 | 40 | 265 | 41 | 64 |
| Binary | 1011110 | 10101100 | 10101101 | 101110 | 1 | 0 | 100000 | 10110101 | 100001 | 110100 |
Color Harmonies of #5EACAD
Complementary color
Monochromatic Colors of #5EACAD
Black with #5EACAD
Text Example
Text Example
White with #5EACAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EACAD; }
p { color: rgb(94,172,173); }
H1.HeaderClassName
{
color: #5EACAD;
}
.AnyTagClassName
{
color: #5EACAD;
}
</style>
background-color css
<style>
a { background-color: #5EACAD; }
a { background-color: rgb(94,172,173); }
div.DivClassName
{
background-color: #5EACAD;
}
.BgClassName
{
background-color: #5EACAD;
}
</style>
border-color css
<style>
span { border-color: #5EACAD; }
span { border-color: rgb(94,172,173); }
td.TdClassName
{
border-color: #5EACAD;
}
.TagClassName
{
border-color: #5EACAD;
}
</style>