Shades of Fountain Blue #5FAAAC
Tints of Fountain Blue #5FAAAC
RGB
CMYK
RGB Variations
Color information
#5FAAAC (or 0x5FAAAC) is known color: Fountain Blue. HEX triplet: 5F, AA and AC. RGB value is (95,170,172). Sum of RGB (Red+Green+Blue) = 95+170+172=437 (57% of max value = 765). Red value is 95 (37.5% from 255 or 21.74% from 437); Green value is 170 (66.80% from 255 or 38.90% from 437); Blue value is 172 (67.58% from 255 or 39.36% from 437); Max value from RGB is 172 - color contains mainly: blue. Hex color #5FAAAC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5FAAAC is #A05553. Grayscale: #939393. Windows color (decimal): -10507604 or 11315807. OLE color: 11315807.
HSL color Cylindrical-coordinate representation of color #5FAAAC: hue angle of 181.56º degrees, saturation: 0.32, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #5FAAAC is Cyan = 0.45, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 95 | 170 | 172 | - |
| CMYK | 0.45 | 0.01 | 0 | 0.33 |
| HSL | 181.56º | 0.32% | 0.52% | - |
| HSV(B) | 181.56º | 0.45% | 0.67% | - |
| XYZ | 26.54 | 34.16 | 44.22 | - |
| YUV | 147.8 | 141.65 | 90.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 170 | 172 | 0.45 | 0.01 | 0 | 0.33 | 181.56 | 0.32 | 0.52 |
| Hex | 5F | AA | AC | 2D | 1 | 0 | 21 | B6 | 20 | 34 |
| Octal | 137 | 252 | 254 | 55 | 1 | 0 | 41 | 266 | 40 | 64 |
| Binary | 1011111 | 10101010 | 10101100 | 101101 | 1 | 0 | 100001 | 10110110 | 100000 | 110100 |
Color Harmonies of #5FAAAC
Complementary color
Monochromatic Colors of #5FAAAC
Black with #5FAAAC
Text Example
Text Example
White with #5FAAAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FAAAC; }
p { color: rgb(95,170,172); }
H1.HeaderClassName
{
color: #5FAAAC;
}
.AnyTagClassName
{
color: #5FAAAC;
}
</style>
background-color css
<style>
a { background-color: #5FAAAC; }
a { background-color: rgb(95,170,172); }
div.DivClassName
{
background-color: #5FAAAC;
}
.BgClassName
{
background-color: #5FAAAC;
}
</style>
border-color css
<style>
span { border-color: #5FAAAC; }
span { border-color: rgb(95,170,172); }
td.TdClassName
{
border-color: #5FAAAC;
}
.TagClassName
{
border-color: #5FAAAC;
}
</style>