Shades of Fountain Blue #5FAFAE
Tints of Fountain Blue #5FAFAE
RGB
CMYK
RGB Variations
Color information
#5FAFAE (or 0x5FAFAE) is known color: Fountain Blue. HEX triplet: 5F, AF and AE. RGB value is (95,175,174). Sum of RGB (Red+Green+Blue) = 95+175+174=444 (58% of max value = 765). Red value is 95 (37.5% from 255 or 21.40% from 444); Green value is 175 (68.75% from 255 or 39.41% from 444); Blue value is 174 (68.36% from 255 or 39.19% from 444); Max value from RGB is 175 - color contains mainly: green. Hex color #5FAFAE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5FAFAE is #A05051. Grayscale: #969696. Windows color (decimal): -10506322 or 11448159. OLE color: 11448159.
HSL color Cylindrical-coordinate representation of color #5FAFAE: hue angle of 179.25º 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 #5FAFAE is Cyan = 0.46, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 95 | 175 | 174 | - |
| CMYK | 0.46 | 0 | 0.01 | 0.31 |
| HSL | 179.25º | 0.33% | 0.53% | - |
| HSV(B) | 179.25º | 0.46% | 0.69% | - |
| XYZ | 27.69 | 36.15 | 45.56 | - |
| YUV | 150.97 | 141 | 88.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 175 | 174 | 0.46 | 0 | 0.01 | 0.31 | 179.25 | 0.33 | 0.53 |
| Hex | 5F | AF | AE | 2E | 0 | 1 | 1F | B3 | 21 | 35 |
| Octal | 137 | 257 | 256 | 56 | 0 | 1 | 37 | 263 | 41 | 65 |
| Binary | 1011111 | 10101111 | 10101110 | 101110 | 0 | 1 | 11111 | 10110011 | 100001 | 110101 |
Color Harmonies of #5FAFAE
Complementary color
Monochromatic Colors of #5FAFAE
Black with #5FAFAE
Text Example
Text Example
White with #5FAFAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FAFAE; }
p { color: rgb(95,175,174); }
H1.HeaderClassName
{
color: #5FAFAE;
}
.AnyTagClassName
{
color: #5FAFAE;
}
</style>
background-color css
<style>
a { background-color: #5FAFAE; }
a { background-color: rgb(95,175,174); }
div.DivClassName
{
background-color: #5FAFAE;
}
.BgClassName
{
background-color: #5FAFAE;
}
</style>
border-color css
<style>
span { border-color: #5FAFAE; }
span { border-color: rgb(95,175,174); }
td.TdClassName
{
border-color: #5FAFAE;
}
.TagClassName
{
border-color: #5FAFAE;
}
</style>