Shades of Fountain Blue #5EAEBF
Tints of Fountain Blue #5EAEBF
RGB
CMYK
RGB Variations
Color information
#5EAEBF (or 0x5EAEBF) is known color: Fountain Blue. HEX triplet: 5E, AE and BF. RGB value is (94,174,191). Sum of RGB (Red+Green+Blue) = 94+174+191=459 (60% of max value = 765). Red value is 94 (37.11% from 255 or 20.48% from 459); Green value is 174 (68.36% from 255 or 37.91% from 459); Blue value is 191 (75% from 255 or 41.61% from 459); Max value from RGB is 191 - color contains mainly: blue. Hex color #5EAEBF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5EAEBF is #A15140. Grayscale: #979797. Windows color (decimal): -10572097 or 12562014. OLE color: 12562014.
HSL color Cylindrical-coordinate representation of color #5EAEBF: hue angle of 190.52º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5EAEBF is Cyan = 0.51, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 94 | 174 | 191 | - |
| CMYK | 0.51 | 0.09 | 0 | 0.25 |
| HSL | 190.52º | 0.43% | 0.56% | - |
| HSV(B) | 190.52º | 0.51% | 0.75% | - |
| XYZ | 29.16 | 36.41 | 54.78 | - |
| YUV | 152.02 | 150 | 86.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 174 | 191 | 0.51 | 0.09 | 0 | 0.25 | 190.52 | 0.43 | 0.56 |
| Hex | 5E | AE | BF | 33 | 9 | 0 | 19 | BF | 2B | 38 |
| Octal | 136 | 256 | 277 | 63 | 11 | 0 | 31 | 277 | 53 | 70 |
| Binary | 1011110 | 10101110 | 10111111 | 110011 | 1001 | 0 | 11001 | 10111111 | 101011 | 111000 |
Color Harmonies of #5EAEBF
Complementary color
Monochromatic Colors of #5EAEBF
Black with #5EAEBF
Text Example
Text Example
White with #5EAEBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EAEBF; }
p { color: rgb(94,174,191); }
H1.HeaderClassName
{
color: #5EAEBF;
}
.AnyTagClassName
{
color: #5EAEBF;
}
</style>
background-color css
<style>
a { background-color: #5EAEBF; }
a { background-color: rgb(94,174,191); }
div.DivClassName
{
background-color: #5EAEBF;
}
.BgClassName
{
background-color: #5EAEBF;
}
</style>
border-color css
<style>
span { border-color: #5EAEBF; }
span { border-color: rgb(94,174,191); }
td.TdClassName
{
border-color: #5EAEBF;
}
.TagClassName
{
border-color: #5EAEBF;
}
</style>