Shades of Fountain Blue #64AEAF
Tints of Fountain Blue #64AEAF
RGB
CMYK
RGB Variations
Color information
#64AEAF (or 0x64AEAF) is known color: Fountain Blue. HEX triplet: 64, AE and AF. RGB value is (100,174,175). Sum of RGB (Red+Green+Blue) = 100+174+175=449 (59% of max value = 765). Red value is 100 (39.45% from 255 or 22.27% from 449); Green value is 174 (68.36% from 255 or 38.75% from 449); Blue value is 175 (68.75% from 255 or 38.98% from 449); Max value from RGB is 175 - color contains mainly: blue. Hex color #64AEAF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #64AEAF is #9B5150. Grayscale: #979797. Windows color (decimal): -10178897 or 11513444. OLE color: 11513444.
HSL color Cylindrical-coordinate representation of color #64AEAF: hue angle of 180.8º 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 #64AEAF is Cyan = 0.43, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 100 | 174 | 175 | - |
| CMYK | 0.43 | 0.01 | 0 | 0.31 |
| HSL | 180.8º | 0.32% | 0.54% | - |
| HSV(B) | 180.8º | 0.43% | 0.69% | - |
| XYZ | 28.13 | 36.08 | 46.04 | - |
| YUV | 151.99 | 140.98 | 90.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 174 | 175 | 0.43 | 0.01 | 0 | 0.31 | 180.8 | 0.32 | 0.54 |
| Hex | 64 | AE | AF | 2B | 1 | 0 | 1F | B5 | 20 | 36 |
| Octal | 144 | 256 | 257 | 53 | 1 | 0 | 37 | 265 | 40 | 66 |
| Binary | 1100100 | 10101110 | 10101111 | 101011 | 1 | 0 | 11111 | 10110101 | 100000 | 110110 |
Color Harmonies of #64AEAF
Complementary color
Monochromatic Colors of #64AEAF
Black with #64AEAF
Text Example
Text Example
White with #64AEAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64AEAF; }
p { color: rgb(100,174,175); }
H1.HeaderClassName
{
color: #64AEAF;
}
.AnyTagClassName
{
color: #64AEAF;
}
</style>
background-color css
<style>
a { background-color: #64AEAF; }
a { background-color: rgb(100,174,175); }
div.DivClassName
{
background-color: #64AEAF;
}
.BgClassName
{
background-color: #64AEAF;
}
</style>
border-color css
<style>
span { border-color: #64AEAF; }
span { border-color: rgb(100,174,175); }
td.TdClassName
{
border-color: #64AEAF;
}
.TagClassName
{
border-color: #64AEAF;
}
</style>