Shades of Fountain Blue #5EABBC
Tints of Fountain Blue #5EABBC
RGB
CMYK
RGB Variations
Color information
#5EABBC (or 0x5EABBC) is known color: Fountain Blue. HEX triplet: 5E, AB and BC. RGB value is (94,171,188). Sum of RGB (Red+Green+Blue) = 94+171+188=453 (60% of max value = 765). Red value is 94 (37.11% from 255 or 20.75% from 453); Green value is 171 (67.19% from 255 or 37.75% from 453); Blue value is 188 (73.83% from 255 or 41.50% from 453); Max value from RGB is 188 - color contains mainly: blue. Hex color #5EABBC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5EABBC is #A15443. Grayscale: #959595. Windows color (decimal): -10572868 or 12364638. OLE color: 12364638.
HSL color Cylindrical-coordinate representation of color #5EABBC: hue angle of 190.85º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #5EABBC is Cyan = 0.50, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 94 | 171 | 188 | - |
| CMYK | 0.50 | 0.09 | 0 | 0.26 |
| HSL | 190.85º | 0.41% | 0.55% | - |
| HSV(B) | 190.85º | 0.5% | 0.74% | - |
| XYZ | 28.26 | 35.14 | 52.87 | - |
| YUV | 149.92 | 149.49 | 88.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 171 | 188 | 0.50 | 0.09 | 0 | 0.26 | 190.85 | 0.41 | 0.55 |
| Hex | 5E | AB | BC | 32 | 9 | 0 | 1A | BF | 29 | 37 |
| Octal | 136 | 253 | 274 | 62 | 11 | 0 | 32 | 277 | 51 | 67 |
| Binary | 1011110 | 10101011 | 10111100 | 110010 | 1001 | 0 | 11010 | 10111111 | 101001 | 110111 |
Color Harmonies of #5EABBC
Complementary color
Monochromatic Colors of #5EABBC
Black with #5EABBC
Text Example
Text Example
White with #5EABBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EABBC; }
p { color: rgb(94,171,188); }
H1.HeaderClassName
{
color: #5EABBC;
}
.AnyTagClassName
{
color: #5EABBC;
}
</style>
background-color css
<style>
a { background-color: #5EABBC; }
a { background-color: rgb(94,171,188); }
div.DivClassName
{
background-color: #5EABBC;
}
.BgClassName
{
background-color: #5EABBC;
}
</style>
border-color css
<style>
span { border-color: #5EABBC; }
span { border-color: rgb(94,171,188); }
td.TdClassName
{
border-color: #5EABBC;
}
.TagClassName
{
border-color: #5EABBC;
}
</style>