Shades of Fountain Blue #5FAFBC
Tints of Fountain Blue #5FAFBC
RGB
CMYK
RGB Variations
Color information
#5FAFBC (or 0x5FAFBC) is known color: Fountain Blue. HEX triplet: 5F, AF and BC. RGB value is (95,175,188). Sum of RGB (Red+Green+Blue) = 95+175+188=458 (60% of max value = 765). Red value is 95 (37.5% from 255 or 20.74% from 458); Green value is 175 (68.75% from 255 or 38.21% from 458); Blue value is 188 (73.83% from 255 or 41.05% from 458); Max value from RGB is 188 - color contains mainly: blue. Hex color #5FAFBC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5FAFBC is #A05043. Grayscale: #989898. Windows color (decimal): -10506308 or 12365663. OLE color: 12365663.
HSL color Cylindrical-coordinate representation of color #5FAFBC: hue angle of 188.39º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #5FAFBC is Cyan = 0.49, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 95 | 175 | 188 | - |
| CMYK | 0.49 | 0.07 | 0 | 0.26 |
| HSL | 188.39º | 0.41% | 0.55% | - |
| HSV(B) | 188.39º | 0.49% | 0.74% | - |
| XYZ | 29.13 | 36.72 | 53.13 | - |
| YUV | 152.56 | 148 | 86.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 175 | 188 | 0.49 | 0.07 | 0 | 0.26 | 188.39 | 0.41 | 0.55 |
| Hex | 5F | AF | BC | 31 | 7 | 0 | 1A | BC | 29 | 37 |
| Octal | 137 | 257 | 274 | 61 | 7 | 0 | 32 | 274 | 51 | 67 |
| Binary | 1011111 | 10101111 | 10111100 | 110001 | 111 | 0 | 11010 | 10111100 | 101001 | 110111 |
Color Harmonies of #5FAFBC
Complementary color
Monochromatic Colors of #5FAFBC
Black with #5FAFBC
Text Example
Text Example
White with #5FAFBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FAFBC; }
p { color: rgb(95,175,188); }
H1.HeaderClassName
{
color: #5FAFBC;
}
.AnyTagClassName
{
color: #5FAFBC;
}
</style>
background-color css
<style>
a { background-color: #5FAFBC; }
a { background-color: rgb(95,175,188); }
div.DivClassName
{
background-color: #5FAFBC;
}
.BgClassName
{
background-color: #5FAFBC;
}
</style>
border-color css
<style>
span { border-color: #5FAFBC; }
span { border-color: rgb(95,175,188); }
td.TdClassName
{
border-color: #5FAFBC;
}
.TagClassName
{
border-color: #5FAFBC;
}
</style>