Shades of Fountain Blue #5EAEAB
Tints of Fountain Blue #5EAEAB
RGB
CMYK
RGB Variations
Color information
#5EAEAB (or 0x5EAEAB) is known color: Fountain Blue. HEX triplet: 5E, AE and AB. RGB value is (94,174,171). Sum of RGB (Red+Green+Blue) = 94+174+171=439 (58% of max value = 765). Red value is 94 (37.11% from 255 or 21.41% from 439); Green value is 174 (68.36% from 255 or 39.64% from 439); Blue value is 171 (67.19% from 255 or 38.95% from 439); Max value from RGB is 174 - color contains mainly: green. Hex color #5EAEAB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5EAEAB is #A15154. Grayscale: #959595. Windows color (decimal): -10572117 or 11251294. OLE color: 11251294.
HSL color Cylindrical-coordinate representation of color #5EAEAB: hue angle of 177.75º degrees, saturation: 0.33, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #5EAEAB is Cyan = 0.46, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 94 | 174 | 171 | - |
| CMYK | 0.46 | 0 | 0.02 | 0.32 |
| HSL | 177.75º | 0.33% | 0.53% | - |
| HSV(B) | 177.75º | 0.46% | 0.68% | - |
| XYZ | 27.1 | 35.59 | 43.97 | - |
| YUV | 149.74 | 140 | 88.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 174 | 171 | 0.46 | 0 | 0.02 | 0.32 | 177.75 | 0.33 | 0.53 |
| Hex | 5E | AE | AB | 2E | 0 | 2 | 20 | B2 | 21 | 35 |
| Octal | 136 | 256 | 253 | 56 | 0 | 2 | 40 | 262 | 41 | 65 |
| Binary | 1011110 | 10101110 | 10101011 | 101110 | 0 | 10 | 100000 | 10110010 | 100001 | 110101 |
Color Harmonies of #5EAEAB
Complementary color
Monochromatic Colors of #5EAEAB
Black with #5EAEAB
Text Example
Text Example
White with #5EAEAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EAEAB; }
p { color: rgb(94,174,171); }
H1.HeaderClassName
{
color: #5EAEAB;
}
.AnyTagClassName
{
color: #5EAEAB;
}
</style>
background-color css
<style>
a { background-color: #5EAEAB; }
a { background-color: rgb(94,174,171); }
div.DivClassName
{
background-color: #5EAEAB;
}
.BgClassName
{
background-color: #5EAEAB;
}
</style>
border-color css
<style>
span { border-color: #5EAEAB; }
span { border-color: rgb(94,174,171); }
td.TdClassName
{
border-color: #5EAEAB;
}
.TagClassName
{
border-color: #5EAEAB;
}
</style>