Shades of Fountain Blue #5FAFBF
Tints of Fountain Blue #5FAFBF
RGB
CMYK
RGB Variations
Color information
#5FAFBF (or 0x5FAFBF) is known color: Fountain Blue. HEX triplet: 5F, AF and BF. RGB value is (95,175,191). Sum of RGB (Red+Green+Blue) = 95+175+191=461 (61% of max value = 765). Red value is 95 (37.5% from 255 or 20.61% from 461); Green value is 175 (68.75% from 255 or 37.96% from 461); Blue value is 191 (75% from 255 or 41.43% from 461); Max value from RGB is 191 - color contains mainly: blue. Hex color #5FAFBF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5FAFBF is #A05040. Grayscale: #989898. Windows color (decimal): -10506305 or 12562271. OLE color: 12562271.
HSL color Cylindrical-coordinate representation of color #5FAFBF: hue angle of 190º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #5FAFBF is Cyan = 0.50, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 95 | 175 | 191 | - |
| CMYK | 0.50 | 0.08 | 0 | 0.25 |
| HSL | 190º | 0.43% | 0.56% | - |
| HSV(B) | 190º | 0.5% | 0.75% | - |
| XYZ | 29.45 | 36.85 | 54.85 | - |
| YUV | 152.9 | 149.5 | 86.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 175 | 191 | 0.50 | 0.08 | 0 | 0.25 | 190 | 0.43 | 0.56 |
| Hex | 5F | AF | BF | 32 | 8 | 0 | 19 | BE | 2B | 38 |
| Octal | 137 | 257 | 277 | 62 | 10 | 0 | 31 | 276 | 53 | 70 |
| Binary | 1011111 | 10101111 | 10111111 | 110010 | 1000 | 0 | 11001 | 10111110 | 101011 | 111000 |
Color Harmonies of #5FAFBF
Complementary color
Monochromatic Colors of #5FAFBF
Black with #5FAFBF
Text Example
Text Example
White with #5FAFBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FAFBF; }
p { color: rgb(95,175,191); }
H1.HeaderClassName
{
color: #5FAFBF;
}
.AnyTagClassName
{
color: #5FAFBF;
}
</style>
background-color css
<style>
a { background-color: #5FAFBF; }
a { background-color: rgb(95,175,191); }
div.DivClassName
{
background-color: #5FAFBF;
}
.BgClassName
{
background-color: #5FAFBF;
}
</style>
border-color css
<style>
span { border-color: #5FAFBF; }
span { border-color: rgb(95,175,191); }
td.TdClassName
{
border-color: #5FAFBF;
}
.TagClassName
{
border-color: #5FAFBF;
}
</style>