Shades of Fountain Blue #5EAEBC
Tints of Fountain Blue #5EAEBC
RGB
CMYK
RGB Variations
Color information
#5EAEBC (or 0x5EAEBC) is known color: Fountain Blue. HEX triplet: 5E, AE and BC. RGB value is (94,174,188). Sum of RGB (Red+Green+Blue) = 94+174+188=456 (60% of max value = 765). Red value is 94 (37.11% from 255 or 20.61% from 456); Green value is 174 (68.36% from 255 or 38.16% from 456); Blue value is 188 (73.83% from 255 or 41.23% from 456); Max value from RGB is 188 - color contains mainly: blue. Hex color #5EAEBC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5EAEBC is #A15143. Grayscale: #979797. Windows color (decimal): -10572100 or 12365406. OLE color: 12365406.
HSL color Cylindrical-coordinate representation of color #5EAEBC: hue angle of 188.94º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #5EAEBC is Cyan = 0.50, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 94 | 174 | 188 | - |
| CMYK | 0.50 | 0.07 | 0 | 0.26 |
| HSL | 188.94º | 0.41% | 0.55% | - |
| HSV(B) | 188.94º | 0.5% | 0.74% | - |
| XYZ | 28.83 | 36.28 | 53.06 | - |
| YUV | 151.68 | 148.5 | 86.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 174 | 188 | 0.50 | 0.07 | 0 | 0.26 | 188.94 | 0.41 | 0.55 |
| Hex | 5E | AE | BC | 32 | 7 | 0 | 1A | BD | 29 | 37 |
| Octal | 136 | 256 | 274 | 62 | 7 | 0 | 32 | 275 | 51 | 67 |
| Binary | 1011110 | 10101110 | 10111100 | 110010 | 111 | 0 | 11010 | 10111101 | 101001 | 110111 |
Color Harmonies of #5EAEBC
Complementary color
Monochromatic Colors of #5EAEBC
Black with #5EAEBC
Text Example
Text Example
White with #5EAEBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EAEBC; }
p { color: rgb(94,174,188); }
H1.HeaderClassName
{
color: #5EAEBC;
}
.AnyTagClassName
{
color: #5EAEBC;
}
</style>
background-color css
<style>
a { background-color: #5EAEBC; }
a { background-color: rgb(94,174,188); }
div.DivClassName
{
background-color: #5EAEBC;
}
.BgClassName
{
background-color: #5EAEBC;
}
</style>
border-color css
<style>
span { border-color: #5EAEBC; }
span { border-color: rgb(94,174,188); }
td.TdClassName
{
border-color: #5EAEBC;
}
.TagClassName
{
border-color: #5EAEBC;
}
</style>