Shades of Fountain Blue #5EBBBC
Tints of Fountain Blue #5EBBBC
RGB
CMYK
RGB Variations
Color information
#5EBBBC (or 0x5EBBBC) is known color: Fountain Blue. HEX triplet: 5E, BB and BC. RGB value is (94,187,188). Sum of RGB (Red+Green+Blue) = 94+187+188=469 (62% of max value = 765). Red value is 94 (37.11% from 255 or 20.04% from 469); Green value is 187 (73.44% from 255 or 39.87% from 469); Blue value is 188 (73.83% from 255 or 40.09% from 469); Max value from RGB is 188 - color contains mainly: blue. Hex color #5EBBBC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5EBBBC is #A14443. Grayscale: #9F9F9F. Windows color (decimal): -10568772 or 12368734. OLE color: 12368734.
HSL color Cylindrical-coordinate representation of color #5EBBBC: hue angle of 180.64º degrees, saturation: 0.41, 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 #5EBBBC is Cyan = 0.50, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 94 | 187 | 188 | - |
| CMYK | 0.50 | 0.01 | 0 | 0.26 |
| HSL | 180.64º | 0.41% | 0.55% | - |
| HSV(B) | 180.64º | 0.5% | 0.74% | - |
| XYZ | 31.46 | 41.55 | 53.94 | - |
| YUV | 159.31 | 144.19 | 81.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 187 | 188 | 0.50 | 0.01 | 0 | 0.26 | 180.64 | 0.41 | 0.55 |
| Hex | 5E | BB | BC | 32 | 1 | 0 | 1A | B5 | 29 | 37 |
| Octal | 136 | 273 | 274 | 62 | 1 | 0 | 32 | 265 | 51 | 67 |
| Binary | 1011110 | 10111011 | 10111100 | 110010 | 1 | 0 | 11010 | 10110101 | 101001 | 110111 |
Color Harmonies of #5EBBBC
Complementary color
Monochromatic Colors of #5EBBBC
Black with #5EBBBC
Text Example
Text Example
White with #5EBBBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EBBBC; }
p { color: rgb(94,187,188); }
H1.HeaderClassName
{
color: #5EBBBC;
}
.AnyTagClassName
{
color: #5EBBBC;
}
</style>
background-color css
<style>
a { background-color: #5EBBBC; }
a { background-color: rgb(94,187,188); }
div.DivClassName
{
background-color: #5EBBBC;
}
.BgClassName
{
background-color: #5EBBBC;
}
</style>
border-color css
<style>
span { border-color: #5EBBBC; }
span { border-color: rgb(94,187,188); }
td.TdClassName
{
border-color: #5EBBBC;
}
.TagClassName
{
border-color: #5EBBBC;
}
</style>