Shades of Fountain Blue #5EABBB
Tints of Fountain Blue #5EABBB
RGB
CMYK
RGB Variations
Color information
#5EABBB (or 0x5EABBB) is known color: Fountain Blue. HEX triplet: 5E, AB and BB. RGB value is (94,171,187). Sum of RGB (Red+Green+Blue) = 94+171+187=452 (59% of max value = 765). Red value is 94 (37.11% from 255 or 20.80% from 452); Green value is 171 (67.19% from 255 or 37.83% from 452); Blue value is 187 (73.44% from 255 or 41.37% from 452); Max value from RGB is 187 - color contains mainly: blue. Hex color #5EABBB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5EABBB is #A15444. Grayscale: #959595. Windows color (decimal): -10572869 or 12299102. OLE color: 12299102.
HSL color Cylindrical-coordinate representation of color #5EABBB: hue angle of 190.32º 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 #5EABBB is Cyan = 0.50, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 94 | 171 | 187 | - |
| CMYK | 0.50 | 0.09 | 0 | 0.27 |
| HSL | 190.32º | 0.41% | 0.55% | - |
| HSV(B) | 190.32º | 0.5% | 0.73% | - |
| XYZ | 28.15 | 35.09 | 52.3 | - |
| YUV | 149.8 | 148.99 | 88.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 171 | 187 | 0.50 | 0.09 | 0 | 0.27 | 190.32 | 0.41 | 0.55 |
| Hex | 5E | AB | BB | 32 | 9 | 0 | 1B | BE | 29 | 37 |
| Octal | 136 | 253 | 273 | 62 | 11 | 0 | 33 | 276 | 51 | 67 |
| Binary | 1011110 | 10101011 | 10111011 | 110010 | 1001 | 0 | 11011 | 10111110 | 101001 | 110111 |
Color Harmonies of #5EABBB
Complementary color
Monochromatic Colors of #5EABBB
Black with #5EABBB
Text Example
Text Example
White with #5EABBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EABBB; }
p { color: rgb(94,171,187); }
H1.HeaderClassName
{
color: #5EABBB;
}
.AnyTagClassName
{
color: #5EABBB;
}
</style>
background-color css
<style>
a { background-color: #5EABBB; }
a { background-color: rgb(94,171,187); }
div.DivClassName
{
background-color: #5EABBB;
}
.BgClassName
{
background-color: #5EABBB;
}
</style>
border-color css
<style>
span { border-color: #5EABBB; }
span { border-color: rgb(94,171,187); }
td.TdClassName
{
border-color: #5EABBB;
}
.TagClassName
{
border-color: #5EABBB;
}
</style>