Shades of Fountain Blue #5EBABB
Tints of Fountain Blue #5EBABB
RGB
CMYK
RGB Variations
Color information
#5EBABB (or 0x5EBABB) is known color: Fountain Blue. HEX triplet: 5E, BA and BB. RGB value is (94,186,187). Sum of RGB (Red+Green+Blue) = 94+186+187=467 (61% of max value = 765). Red value is 94 (37.11% from 255 or 20.13% from 467); Green value is 186 (73.05% from 255 or 39.83% from 467); Blue value is 187 (73.44% from 255 or 40.04% from 467); Max value from RGB is 187 - color contains mainly: blue. Hex color #5EBABB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5EBABB is #A14544. Grayscale: #9E9E9E. Windows color (decimal): -10569029 or 12302942. OLE color: 12302942.
HSL color Cylindrical-coordinate representation of color #5EBABB: hue angle of 180.65º 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 #5EBABB is Cyan = 0.50, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 94 | 186 | 187 | - |
| CMYK | 0.50 | 0.01 | 0 | 0.27 |
| HSL | 180.65º | 0.41% | 0.55% | - |
| HSV(B) | 180.65º | 0.5% | 0.73% | - |
| XYZ | 31.14 | 41.09 | 53.3 | - |
| YUV | 158.61 | 144.02 | 81.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 186 | 187 | 0.50 | 0.01 | 0 | 0.27 | 180.65 | 0.41 | 0.55 |
| Hex | 5E | BA | BB | 32 | 1 | 0 | 1B | B5 | 29 | 37 |
| Octal | 136 | 272 | 273 | 62 | 1 | 0 | 33 | 265 | 51 | 67 |
| Binary | 1011110 | 10111010 | 10111011 | 110010 | 1 | 0 | 11011 | 10110101 | 101001 | 110111 |
Color Harmonies of #5EBABB
Complementary color
Monochromatic Colors of #5EBABB
Black with #5EBABB
Text Example
Text Example
White with #5EBABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EBABB; }
p { color: rgb(94,186,187); }
H1.HeaderClassName
{
color: #5EBABB;
}
.AnyTagClassName
{
color: #5EBABB;
}
</style>
background-color css
<style>
a { background-color: #5EBABB; }
a { background-color: rgb(94,186,187); }
div.DivClassName
{
background-color: #5EBABB;
}
.BgClassName
{
background-color: #5EBABB;
}
</style>
border-color css
<style>
span { border-color: #5EBABB; }
span { border-color: rgb(94,186,187); }
td.TdClassName
{
border-color: #5EBABB;
}
.TagClassName
{
border-color: #5EBABB;
}
</style>