Shades of Fountain Blue #5EAFBF
Tints of Fountain Blue #5EAFBF
RGB
CMYK
RGB Variations
Color information
#5EAFBF (or 0x5EAFBF) is known color: Fountain Blue. HEX triplet: 5E, AF and BF. RGB value is (94,175,191). Sum of RGB (Red+Green+Blue) = 94+175+191=460 (60% of max value = 765). Red value is 94 (37.11% from 255 or 20.43% from 460); Green value is 175 (68.75% from 255 or 38.04% from 460); Blue value is 191 (75% from 255 or 41.52% from 460); Max value from RGB is 191 - color contains mainly: blue. Hex color #5EAFBF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5EAFBF is #A15040. Grayscale: #989898. Windows color (decimal): -10571841 or 12562270. OLE color: 12562270.
HSL color Cylindrical-coordinate representation of color #5EAFBF: hue angle of 189.9º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5EAFBF is Cyan = 0.51, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 94 | 175 | 191 | - |
| CMYK | 0.51 | 0.08 | 0 | 0.25 |
| HSL | 189.9º | 0.43% | 0.56% | - |
| HSV(B) | 189.9º | 0.51% | 0.75% | - |
| XYZ | 29.35 | 36.8 | 54.85 | - |
| YUV | 152.61 | 149.66 | 86.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 175 | 191 | 0.51 | 0.08 | 0 | 0.25 | 189.9 | 0.43 | 0.56 |
| Hex | 5E | AF | BF | 33 | 8 | 0 | 19 | BE | 2B | 38 |
| Octal | 136 | 257 | 277 | 63 | 10 | 0 | 31 | 276 | 53 | 70 |
| Binary | 1011110 | 10101111 | 10111111 | 110011 | 1000 | 0 | 11001 | 10111110 | 101011 | 111000 |
Color Harmonies of #5EAFBF
Complementary color
Monochromatic Colors of #5EAFBF
Black with #5EAFBF
Text Example
Text Example
White with #5EAFBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EAFBF; }
p { color: rgb(94,175,191); }
H1.HeaderClassName
{
color: #5EAFBF;
}
.AnyTagClassName
{
color: #5EAFBF;
}
</style>
background-color css
<style>
a { background-color: #5EAFBF; }
a { background-color: rgb(94,175,191); }
div.DivClassName
{
background-color: #5EAFBF;
}
.BgClassName
{
background-color: #5EAFBF;
}
</style>
border-color css
<style>
span { border-color: #5EAFBF; }
span { border-color: rgb(94,175,191); }
td.TdClassName
{
border-color: #5EAFBF;
}
.TagClassName
{
border-color: #5EAFBF;
}
</style>