Shades of Fountain Blue #5EACBB
Tints of Fountain Blue #5EACBB
RGB
CMYK
RGB Variations
Color information
#5EACBB (or 0x5EACBB) is known color: Fountain Blue. HEX triplet: 5E, AC and BB. RGB value is (94,172,187). Sum of RGB (Red+Green+Blue) = 94+172+187=453 (60% of max value = 765). Red value is 94 (37.11% from 255 or 20.75% from 453); Green value is 172 (67.58% from 255 or 37.97% from 453); Blue value is 187 (73.44% from 255 or 41.28% from 453); Max value from RGB is 187 - color contains mainly: blue. Hex color #5EACBB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5EACBB is #A15344. Grayscale: #969696. Windows color (decimal): -10572613 or 12299358. OLE color: 12299358.
HSL color Cylindrical-coordinate representation of color #5EACBB: hue angle of 189.68º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #5EACBB is Cyan = 0.50, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 94 | 172 | 187 | - |
| CMYK | 0.50 | 0.08 | 0 | 0.27 |
| HSL | 189.68º | 0.41% | 0.55% | - |
| HSV(B) | 189.68º | 0.5% | 0.73% | - |
| XYZ | 28.34 | 35.47 | 52.37 | - |
| YUV | 150.39 | 148.66 | 87.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 172 | 187 | 0.50 | 0.08 | 0 | 0.27 | 189.68 | 0.41 | 0.55 |
| Hex | 5E | AC | BB | 32 | 8 | 0 | 1B | BE | 29 | 37 |
| Octal | 136 | 254 | 273 | 62 | 10 | 0 | 33 | 276 | 51 | 67 |
| Binary | 1011110 | 10101100 | 10111011 | 110010 | 1000 | 0 | 11011 | 10111110 | 101001 | 110111 |
Color Harmonies of #5EACBB
Complementary color
Monochromatic Colors of #5EACBB
Black with #5EACBB
Text Example
Text Example
White with #5EACBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EACBB; }
p { color: rgb(94,172,187); }
H1.HeaderClassName
{
color: #5EACBB;
}
.AnyTagClassName
{
color: #5EACBB;
}
</style>
background-color css
<style>
a { background-color: #5EACBB; }
a { background-color: rgb(94,172,187); }
div.DivClassName
{
background-color: #5EACBB;
}
.BgClassName
{
background-color: #5EACBB;
}
</style>
border-color css
<style>
span { border-color: #5EACBB; }
span { border-color: rgb(94,172,187); }
td.TdClassName
{
border-color: #5EACBB;
}
.TagClassName
{
border-color: #5EACBB;
}
</style>