Shades of Fountain Blue #5EABB9
Tints of Fountain Blue #5EABB9
RGB
CMYK
RGB Variations
Color information
#5EABB9 (or 0x5EABB9) is known color: Fountain Blue. HEX triplet: 5E, AB and B9. RGB value is (94,171,185). Sum of RGB (Red+Green+Blue) = 94+171+185=450 (59% of max value = 765). Red value is 94 (37.11% from 255 or 20.89% from 450); Green value is 171 (67.19% from 255 or 38% from 450); Blue value is 185 (72.66% from 255 or 41.11% from 450); Max value from RGB is 185 - color contains mainly: blue. Hex color #5EABB9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5EABB9 is #A15446. Grayscale: #959595. Windows color (decimal): -10572871 or 12168030. OLE color: 12168030.
HSL color Cylindrical-coordinate representation of color #5EABB9: hue angle of 189.23º degrees, saturation: 0.39, 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 #5EABB9 is Cyan = 0.49, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 94 | 171 | 185 | - |
| CMYK | 0.49 | 0.08 | 0 | 0.27 |
| HSL | 189.23º | 0.39% | 0.55% | - |
| HSV(B) | 189.23º | 0.49% | 0.73% | - |
| XYZ | 27.94 | 35.01 | 51.18 | - |
| YUV | 149.57 | 147.99 | 88.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 171 | 185 | 0.49 | 0.08 | 0 | 0.27 | 189.23 | 0.39 | 0.55 |
| Hex | 5E | AB | B9 | 31 | 8 | 0 | 1B | BD | 27 | 37 |
| Octal | 136 | 253 | 271 | 61 | 10 | 0 | 33 | 275 | 47 | 67 |
| Binary | 1011110 | 10101011 | 10111001 | 110001 | 1000 | 0 | 11011 | 10111101 | 100111 | 110111 |
Color Harmonies of #5EABB9
Complementary color
Monochromatic Colors of #5EABB9
Black with #5EABB9
Text Example
Text Example
White with #5EABB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EABB9; }
p { color: rgb(94,171,185); }
H1.HeaderClassName
{
color: #5EABB9;
}
.AnyTagClassName
{
color: #5EABB9;
}
</style>
background-color css
<style>
a { background-color: #5EABB9; }
a { background-color: rgb(94,171,185); }
div.DivClassName
{
background-color: #5EABB9;
}
.BgClassName
{
background-color: #5EABB9;
}
</style>
border-color css
<style>
span { border-color: #5EABB9; }
span { border-color: rgb(94,171,185); }
td.TdClassName
{
border-color: #5EABB9;
}
.TagClassName
{
border-color: #5EABB9;
}
</style>