Shades of Fountain Blue #5EAEBA
Tints of Fountain Blue #5EAEBA
RGB
CMYK
RGB Variations
Color information
#5EAEBA (or 0x5EAEBA) is known color: Fountain Blue. HEX triplet: 5E, AE and BA. RGB value is (94,174,186). Sum of RGB (Red+Green+Blue) = 94+174+186=454 (60% of max value = 765). Red value is 94 (37.11% from 255 or 20.70% from 454); Green value is 174 (68.36% from 255 or 38.33% from 454); Blue value is 186 (73.05% from 255 or 40.97% from 454); Max value from RGB is 186 - color contains mainly: blue. Hex color #5EAEBA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5EAEBA is #A15145. Grayscale: #979797. Windows color (decimal): -10572102 or 12234334. OLE color: 12234334.
HSL color Cylindrical-coordinate representation of color #5EAEBA: hue angle of 187.83º degrees, saturation: 0.4, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #5EAEBA is Cyan = 0.49, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 94 | 174 | 186 | - |
| CMYK | 0.49 | 0.06 | 0 | 0.27 |
| HSL | 187.83º | 0.4% | 0.55% | - |
| HSV(B) | 187.83º | 0.49% | 0.73% | - |
| XYZ | 28.62 | 36.2 | 51.93 | - |
| YUV | 151.45 | 147.5 | 87.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 174 | 186 | 0.49 | 0.06 | 0 | 0.27 | 187.83 | 0.4 | 0.55 |
| Hex | 5E | AE | BA | 31 | 6 | 0 | 1B | BC | 28 | 37 |
| Octal | 136 | 256 | 272 | 61 | 6 | 0 | 33 | 274 | 50 | 67 |
| Binary | 1011110 | 10101110 | 10111010 | 110001 | 110 | 0 | 11011 | 10111100 | 101000 | 110111 |
Color Harmonies of #5EAEBA
Complementary color
Monochromatic Colors of #5EAEBA
Black with #5EAEBA
Text Example
Text Example
White with #5EAEBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EAEBA; }
p { color: rgb(94,174,186); }
H1.HeaderClassName
{
color: #5EAEBA;
}
.AnyTagClassName
{
color: #5EAEBA;
}
</style>
background-color css
<style>
a { background-color: #5EAEBA; }
a { background-color: rgb(94,174,186); }
div.DivClassName
{
background-color: #5EAEBA;
}
.BgClassName
{
background-color: #5EAEBA;
}
</style>
border-color css
<style>
span { border-color: #5EAEBA; }
span { border-color: rgb(94,174,186); }
td.TdClassName
{
border-color: #5EAEBA;
}
.TagClassName
{
border-color: #5EAEBA;
}
</style>