Shades of Fountain Blue #64ADAF
Tints of Fountain Blue #64ADAF
RGB
CMYK
RGB Variations
Color information
#64ADAF (or 0x64ADAF) is known color: Fountain Blue. HEX triplet: 64, AD and AF. RGB value is (100,173,175). Sum of RGB (Red+Green+Blue) = 100+173+175=448 (59% of max value = 765). Red value is 100 (39.45% from 255 or 22.32% from 448); Green value is 173 (67.97% from 255 or 38.62% from 448); Blue value is 175 (68.75% from 255 or 39.06% from 448); Max value from RGB is 175 - color contains mainly: blue. Hex color #64ADAF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #64ADAF is #9B5250. Grayscale: #979797. Windows color (decimal): -10179153 or 11513188. OLE color: 11513188.
HSL color Cylindrical-coordinate representation of color #64ADAF: hue angle of 181.6º 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 #64ADAF is Cyan = 0.43, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 100 | 173 | 175 | - |
| CMYK | 0.43 | 0.01 | 0 | 0.31 |
| HSL | 181.6º | 0.32% | 0.54% | - |
| HSV(B) | 181.6º | 0.43% | 0.69% | - |
| XYZ | 27.94 | 35.69 | 45.97 | - |
| YUV | 151.4 | 141.32 | 91.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 173 | 175 | 0.43 | 0.01 | 0 | 0.31 | 181.6 | 0.32 | 0.54 |
| Hex | 64 | AD | AF | 2B | 1 | 0 | 1F | B6 | 20 | 36 |
| Octal | 144 | 255 | 257 | 53 | 1 | 0 | 37 | 266 | 40 | 66 |
| Binary | 1100100 | 10101101 | 10101111 | 101011 | 1 | 0 | 11111 | 10110110 | 100000 | 110110 |
Color Harmonies of #64ADAF
Complementary color
Monochromatic Colors of #64ADAF
Black with #64ADAF
Text Example
Text Example
White with #64ADAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64ADAF; }
p { color: rgb(100,173,175); }
H1.HeaderClassName
{
color: #64ADAF;
}
.AnyTagClassName
{
color: #64ADAF;
}
</style>
background-color css
<style>
a { background-color: #64ADAF; }
a { background-color: rgb(100,173,175); }
div.DivClassName
{
background-color: #64ADAF;
}
.BgClassName
{
background-color: #64ADAF;
}
</style>
border-color css
<style>
span { border-color: #64ADAF; }
span { border-color: rgb(100,173,175); }
td.TdClassName
{
border-color: #64ADAF;
}
.TagClassName
{
border-color: #64ADAF;
}
</style>