Shades of Fountain Blue #5EBDBA
Tints of Fountain Blue #5EBDBA
RGB
CMYK
RGB Variations
Color information
#5EBDBA (or 0x5EBDBA) is known color: Fountain Blue. HEX triplet: 5E, BD and BA. RGB value is (94,189,186). Sum of RGB (Red+Green+Blue) = 94+189+186=469 (62% of max value = 765). Red value is 94 (37.11% from 255 or 20.04% from 469); Green value is 189 (74.22% from 255 or 40.30% from 469); Blue value is 186 (73.05% from 255 or 39.66% from 469); Max value from RGB is 189 - color contains mainly: green. Hex color #5EBDBA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5EBDBA is #A14245. Grayscale: #A0A0A0. Windows color (decimal): -10568262 or 12238174. OLE color: 12238174.
HSL color Cylindrical-coordinate representation of color #5EBDBA: hue angle of 178.11º 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 #5EBDBA is Cyan = 0.50, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 94 | 189 | 186 | - |
| CMYK | 0.50 | 0 | 0.02 | 0.26 |
| HSL | 178.11º | 0.42% | 0.55% | - |
| HSV(B) | 178.11º | 0.5% | 0.74% | - |
| XYZ | 31.68 | 42.32 | 52.95 | - |
| YUV | 160.25 | 142.53 | 80.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 189 | 186 | 0.50 | 0 | 0.02 | 0.26 | 178.11 | 0.42 | 0.55 |
| Hex | 5E | BD | BA | 32 | 0 | 2 | 1A | B2 | 2A | 37 |
| Octal | 136 | 275 | 272 | 62 | 0 | 2 | 32 | 262 | 52 | 67 |
| Binary | 1011110 | 10111101 | 10111010 | 110010 | 0 | 10 | 11010 | 10110010 | 101010 | 110111 |
Color Harmonies of #5EBDBA
Complementary color
Monochromatic Colors of #5EBDBA
Black with #5EBDBA
Text Example
Text Example
White with #5EBDBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EBDBA; }
p { color: rgb(94,189,186); }
H1.HeaderClassName
{
color: #5EBDBA;
}
.AnyTagClassName
{
color: #5EBDBA;
}
</style>
background-color css
<style>
a { background-color: #5EBDBA; }
a { background-color: rgb(94,189,186); }
div.DivClassName
{
background-color: #5EBDBA;
}
.BgClassName
{
background-color: #5EBDBA;
}
</style>
border-color css
<style>
span { border-color: #5EBDBA; }
span { border-color: rgb(94,189,186); }
td.TdClassName
{
border-color: #5EBDBA;
}
.TagClassName
{
border-color: #5EBDBA;
}
</style>