Shades of Fountain Blue #5EAFBA
Tints of Fountain Blue #5EAFBA
RGB
CMYK
RGB Variations
Color information
#5EAFBA (or 0x5EAFBA) is known color: Fountain Blue. HEX triplet: 5E, AF and BA. RGB value is (94,175,186). Sum of RGB (Red+Green+Blue) = 94+175+186=455 (60% of max value = 765). Red value is 94 (37.11% from 255 or 20.66% from 455); Green value is 175 (68.75% from 255 or 38.46% from 455); Blue value is 186 (73.05% from 255 or 40.88% from 455); Max value from RGB is 186 - color contains mainly: blue. Hex color #5EAFBA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5EAFBA is #A15045. Grayscale: #979797. Windows color (decimal): -10571846 or 12234590. OLE color: 12234590.
HSL color Cylindrical-coordinate representation of color #5EAFBA: hue angle of 187.17º 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 #5EAFBA is Cyan = 0.49, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 94 | 175 | 186 | - |
| CMYK | 0.49 | 0.06 | 0 | 0.27 |
| HSL | 187.17º | 0.4% | 0.55% | - |
| HSV(B) | 187.17º | 0.49% | 0.73% | - |
| XYZ | 28.81 | 36.58 | 52 | - |
| YUV | 152.04 | 147.16 | 86.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 175 | 186 | 0.49 | 0.06 | 0 | 0.27 | 187.17 | 0.4 | 0.55 |
| Hex | 5E | AF | BA | 31 | 6 | 0 | 1B | BB | 28 | 37 |
| Octal | 136 | 257 | 272 | 61 | 6 | 0 | 33 | 273 | 50 | 67 |
| Binary | 1011110 | 10101111 | 10111010 | 110001 | 110 | 0 | 11011 | 10111011 | 101000 | 110111 |
Color Harmonies of #5EAFBA
Complementary color
Monochromatic Colors of #5EAFBA
Black with #5EAFBA
Text Example
Text Example
White with #5EAFBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EAFBA; }
p { color: rgb(94,175,186); }
H1.HeaderClassName
{
color: #5EAFBA;
}
.AnyTagClassName
{
color: #5EAFBA;
}
</style>
background-color css
<style>
a { background-color: #5EAFBA; }
a { background-color: rgb(94,175,186); }
div.DivClassName
{
background-color: #5EAFBA;
}
.BgClassName
{
background-color: #5EAFBA;
}
</style>
border-color css
<style>
span { border-color: #5EAFBA; }
span { border-color: rgb(94,175,186); }
td.TdClassName
{
border-color: #5EAFBA;
}
.TagClassName
{
border-color: #5EAFBA;
}
</style>