Shades of Fountain Blue #64AABF
Tints of Fountain Blue #64AABF
RGB
CMYK
RGB Variations
Color information
#64AABF (or 0x64AABF) is known color: Fountain Blue. HEX triplet: 64, AA and BF. RGB value is (100,170,191). Sum of RGB (Red+Green+Blue) = 100+170+191=461 (61% of max value = 765). Red value is 100 (39.45% from 255 or 21.69% from 461); Green value is 170 (66.80% from 255 or 36.88% from 461); Blue value is 191 (75% from 255 or 41.43% from 461); Max value from RGB is 191 - color contains mainly: blue. Hex color #64AABF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #64AABF is #9B5540. Grayscale: #979797. Windows color (decimal): -10179905 or 12560996. OLE color: 12560996.
HSL color Cylindrical-coordinate representation of color #64AABF: hue angle of 193.85º degrees, saturation: 0.42, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #64AABF is Cyan = 0.48, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 100 | 170 | 191 | - |
| CMYK | 0.48 | 0.11 | 0 | 0.25 |
| HSL | 193.85º | 0.42% | 0.57% | - |
| HSV(B) | 193.85º | 0.48% | 0.75% | - |
| XYZ | 29.03 | 35.22 | 54.56 | - |
| YUV | 151.46 | 150.31 | 91.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 170 | 191 | 0.48 | 0.11 | 0 | 0.25 | 193.85 | 0.42 | 0.57 |
| Hex | 64 | AA | BF | 30 | B | 0 | 19 | C2 | 2A | 39 |
| Octal | 144 | 252 | 277 | 60 | 13 | 0 | 31 | 302 | 52 | 71 |
| Binary | 1100100 | 10101010 | 10111111 | 110000 | 1011 | 0 | 11001 | 11000010 | 101010 | 111001 |
Color Harmonies of #64AABF
Complementary color
Monochromatic Colors of #64AABF
Black with #64AABF
Text Example
Text Example
White with #64AABF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64AABF; }
p { color: rgb(100,170,191); }
H1.HeaderClassName
{
color: #64AABF;
}
.AnyTagClassName
{
color: #64AABF;
}
</style>
background-color css
<style>
a { background-color: #64AABF; }
a { background-color: rgb(100,170,191); }
div.DivClassName
{
background-color: #64AABF;
}
.BgClassName
{
background-color: #64AABF;
}
</style>
border-color css
<style>
span { border-color: #64AABF; }
span { border-color: rgb(100,170,191); }
td.TdClassName
{
border-color: #64AABF;
}
.TagClassName
{
border-color: #64AABF;
}
</style>