Shades of Fountain Blue #5FAAAF
Tints of Fountain Blue #5FAAAF
RGB
CMYK
RGB Variations
Color information
#5FAAAF (or 0x5FAAAF) is known color: Fountain Blue. HEX triplet: 5F, AA and AF. RGB value is (95,170,175). Sum of RGB (Red+Green+Blue) = 95+170+175=440 (58% of max value = 765). Red value is 95 (37.5% from 255 or 21.59% from 440); Green value is 170 (66.80% from 255 or 38.64% from 440); Blue value is 175 (68.75% from 255 or 39.77% from 440); Max value from RGB is 175 - color contains mainly: blue. Hex color #5FAAAF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5FAAAF is #A05550. Grayscale: #949494. Windows color (decimal): -10507601 or 11512415. OLE color: 11512415.
HSL color Cylindrical-coordinate representation of color #5FAAAF: hue angle of 183.75º degrees, saturation: 0.33, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #5FAAAF is Cyan = 0.46, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 95 | 170 | 175 | - |
| CMYK | 0.46 | 0.03 | 0 | 0.31 |
| HSL | 183.75º | 0.33% | 0.53% | - |
| HSV(B) | 183.75º | 0.46% | 0.69% | - |
| XYZ | 26.83 | 34.28 | 45.76 | - |
| YUV | 148.15 | 143.15 | 90.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 170 | 175 | 0.46 | 0.03 | 0 | 0.31 | 183.75 | 0.33 | 0.53 |
| Hex | 5F | AA | AF | 2E | 3 | 0 | 1F | B8 | 21 | 35 |
| Octal | 137 | 252 | 257 | 56 | 3 | 0 | 37 | 270 | 41 | 65 |
| Binary | 1011111 | 10101010 | 10101111 | 101110 | 11 | 0 | 11111 | 10111000 | 100001 | 110101 |
Color Harmonies of #5FAAAF
Complementary color
Monochromatic Colors of #5FAAAF
Black with #5FAAAF
Text Example
Text Example
White with #5FAAAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FAAAF; }
p { color: rgb(95,170,175); }
H1.HeaderClassName
{
color: #5FAAAF;
}
.AnyTagClassName
{
color: #5FAAAF;
}
</style>
background-color css
<style>
a { background-color: #5FAAAF; }
a { background-color: rgb(95,170,175); }
div.DivClassName
{
background-color: #5FAAAF;
}
.BgClassName
{
background-color: #5FAAAF;
}
</style>
border-color css
<style>
span { border-color: #5FAAAF; }
span { border-color: rgb(95,170,175); }
td.TdClassName
{
border-color: #5FAAAF;
}
.TagClassName
{
border-color: #5FAAAF;
}
</style>