Shades of Fountain Blue #5EACBD
Tints of Fountain Blue #5EACBD
RGB
CMYK
RGB Variations
Color information
#5EACBD (or 0x5EACBD) is known color: Fountain Blue. HEX triplet: 5E, AC and BD. RGB value is (94,172,189). Sum of RGB (Red+Green+Blue) = 94+172+189=455 (60% of max value = 765). Red value is 94 (37.11% from 255 or 20.66% from 455); Green value is 172 (67.58% from 255 or 37.80% from 455); Blue value is 189 (74.22% from 255 or 41.54% from 455); Max value from RGB is 189 - color contains mainly: blue. Hex color #5EACBD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5EACBD is #A15342. Grayscale: #969696. Windows color (decimal): -10572611 or 12430430. OLE color: 12430430.
HSL color Cylindrical-coordinate representation of color #5EACBD: hue angle of 190.74º degrees, saturation: 0.42, 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 #5EACBD is Cyan = 0.50, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 94 | 172 | 189 | - |
| CMYK | 0.50 | 0.09 | 0 | 0.26 |
| HSL | 190.74º | 0.42% | 0.55% | - |
| HSV(B) | 190.74º | 0.5% | 0.74% | - |
| XYZ | 28.55 | 35.56 | 53.5 | - |
| YUV | 150.62 | 149.66 | 87.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 172 | 189 | 0.50 | 0.09 | 0 | 0.26 | 190.74 | 0.42 | 0.55 |
| Hex | 5E | AC | BD | 32 | 9 | 0 | 1A | BF | 2A | 37 |
| Octal | 136 | 254 | 275 | 62 | 11 | 0 | 32 | 277 | 52 | 67 |
| Binary | 1011110 | 10101100 | 10111101 | 110010 | 1001 | 0 | 11010 | 10111111 | 101010 | 110111 |
Color Harmonies of #5EACBD
Complementary color
Monochromatic Colors of #5EACBD
Black with #5EACBD
Text Example
Text Example
White with #5EACBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EACBD; }
p { color: rgb(94,172,189); }
H1.HeaderClassName
{
color: #5EACBD;
}
.AnyTagClassName
{
color: #5EACBD;
}
</style>
background-color css
<style>
a { background-color: #5EACBD; }
a { background-color: rgb(94,172,189); }
div.DivClassName
{
background-color: #5EACBD;
}
.BgClassName
{
background-color: #5EACBD;
}
</style>
border-color css
<style>
span { border-color: #5EACBD; }
span { border-color: rgb(94,172,189); }
td.TdClassName
{
border-color: #5EACBD;
}
.TagClassName
{
border-color: #5EACBD;
}
</style>