Shades of Fountain Blue #5EADAF
Tints of Fountain Blue #5EADAF
RGB
CMYK
RGB Variations
Color information
#5EADAF (or 0x5EADAF) is known color: Fountain Blue. HEX triplet: 5E, AD and AF. RGB value is (94,173,175). Sum of RGB (Red+Green+Blue) = 94+173+175=442 (58% of max value = 765). Red value is 94 (37.11% from 255 or 21.27% from 442); Green value is 173 (67.97% from 255 or 39.14% from 442); Blue value is 175 (68.75% from 255 or 39.59% from 442); Max value from RGB is 175 - color contains mainly: blue. Hex color #5EADAF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5EADAF is #A15250. Grayscale: #959595. Windows color (decimal): -10572369 or 11513182. OLE color: 11513182.
HSL color Cylindrical-coordinate representation of color #5EADAF: hue angle of 181.48º 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 #5EADAF is Cyan = 0.46, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 94 | 173 | 175 | - |
| CMYK | 0.46 | 0.01 | 0 | 0.31 |
| HSL | 181.48º | 0.34% | 0.53% | - |
| HSV(B) | 181.48º | 0.46% | 0.69% | - |
| XYZ | 27.3 | 35.36 | 45.94 | - |
| YUV | 149.61 | 142.33 | 88.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 173 | 175 | 0.46 | 0.01 | 0 | 0.31 | 181.48 | 0.34 | 0.53 |
| Hex | 5E | AD | AF | 2E | 1 | 0 | 1F | B5 | 22 | 35 |
| Octal | 136 | 255 | 257 | 56 | 1 | 0 | 37 | 265 | 42 | 65 |
| Binary | 1011110 | 10101101 | 10101111 | 101110 | 1 | 0 | 11111 | 10110101 | 100010 | 110101 |
Color Harmonies of #5EADAF
Complementary color
Monochromatic Colors of #5EADAF
Black with #5EADAF
Text Example
Text Example
White with #5EADAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EADAF; }
p { color: rgb(94,173,175); }
H1.HeaderClassName
{
color: #5EADAF;
}
.AnyTagClassName
{
color: #5EADAF;
}
</style>
background-color css
<style>
a { background-color: #5EADAF; }
a { background-color: rgb(94,173,175); }
div.DivClassName
{
background-color: #5EADAF;
}
.BgClassName
{
background-color: #5EADAF;
}
</style>
border-color css
<style>
span { border-color: #5EADAF; }
span { border-color: rgb(94,173,175); }
td.TdClassName
{
border-color: #5EADAF;
}
.TagClassName
{
border-color: #5EADAF;
}
</style>