Shades of Fountain Blue #5EAABE
Tints of Fountain Blue #5EAABE
RGB
CMYK
RGB Variations
Color information
#5EAABE (or 0x5EAABE) is known color: Fountain Blue. HEX triplet: 5E, AA and BE. RGB value is (94,170,190). Sum of RGB (Red+Green+Blue) = 94+170+190=454 (60% of max value = 765). Red value is 94 (37.11% from 255 or 20.70% from 454); Green value is 170 (66.80% from 255 or 37.44% from 454); Blue value is 190 (74.61% from 255 or 41.85% from 454); Max value from RGB is 190 - color contains mainly: blue. Hex color #5EAABE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5EAABE is #A15541. Grayscale: #959595. Windows color (decimal): -10573122 or 12495454. OLE color: 12495454.
HSL color Cylindrical-coordinate representation of color #5EAABE: hue angle of 192.5º degrees, saturation: 0.42, 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 #5EAABE is Cyan = 0.51, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 94 | 170 | 190 | - |
| CMYK | 0.51 | 0.11 | 0 | 0.25 |
| HSL | 192.5º | 0.42% | 0.56% | - |
| HSV(B) | 192.5º | 0.51% | 0.75% | - |
| XYZ | 28.29 | 34.85 | 53.95 | - |
| YUV | 149.56 | 150.82 | 88.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 170 | 190 | 0.51 | 0.11 | 0 | 0.25 | 192.5 | 0.42 | 0.56 |
| Hex | 5E | AA | BE | 33 | B | 0 | 19 | C0 | 2A | 38 |
| Octal | 136 | 252 | 276 | 63 | 13 | 0 | 31 | 300 | 52 | 70 |
| Binary | 1011110 | 10101010 | 10111110 | 110011 | 1011 | 0 | 11001 | 11000000 | 101010 | 111000 |
Color Harmonies of #5EAABE
Complementary color
Monochromatic Colors of #5EAABE
Black with #5EAABE
Text Example
Text Example
White with #5EAABE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EAABE; }
p { color: rgb(94,170,190); }
H1.HeaderClassName
{
color: #5EAABE;
}
.AnyTagClassName
{
color: #5EAABE;
}
</style>
background-color css
<style>
a { background-color: #5EAABE; }
a { background-color: rgb(94,170,190); }
div.DivClassName
{
background-color: #5EAABE;
}
.BgClassName
{
background-color: #5EAABE;
}
</style>
border-color css
<style>
span { border-color: #5EAABE; }
span { border-color: rgb(94,170,190); }
td.TdClassName
{
border-color: #5EAABE;
}
.TagClassName
{
border-color: #5EAABE;
}
</style>