Shades of Fountain Blue #64AAA9
Tints of Fountain Blue #64AAA9
RGB
CMYK
RGB Variations
Color information
#64AAA9 (or 0x64AAA9) is known color: Fountain Blue. HEX triplet: 64, AA and A9. RGB value is (100,170,169). Sum of RGB (Red+Green+Blue) = 100+170+169=439 (58% of max value = 765). Red value is 100 (39.45% from 255 or 22.78% from 439); Green value is 170 (66.80% from 255 or 38.72% from 439); Blue value is 169 (66.41% from 255 or 38.50% from 439); Max value from RGB is 170 - color contains mainly: green. Hex color #64AAA9 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #64AAA9 is #9B5556. Grayscale: #949494. Windows color (decimal): -10179927 or 11119204. OLE color: 11119204.
HSL color Cylindrical-coordinate representation of color #64AAA9: hue angle of 179.14º degrees, saturation: 0.29, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #64AAA9 is Cyan = 0.41, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 100 | 170 | 169 | - |
| CMYK | 0.41 | 0 | 0.01 | 0.33 |
| HSL | 179.14º | 0.29% | 0.53% | - |
| HSV(B) | 179.14º | 0.41% | 0.67% | - |
| XYZ | 26.79 | 34.32 | 42.75 | - |
| YUV | 148.96 | 139.31 | 93.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 170 | 169 | 0.41 | 0 | 0.01 | 0.33 | 179.14 | 0.29 | 0.53 |
| Hex | 64 | AA | A9 | 29 | 0 | 1 | 21 | B3 | 1D | 35 |
| Octal | 144 | 252 | 251 | 51 | 0 | 1 | 41 | 263 | 35 | 65 |
| Binary | 1100100 | 10101010 | 10101001 | 101001 | 0 | 1 | 100001 | 10110011 | 11101 | 110101 |
Color Harmonies of #64AAA9
Complementary color
Monochromatic Colors of #64AAA9
Black with #64AAA9
Text Example
Text Example
White with #64AAA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64AAA9; }
p { color: rgb(100,170,169); }
H1.HeaderClassName
{
color: #64AAA9;
}
.AnyTagClassName
{
color: #64AAA9;
}
</style>
background-color css
<style>
a { background-color: #64AAA9; }
a { background-color: rgb(100,170,169); }
div.DivClassName
{
background-color: #64AAA9;
}
.BgClassName
{
background-color: #64AAA9;
}
</style>
border-color css
<style>
span { border-color: #64AAA9; }
span { border-color: rgb(100,170,169); }
td.TdClassName
{
border-color: #64AAA9;
}
.TagClassName
{
border-color: #64AAA9;
}
</style>