Shades of Fountain Blue #5FAAAD
Tints of Fountain Blue #5FAAAD
RGB
CMYK
RGB Variations
Color information
#5FAAAD (or 0x5FAAAD) is known color: Fountain Blue. HEX triplet: 5F, AA and AD. RGB value is (95,170,173). Sum of RGB (Red+Green+Blue) = 95+170+173=438 (58% of max value = 765). Red value is 95 (37.5% from 255 or 21.69% from 438); Green value is 170 (66.80% from 255 or 38.81% from 438); Blue value is 173 (67.97% from 255 or 39.50% from 438); Max value from RGB is 173 - color contains mainly: blue. Hex color #5FAAAD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5FAAAD is #A05552. Grayscale: #939393. Windows color (decimal): -10507603 or 11381343. OLE color: 11381343.
HSL color Cylindrical-coordinate representation of color #5FAAAD: hue angle of 182.31º degrees, saturation: 0.32, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #5FAAAD is Cyan = 0.45, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 95 | 170 | 173 | - |
| CMYK | 0.45 | 0.02 | 0 | 0.32 |
| HSL | 182.31º | 0.32% | 0.53% | - |
| HSV(B) | 182.31º | 0.45% | 0.68% | - |
| XYZ | 26.64 | 34.2 | 44.73 | - |
| YUV | 147.92 | 142.15 | 90.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 170 | 173 | 0.45 | 0.02 | 0 | 0.32 | 182.31 | 0.32 | 0.53 |
| Hex | 5F | AA | AD | 2D | 2 | 0 | 20 | B6 | 20 | 35 |
| Octal | 137 | 252 | 255 | 55 | 2 | 0 | 40 | 266 | 40 | 65 |
| Binary | 1011111 | 10101010 | 10101101 | 101101 | 10 | 0 | 100000 | 10110110 | 100000 | 110101 |
Color Harmonies of #5FAAAD
Complementary color
Monochromatic Colors of #5FAAAD
Black with #5FAAAD
Text Example
Text Example
White with #5FAAAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FAAAD; }
p { color: rgb(95,170,173); }
H1.HeaderClassName
{
color: #5FAAAD;
}
.AnyTagClassName
{
color: #5FAAAD;
}
</style>
background-color css
<style>
a { background-color: #5FAAAD; }
a { background-color: rgb(95,170,173); }
div.DivClassName
{
background-color: #5FAAAD;
}
.BgClassName
{
background-color: #5FAAAD;
}
</style>
border-color css
<style>
span { border-color: #5FAAAD; }
span { border-color: rgb(95,170,173); }
td.TdClassName
{
border-color: #5FAAAD;
}
.TagClassName
{
border-color: #5FAAAD;
}
</style>