Shades of Fountain Blue #5EAFAC
Tints of Fountain Blue #5EAFAC
RGB
CMYK
RGB Variations
Color information
#5EAFAC (or 0x5EAFAC) is known color: Fountain Blue. HEX triplet: 5E, AF and AC. RGB value is (94,175,172). Sum of RGB (Red+Green+Blue) = 94+175+172=441 (58% of max value = 765). Red value is 94 (37.11% from 255 or 21.32% from 441); Green value is 175 (68.75% from 255 or 39.68% from 441); Blue value is 172 (67.58% from 255 or 39.00% from 441); Max value from RGB is 175 - color contains mainly: green. Hex color #5EAFAC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5EAFAC is #A15053. Grayscale: #969696. Windows color (decimal): -10571860 or 11317086. OLE color: 11317086.
HSL color Cylindrical-coordinate representation of color #5EAFAC: hue angle of 177.78º 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 #5EAFAC is Cyan = 0.46, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 94 | 175 | 172 | - |
| CMYK | 0.46 | 0 | 0.02 | 0.31 |
| HSL | 177.78º | 0.34% | 0.53% | - |
| HSV(B) | 177.78º | 0.46% | 0.69% | - |
| XYZ | 27.39 | 36.02 | 44.54 | - |
| YUV | 150.44 | 140.16 | 87.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 175 | 172 | 0.46 | 0 | 0.02 | 0.31 | 177.78 | 0.34 | 0.53 |
| Hex | 5E | AF | AC | 2E | 0 | 2 | 1F | B2 | 22 | 35 |
| Octal | 136 | 257 | 254 | 56 | 0 | 2 | 37 | 262 | 42 | 65 |
| Binary | 1011110 | 10101111 | 10101100 | 101110 | 0 | 10 | 11111 | 10110010 | 100010 | 110101 |
Color Harmonies of #5EAFAC
Complementary color
Monochromatic Colors of #5EAFAC
Black with #5EAFAC
Text Example
Text Example
White with #5EAFAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EAFAC; }
p { color: rgb(94,175,172); }
H1.HeaderClassName
{
color: #5EAFAC;
}
.AnyTagClassName
{
color: #5EAFAC;
}
</style>
background-color css
<style>
a { background-color: #5EAFAC; }
a { background-color: rgb(94,175,172); }
div.DivClassName
{
background-color: #5EAFAC;
}
.BgClassName
{
background-color: #5EAFAC;
}
</style>
border-color css
<style>
span { border-color: #5EAFAC; }
span { border-color: rgb(94,175,172); }
td.TdClassName
{
border-color: #5EAFAC;
}
.TagClassName
{
border-color: #5EAFAC;
}
</style>