Shades of Fountain Blue #5EABAF
Tints of Fountain Blue #5EABAF
RGB
CMYK
RGB Variations
Color information
#5EABAF (or 0x5EABAF) is known color: Fountain Blue. HEX triplet: 5E, AB and AF. RGB value is (94,171,175). Sum of RGB (Red+Green+Blue) = 94+171+175=440 (58% of max value = 765). Red value is 94 (37.11% from 255 or 21.36% from 440); Green value is 171 (67.19% from 255 or 38.86% from 440); Blue value is 175 (68.75% from 255 or 39.77% from 440); Max value from RGB is 175 - color contains mainly: blue. Hex color #5EABAF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5EABAF is #A15450. Grayscale: #949494. Windows color (decimal): -10572881 or 11512670. OLE color: 11512670.
HSL color Cylindrical-coordinate representation of color #5EABAF: hue angle of 182.96º degrees, saturation: 0.34, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #5EABAF is Cyan = 0.46, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 94 | 171 | 175 | - |
| CMYK | 0.46 | 0.02 | 0 | 0.31 |
| HSL | 182.96º | 0.34% | 0.53% | - |
| HSV(B) | 182.96º | 0.46% | 0.69% | - |
| XYZ | 26.92 | 34.6 | 45.82 | - |
| YUV | 148.43 | 142.99 | 89.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 171 | 175 | 0.46 | 0.02 | 0 | 0.31 | 182.96 | 0.34 | 0.53 |
| Hex | 5E | AB | AF | 2E | 2 | 0 | 1F | B7 | 22 | 35 |
| Octal | 136 | 253 | 257 | 56 | 2 | 0 | 37 | 267 | 42 | 65 |
| Binary | 1011110 | 10101011 | 10101111 | 101110 | 10 | 0 | 11111 | 10110111 | 100010 | 110101 |
Color Harmonies of #5EABAF
Complementary color
Monochromatic Colors of #5EABAF
Black with #5EABAF
Text Example
Text Example
White with #5EABAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EABAF; }
p { color: rgb(94,171,175); }
H1.HeaderClassName
{
color: #5EABAF;
}
.AnyTagClassName
{
color: #5EABAF;
}
</style>
background-color css
<style>
a { background-color: #5EABAF; }
a { background-color: rgb(94,171,175); }
div.DivClassName
{
background-color: #5EABAF;
}
.BgClassName
{
background-color: #5EABAF;
}
</style>
border-color css
<style>
span { border-color: #5EABAF; }
span { border-color: rgb(94,171,175); }
td.TdClassName
{
border-color: #5EABAF;
}
.TagClassName
{
border-color: #5EABAF;
}
</style>