Shades of Fountain Blue #5EBDB7
Tints of Fountain Blue #5EBDB7
RGB
CMYK
RGB Variations
Color information
#5EBDB7 (or 0x5EBDB7) is known color: Fountain Blue. HEX triplet: 5E, BD and B7. RGB value is (94,189,183). Sum of RGB (Red+Green+Blue) = 94+189+183=466 (61% of max value = 765). Red value is 94 (37.11% from 255 or 20.17% from 466); Green value is 189 (74.22% from 255 or 40.56% from 466); Blue value is 183 (71.88% from 255 or 39.27% from 466); Max value from RGB is 189 - color contains mainly: green. Hex color #5EBDB7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5EBDB7 is #A14248. Grayscale: #9F9F9F. Windows color (decimal): -10568265 or 12041566. OLE color: 12041566.
HSL color Cylindrical-coordinate representation of color #5EBDB7: hue angle of 176.21º 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 #5EBDB7 is Cyan = 0.50, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 94 | 189 | 183 | - |
| CMYK | 0.50 | 0 | 0.03 | 0.26 |
| HSL | 176.21º | 0.42% | 0.55% | - |
| HSV(B) | 176.21º | 0.5% | 0.74% | - |
| XYZ | 31.36 | 42.19 | 51.29 | - |
| YUV | 159.91 | 141.03 | 80.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 189 | 183 | 0.50 | 0 | 0.03 | 0.26 | 176.21 | 0.42 | 0.55 |
| Hex | 5E | BD | B7 | 32 | 0 | 3 | 1A | B0 | 2A | 37 |
| Octal | 136 | 275 | 267 | 62 | 0 | 3 | 32 | 260 | 52 | 67 |
| Binary | 1011110 | 10111101 | 10110111 | 110010 | 0 | 11 | 11010 | 10110000 | 101010 | 110111 |
Color Harmonies of #5EBDB7
Complementary color
Monochromatic Colors of #5EBDB7
Black with #5EBDB7
Text Example
Text Example
White with #5EBDB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EBDB7; }
p { color: rgb(94,189,183); }
H1.HeaderClassName
{
color: #5EBDB7;
}
.AnyTagClassName
{
color: #5EBDB7;
}
</style>
background-color css
<style>
a { background-color: #5EBDB7; }
a { background-color: rgb(94,189,183); }
div.DivClassName
{
background-color: #5EBDB7;
}
.BgClassName
{
background-color: #5EBDB7;
}
</style>
border-color css
<style>
span { border-color: #5EBDB7; }
span { border-color: rgb(94,189,183); }
td.TdClassName
{
border-color: #5EBDB7;
}
.TagClassName
{
border-color: #5EBDB7;
}
</style>