Shades of Fountain Blue #5EBBBB
Tints of Fountain Blue #5EBBBB
RGB
CMYK
RGB Variations
Color information
#5EBBBB (or 0x5EBBBB) is known color: Fountain Blue. HEX triplet: 5E, BB and BB. RGB value is (94,187,187). Sum of RGB (Red+Green+Blue) = 94+187+187=468 (61% of max value = 765). Red value is 94 (37.11% from 255 or 20.09% from 468); Green value is 187 (73.44% from 255 or 39.96% from 468); Blue value is 187 (73.44% from 255 or 39.96% from 468); Max value from RGB is 187 - color contains mainly: green, blue. Hex color #5EBBBB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5EBBBB is #A14444. Grayscale: #9F9F9F. Windows color (decimal): -10568773 or 12303198. OLE color: 12303198.
HSL color Cylindrical-coordinate representation of color #5EBBBB: hue angle of 180º 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 #5EBBBB is Cyan = 0.50, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 94 | 187 | 187 | - |
| CMYK | 0.50 | 0 | 0 | 0.27 |
| HSL | 180º | 0.41% | 0.55% | - |
| HSV(B) | 180º | 0.5% | 0.73% | - |
| XYZ | 31.36 | 41.51 | 53.37 | - |
| YUV | 159.19 | 143.69 | 81.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 187 | 187 | 0.50 | 0 | 0 | 0.27 | 180 | 0.41 | 0.55 |
| Hex | 5E | BB | BB | 32 | 0 | 0 | 1B | B4 | 29 | 37 |
| Octal | 136 | 273 | 273 | 62 | 0 | 0 | 33 | 264 | 51 | 67 |
| Binary | 1011110 | 10111011 | 10111011 | 110010 | 0 | 0 | 11011 | 10110100 | 101001 | 110111 |
Color Harmonies of #5EBBBB
Complementary color
Monochromatic Colors of #5EBBBB
Black with #5EBBBB
Text Example
Text Example
White with #5EBBBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EBBBB; }
p { color: rgb(94,187,187); }
H1.HeaderClassName
{
color: #5EBBBB;
}
.AnyTagClassName
{
color: #5EBBBB;
}
</style>
background-color css
<style>
a { background-color: #5EBBBB; }
a { background-color: rgb(94,187,187); }
div.DivClassName
{
background-color: #5EBBBB;
}
.BgClassName
{
background-color: #5EBBBB;
}
</style>
border-color css
<style>
span { border-color: #5EBBBB; }
span { border-color: rgb(94,187,187); }
td.TdClassName
{
border-color: #5EBBBB;
}
.TagClassName
{
border-color: #5EBBBB;
}
</style>