Shades of Fountain Blue #5FAFBE
Tints of Fountain Blue #5FAFBE
RGB
CMYK
RGB Variations
Color information
#5FAFBE (or 0x5FAFBE) is known color: Fountain Blue. HEX triplet: 5F, AF and BE. RGB value is (95,175,190). Sum of RGB (Red+Green+Blue) = 95+175+190=460 (60% of max value = 765). Red value is 95 (37.5% from 255 or 20.65% from 460); Green value is 175 (68.75% from 255 or 38.04% from 460); Blue value is 190 (74.61% from 255 or 41.30% from 460); Max value from RGB is 190 - color contains mainly: blue. Hex color #5FAFBE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5FAFBE is #A05041. Grayscale: #989898. Windows color (decimal): -10506306 or 12496735. OLE color: 12496735.
HSL color Cylindrical-coordinate representation of color #5FAFBE: hue angle of 189.47º degrees, saturation: 0.42, 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 #5FAFBE is Cyan = 0.5, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 95 | 175 | 190 | - |
| CMYK | 0.5 | 0.08 | 0 | 0.25 |
| HSL | 189.47º | 0.42% | 0.56% | - |
| HSV(B) | 189.47º | 0.5% | 0.75% | - |
| XYZ | 29.34 | 36.81 | 54.27 | - |
| YUV | 152.79 | 149 | 86.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 175 | 190 | 0.5 | 0.08 | 0 | 0.25 | 189.47 | 0.42 | 0.56 |
| Hex | 5F | AF | BE | 32 | 8 | 0 | 19 | BD | 2A | 38 |
| Octal | 137 | 257 | 276 | 62 | 10 | 0 | 31 | 275 | 52 | 70 |
| Binary | 1011111 | 10101111 | 10111110 | 110010 | 1000 | 0 | 11001 | 10111101 | 101010 | 111000 |
Color Harmonies of #5FAFBE
Complementary color
Monochromatic Colors of #5FAFBE
Black with #5FAFBE
Text Example
Text Example
White with #5FAFBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FAFBE; }
p { color: rgb(95,175,190); }
H1.HeaderClassName
{
color: #5FAFBE;
}
.AnyTagClassName
{
color: #5FAFBE;
}
</style>
background-color css
<style>
a { background-color: #5FAFBE; }
a { background-color: rgb(95,175,190); }
div.DivClassName
{
background-color: #5FAFBE;
}
.BgClassName
{
background-color: #5FAFBE;
}
</style>
border-color css
<style>
span { border-color: #5FAFBE; }
span { border-color: rgb(95,175,190); }
td.TdClassName
{
border-color: #5FAFBE;
}
.TagClassName
{
border-color: #5FAFBE;
}
</style>