Shades of Fountain Blue #5EBDB8
Tints of Fountain Blue #5EBDB8
RGB
CMYK
RGB Variations
Color information
#5EBDB8 (or 0x5EBDB8) is known color: Fountain Blue. HEX triplet: 5E, BD and B8. RGB value is (94,189,184). Sum of RGB (Red+Green+Blue) = 94+189+184=467 (61% of max value = 765). Red value is 94 (37.11% from 255 or 20.13% from 467); Green value is 189 (74.22% from 255 or 40.47% from 467); Blue value is 184 (72.27% from 255 or 39.40% from 467); Max value from RGB is 189 - color contains mainly: green. Hex color #5EBDB8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5EBDB8 is #A14247. Grayscale: #9F9F9F. Windows color (decimal): -10568264 or 12107102. OLE color: 12107102.
HSL color Cylindrical-coordinate representation of color #5EBDB8: hue angle of 176.84º 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 #5EBDB8 is Cyan = 0.50, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 94 | 189 | 184 | - |
| CMYK | 0.50 | 0 | 0.03 | 0.26 |
| HSL | 176.84º | 0.42% | 0.55% | - |
| HSV(B) | 176.84º | 0.5% | 0.74% | - |
| XYZ | 31.47 | 42.24 | 51.84 | - |
| YUV | 160.03 | 141.53 | 80.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 189 | 184 | 0.50 | 0 | 0.03 | 0.26 | 176.84 | 0.42 | 0.55 |
| Hex | 5E | BD | B8 | 32 | 0 | 3 | 1A | B1 | 2A | 37 |
| Octal | 136 | 275 | 270 | 62 | 0 | 3 | 32 | 261 | 52 | 67 |
| Binary | 1011110 | 10111101 | 10111000 | 110010 | 0 | 11 | 11010 | 10110001 | 101010 | 110111 |
Color Harmonies of #5EBDB8
Complementary color
Monochromatic Colors of #5EBDB8
Black with #5EBDB8
Text Example
Text Example
White with #5EBDB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EBDB8; }
p { color: rgb(94,189,184); }
H1.HeaderClassName
{
color: #5EBDB8;
}
.AnyTagClassName
{
color: #5EBDB8;
}
</style>
background-color css
<style>
a { background-color: #5EBDB8; }
a { background-color: rgb(94,189,184); }
div.DivClassName
{
background-color: #5EBDB8;
}
.BgClassName
{
background-color: #5EBDB8;
}
</style>
border-color css
<style>
span { border-color: #5EBDB8; }
span { border-color: rgb(94,189,184); }
td.TdClassName
{
border-color: #5EBDB8;
}
.TagClassName
{
border-color: #5EBDB8;
}
</style>