Shades of Fountain Blue #5EAFB6
Tints of Fountain Blue #5EAFB6
RGB
CMYK
RGB Variations
Color information
#5EAFB6 (or 0x5EAFB6) is known color: Fountain Blue. HEX triplet: 5E, AF and B6. RGB value is (94,175,182). Sum of RGB (Red+Green+Blue) = 94+175+182=451 (59% of max value = 765). Red value is 94 (37.11% from 255 or 20.84% from 451); Green value is 175 (68.75% from 255 or 38.80% from 451); Blue value is 182 (71.48% from 255 or 40.35% from 451); Max value from RGB is 182 - color contains mainly: blue. Hex color #5EAFB6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5EAFB6 is #A15049. Grayscale: #979797. Windows color (decimal): -10571850 or 11972446. OLE color: 11972446.
HSL color Cylindrical-coordinate representation of color #5EAFB6: hue angle of 184.77º degrees, saturation: 0.38, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #5EAFB6 is Cyan = 0.48, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 94 | 175 | 182 | - |
| CMYK | 0.48 | 0.04 | 0 | 0.29 |
| HSL | 184.77º | 0.38% | 0.54% | - |
| HSV(B) | 184.77º | 0.48% | 0.71% | - |
| XYZ | 28.39 | 36.42 | 49.79 | - |
| YUV | 151.58 | 145.16 | 86.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 175 | 182 | 0.48 | 0.04 | 0 | 0.29 | 184.77 | 0.38 | 0.54 |
| Hex | 5E | AF | B6 | 30 | 4 | 0 | 1D | B9 | 26 | 36 |
| Octal | 136 | 257 | 266 | 60 | 4 | 0 | 35 | 271 | 46 | 66 |
| Binary | 1011110 | 10101111 | 10110110 | 110000 | 100 | 0 | 11101 | 10111001 | 100110 | 110110 |
Color Harmonies of #5EAFB6
Complementary color
Monochromatic Colors of #5EAFB6
Black with #5EAFB6
Text Example
Text Example
White with #5EAFB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EAFB6; }
p { color: rgb(94,175,182); }
H1.HeaderClassName
{
color: #5EAFB6;
}
.AnyTagClassName
{
color: #5EAFB6;
}
</style>
background-color css
<style>
a { background-color: #5EAFB6; }
a { background-color: rgb(94,175,182); }
div.DivClassName
{
background-color: #5EAFB6;
}
.BgClassName
{
background-color: #5EAFB6;
}
</style>
border-color css
<style>
span { border-color: #5EAFB6; }
span { border-color: rgb(94,175,182); }
td.TdClassName
{
border-color: #5EAFB6;
}
.TagClassName
{
border-color: #5EAFB6;
}
</style>