Shades of Fountain Blue #64AAAE
Tints of Fountain Blue #64AAAE
RGB
CMYK
RGB Variations
Color information
#64AAAE (or 0x64AAAE) is known color: Fountain Blue. HEX triplet: 64, AA and AE. RGB value is (100,170,174). Sum of RGB (Red+Green+Blue) = 100+170+174=444 (58% of max value = 765). Red value is 100 (39.45% from 255 or 22.52% from 444); Green value is 170 (66.80% from 255 or 38.29% from 444); Blue value is 174 (68.36% from 255 or 39.19% from 444); Max value from RGB is 174 - color contains mainly: blue. Hex color #64AAAE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #64AAAE is #9B5551. Grayscale: #959595. Windows color (decimal): -10179922 or 11446884. OLE color: 11446884.
HSL color Cylindrical-coordinate representation of color #64AAAE: hue angle of 183.24º degrees, saturation: 0.31, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #64AAAE is Cyan = 0.43, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 100 | 170 | 174 | - |
| CMYK | 0.43 | 0.02 | 0 | 0.32 |
| HSL | 183.24º | 0.31% | 0.54% | - |
| HSV(B) | 183.24º | 0.43% | 0.68% | - |
| XYZ | 27.27 | 34.51 | 45.27 | - |
| YUV | 149.53 | 141.81 | 92.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 170 | 174 | 0.43 | 0.02 | 0 | 0.32 | 183.24 | 0.31 | 0.54 |
| Hex | 64 | AA | AE | 2B | 2 | 0 | 20 | B7 | 1F | 36 |
| Octal | 144 | 252 | 256 | 53 | 2 | 0 | 40 | 267 | 37 | 66 |
| Binary | 1100100 | 10101010 | 10101110 | 101011 | 10 | 0 | 100000 | 10110111 | 11111 | 110110 |
Color Harmonies of #64AAAE
Complementary color
Monochromatic Colors of #64AAAE
Black with #64AAAE
Text Example
Text Example
White with #64AAAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64AAAE; }
p { color: rgb(100,170,174); }
H1.HeaderClassName
{
color: #64AAAE;
}
.AnyTagClassName
{
color: #64AAAE;
}
</style>
background-color css
<style>
a { background-color: #64AAAE; }
a { background-color: rgb(100,170,174); }
div.DivClassName
{
background-color: #64AAAE;
}
.BgClassName
{
background-color: #64AAAE;
}
</style>
border-color css
<style>
span { border-color: #64AAAE; }
span { border-color: rgb(100,170,174); }
td.TdClassName
{
border-color: #64AAAE;
}
.TagClassName
{
border-color: #64AAAE;
}
</style>