Shades of Fountain Blue #5EABAB
Tints of Fountain Blue #5EABAB
RGB
CMYK
RGB Variations
Color information
#5EABAB (or 0x5EABAB) is known color: Fountain Blue. HEX triplet: 5E, AB and AB. RGB value is (94,171,171). Sum of RGB (Red+Green+Blue) = 94+171+171=436 (57% of max value = 765). Red value is 94 (37.11% from 255 or 21.56% from 436); Green value is 171 (67.19% from 255 or 39.22% from 436); Blue value is 171 (67.19% from 255 or 39.22% from 436); Max value from RGB is 171 - color contains mainly: green, blue. Hex color #5EABAB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5EABAB is #A15454. Grayscale: #939393. Windows color (decimal): -10572885 or 11250526. OLE color: 11250526.
HSL color Cylindrical-coordinate representation of color #5EABAB: hue angle of 180º degrees, saturation: 0.31, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #5EABAB is Cyan = 0.45, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 94 | 171 | 171 | - |
| CMYK | 0.45 | 0 | 0 | 0.33 |
| HSL | 180º | 0.31% | 0.52% | - |
| HSV(B) | 180º | 0.45% | 0.67% | - |
| XYZ | 26.53 | 34.45 | 43.78 | - |
| YUV | 147.98 | 140.99 | 89.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 171 | 171 | 0.45 | 0 | 0 | 0.33 | 180 | 0.31 | 0.52 |
| Hex | 5E | AB | AB | 2D | 0 | 0 | 21 | B4 | 1F | 34 |
| Octal | 136 | 253 | 253 | 55 | 0 | 0 | 41 | 264 | 37 | 64 |
| Binary | 1011110 | 10101011 | 10101011 | 101101 | 0 | 0 | 100001 | 10110100 | 11111 | 110100 |
Color Harmonies of #5EABAB
Complementary color
Monochromatic Colors of #5EABAB
Black with #5EABAB
Text Example
Text Example
White with #5EABAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EABAB; }
p { color: rgb(94,171,171); }
H1.HeaderClassName
{
color: #5EABAB;
}
.AnyTagClassName
{
color: #5EABAB;
}
</style>
background-color css
<style>
a { background-color: #5EABAB; }
a { background-color: rgb(94,171,171); }
div.DivClassName
{
background-color: #5EABAB;
}
.BgClassName
{
background-color: #5EABAB;
}
</style>
border-color css
<style>
span { border-color: #5EABAB; }
span { border-color: rgb(94,171,171); }
td.TdClassName
{
border-color: #5EABAB;
}
.TagClassName
{
border-color: #5EABAB;
}
</style>