Shades of Fountain Blue #5EAEAC
Tints of Fountain Blue #5EAEAC
RGB
CMYK
RGB Variations
Color information
#5EAEAC (or 0x5EAEAC) is known color: Fountain Blue. HEX triplet: 5E, AE and AC. RGB value is (94,174,172). Sum of RGB (Red+Green+Blue) = 94+174+172=440 (58% of max value = 765). Red value is 94 (37.11% from 255 or 21.36% from 440); Green value is 174 (68.36% from 255 or 39.55% from 440); Blue value is 172 (67.58% from 255 or 39.09% from 440); Max value from RGB is 174 - color contains mainly: green. Hex color #5EAEAC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5EAEAC is #A15153. Grayscale: #959595. Windows color (decimal): -10572116 or 11316830. OLE color: 11316830.
HSL color Cylindrical-coordinate representation of color #5EAEAC: hue angle of 178.5º 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 #5EAEAC is Cyan = 0.46, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 94 | 174 | 172 | - |
| CMYK | 0.46 | 0 | 0.01 | 0.32 |
| HSL | 178.5º | 0.33% | 0.53% | - |
| HSV(B) | 178.5º | 0.46% | 0.68% | - |
| XYZ | 27.2 | 35.63 | 44.47 | - |
| YUV | 149.85 | 140.5 | 88.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 174 | 172 | 0.46 | 0 | 0.01 | 0.32 | 178.5 | 0.33 | 0.53 |
| Hex | 5E | AE | AC | 2E | 0 | 1 | 20 | B2 | 21 | 35 |
| Octal | 136 | 256 | 254 | 56 | 0 | 1 | 40 | 262 | 41 | 65 |
| Binary | 1011110 | 10101110 | 10101100 | 101110 | 0 | 1 | 100000 | 10110010 | 100001 | 110101 |
Color Harmonies of #5EAEAC
Complementary color
Monochromatic Colors of #5EAEAC
Black with #5EAEAC
Text Example
Text Example
White with #5EAEAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EAEAC; }
p { color: rgb(94,174,172); }
H1.HeaderClassName
{
color: #5EAEAC;
}
.AnyTagClassName
{
color: #5EAEAC;
}
</style>
background-color css
<style>
a { background-color: #5EAEAC; }
a { background-color: rgb(94,174,172); }
div.DivClassName
{
background-color: #5EAEAC;
}
.BgClassName
{
background-color: #5EAEAC;
}
</style>
border-color css
<style>
span { border-color: #5EAEAC; }
span { border-color: rgb(94,174,172); }
td.TdClassName
{
border-color: #5EAEAC;
}
.TagClassName
{
border-color: #5EAEAC;
}
</style>