Shades of Fountain Blue #5FA9AB
Tints of Fountain Blue #5FA9AB
RGB
CMYK
RGB Variations
Color information
#5FA9AB (or 0x5FA9AB) is known color: Fountain Blue. HEX triplet: 5F, A9 and AB. RGB value is (95,169,171). Sum of RGB (Red+Green+Blue) = 95+169+171=435 (57% of max value = 765). Red value is 95 (37.5% from 255 or 21.84% from 435); Green value is 169 (66.41% from 255 or 38.85% from 435); Blue value is 171 (67.19% from 255 or 39.31% from 435); Max value from RGB is 171 - color contains mainly: blue. Hex color #5FA9AB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5FA9AB is #A05654. Grayscale: #939393. Windows color (decimal): -10507861 or 11250015. OLE color: 11250015.
HSL color Cylindrical-coordinate representation of color #5FA9AB: hue angle of 181.58º degrees, saturation: 0.31, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #5FA9AB is Cyan = 0.44, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 95 | 169 | 171 | - |
| CMYK | 0.44 | 0.01 | 0 | 0.33 |
| HSL | 181.58º | 0.31% | 0.52% | - |
| HSV(B) | 181.58º | 0.44% | 0.67% | - |
| XYZ | 26.26 | 33.75 | 43.66 | - |
| YUV | 147.1 | 141.48 | 90.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 169 | 171 | 0.44 | 0.01 | 0 | 0.33 | 181.58 | 0.31 | 0.52 |
| Hex | 5F | A9 | AB | 2C | 1 | 0 | 21 | B6 | 1F | 34 |
| Octal | 137 | 251 | 253 | 54 | 1 | 0 | 41 | 266 | 37 | 64 |
| Binary | 1011111 | 10101001 | 10101011 | 101100 | 1 | 0 | 100001 | 10110110 | 11111 | 110100 |
Color Harmonies of #5FA9AB
Complementary color
Monochromatic Colors of #5FA9AB
Black with #5FA9AB
Text Example
Text Example
White with #5FA9AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FA9AB; }
p { color: rgb(95,169,171); }
H1.HeaderClassName
{
color: #5FA9AB;
}
.AnyTagClassName
{
color: #5FA9AB;
}
</style>
background-color css
<style>
a { background-color: #5FA9AB; }
a { background-color: rgb(95,169,171); }
div.DivClassName
{
background-color: #5FA9AB;
}
.BgClassName
{
background-color: #5FA9AB;
}
</style>
border-color css
<style>
span { border-color: #5FA9AB; }
span { border-color: rgb(95,169,171); }
td.TdClassName
{
border-color: #5FA9AB;
}
.TagClassName
{
border-color: #5FA9AB;
}
</style>