Shades of Fountain Blue #64AAAF
Tints of Fountain Blue #64AAAF
RGB
CMYK
RGB Variations
Color information
#64AAAF (or 0x64AAAF) is known color: Fountain Blue. HEX triplet: 64, AA and AF. RGB value is (100,170,175). Sum of RGB (Red+Green+Blue) = 100+170+175=445 (58% of max value = 765). Red value is 100 (39.45% from 255 or 22.47% from 445); Green value is 170 (66.80% from 255 or 38.20% from 445); Blue value is 175 (68.75% from 255 or 39.33% from 445); Max value from RGB is 175 - color contains mainly: blue. Hex color #64AAAF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #64AAAF is #9B5550. Grayscale: #959595. Windows color (decimal): -10179921 or 11512420. OLE color: 11512420.
HSL color Cylindrical-coordinate representation of color #64AAAF: hue angle of 184º degrees, saturation: 0.32, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #64AAAF is Cyan = 0.43, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 100 | 170 | 175 | - |
| CMYK | 0.43 | 0.03 | 0 | 0.31 |
| HSL | 184º | 0.32% | 0.54% | - |
| HSV(B) | 184º | 0.43% | 0.69% | - |
| XYZ | 27.37 | 34.55 | 45.78 | - |
| YUV | 149.64 | 142.31 | 92.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 170 | 175 | 0.43 | 0.03 | 0 | 0.31 | 184 | 0.32 | 0.54 |
| Hex | 64 | AA | AF | 2B | 3 | 0 | 1F | B8 | 20 | 36 |
| Octal | 144 | 252 | 257 | 53 | 3 | 0 | 37 | 270 | 40 | 66 |
| Binary | 1100100 | 10101010 | 10101111 | 101011 | 11 | 0 | 11111 | 10111000 | 100000 | 110110 |
Color Harmonies of #64AAAF
Complementary color
Monochromatic Colors of #64AAAF
Black with #64AAAF
Text Example
Text Example
White with #64AAAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64AAAF; }
p { color: rgb(100,170,175); }
H1.HeaderClassName
{
color: #64AAAF;
}
.AnyTagClassName
{
color: #64AAAF;
}
</style>
background-color css
<style>
a { background-color: #64AAAF; }
a { background-color: rgb(100,170,175); }
div.DivClassName
{
background-color: #64AAAF;
}
.BgClassName
{
background-color: #64AAAF;
}
</style>
border-color css
<style>
span { border-color: #64AAAF; }
span { border-color: rgb(100,170,175); }
td.TdClassName
{
border-color: #64AAAF;
}
.TagClassName
{
border-color: #64AAAF;
}
</style>