Shades of Fountain Blue #5EA9AE
Tints of Fountain Blue #5EA9AE
RGB
CMYK
RGB Variations
Color information
#5EA9AE (or 0x5EA9AE) is known color: Fountain Blue. HEX triplet: 5E, A9 and AE. RGB value is (94,169,174). Sum of RGB (Red+Green+Blue) = 94+169+174=437 (57% of max value = 765). Red value is 94 (37.11% from 255 or 21.51% from 437); Green value is 169 (66.41% from 255 or 38.67% from 437); Blue value is 174 (68.36% from 255 or 39.82% from 437); Max value from RGB is 174 - color contains mainly: blue. Hex color #5EA9AE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5EA9AE is #A15651. Grayscale: #939393. Windows color (decimal): -10573394 or 11446622. OLE color: 11446622.
HSL color Cylindrical-coordinate representation of color #5EA9AE: hue angle of 183.75º degrees, saturation: 0.33, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #5EA9AE is Cyan = 0.46, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 94 | 169 | 174 | - |
| CMYK | 0.46 | 0.03 | 0 | 0.32 |
| HSL | 183.75º | 0.33% | 0.53% | - |
| HSV(B) | 183.75º | 0.46% | 0.68% | - |
| XYZ | 26.44 | 33.81 | 45.18 | - |
| YUV | 147.15 | 143.15 | 90.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 169 | 174 | 0.46 | 0.03 | 0 | 0.32 | 183.75 | 0.33 | 0.53 |
| Hex | 5E | A9 | AE | 2E | 3 | 0 | 20 | B8 | 21 | 35 |
| Octal | 136 | 251 | 256 | 56 | 3 | 0 | 40 | 270 | 41 | 65 |
| Binary | 1011110 | 10101001 | 10101110 | 101110 | 11 | 0 | 100000 | 10111000 | 100001 | 110101 |
Color Harmonies of #5EA9AE
Complementary color
Monochromatic Colors of #5EA9AE
Black with #5EA9AE
Text Example
Text Example
White with #5EA9AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EA9AE; }
p { color: rgb(94,169,174); }
H1.HeaderClassName
{
color: #5EA9AE;
}
.AnyTagClassName
{
color: #5EA9AE;
}
</style>
background-color css
<style>
a { background-color: #5EA9AE; }
a { background-color: rgb(94,169,174); }
div.DivClassName
{
background-color: #5EA9AE;
}
.BgClassName
{
background-color: #5EA9AE;
}
</style>
border-color css
<style>
span { border-color: #5EA9AE; }
span { border-color: rgb(94,169,174); }
td.TdClassName
{
border-color: #5EA9AE;
}
.TagClassName
{
border-color: #5EA9AE;
}
</style>