Shades of Fountain Blue #5EAABF
Tints of Fountain Blue #5EAABF
RGB
CMYK
RGB Variations
Color information
#5EAABF (or 0x5EAABF) is known color: Fountain Blue. HEX triplet: 5E, AA and BF. RGB value is (94,170,191). Sum of RGB (Red+Green+Blue) = 94+170+191=455 (60% of max value = 765). Red value is 94 (37.11% from 255 or 20.66% from 455); Green value is 170 (66.80% from 255 or 37.36% from 455); Blue value is 191 (75% from 255 or 41.98% from 455); Max value from RGB is 191 - color contains mainly: blue. Hex color #5EAABF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5EAABF is #A15540. Grayscale: #959595. Windows color (decimal): -10573121 or 12560990. OLE color: 12560990.
HSL color Cylindrical-coordinate representation of color #5EAABF: hue angle of 192.99º 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 #5EAABF is Cyan = 0.51, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 94 | 170 | 191 | - |
| CMYK | 0.51 | 0.11 | 0 | 0.25 |
| HSL | 192.99º | 0.43% | 0.56% | - |
| HSV(B) | 192.99º | 0.51% | 0.75% | - |
| XYZ | 28.39 | 34.89 | 54.53 | - |
| YUV | 149.67 | 151.32 | 88.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 170 | 191 | 0.51 | 0.11 | 0 | 0.25 | 192.99 | 0.43 | 0.56 |
| Hex | 5E | AA | BF | 33 | B | 0 | 19 | C1 | 2B | 38 |
| Octal | 136 | 252 | 277 | 63 | 13 | 0 | 31 | 301 | 53 | 70 |
| Binary | 1011110 | 10101010 | 10111111 | 110011 | 1011 | 0 | 11001 | 11000001 | 101011 | 111000 |
Color Harmonies of #5EAABF
Complementary color
Monochromatic Colors of #5EAABF
Black with #5EAABF
Text Example
Text Example
White with #5EAABF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EAABF; }
p { color: rgb(94,170,191); }
H1.HeaderClassName
{
color: #5EAABF;
}
.AnyTagClassName
{
color: #5EAABF;
}
</style>
background-color css
<style>
a { background-color: #5EAABF; }
a { background-color: rgb(94,170,191); }
div.DivClassName
{
background-color: #5EAABF;
}
.BgClassName
{
background-color: #5EAABF;
}
</style>
border-color css
<style>
span { border-color: #5EAABF; }
span { border-color: rgb(94,170,191); }
td.TdClassName
{
border-color: #5EAABF;
}
.TagClassName
{
border-color: #5EAABF;
}
</style>