Shades of Fountain Blue #64AABA
Tints of Fountain Blue #64AABA
RGB
CMYK
RGB Variations
Color information
#64AABA (or 0x64AABA) is known color: Fountain Blue. HEX triplet: 64, AA and BA. RGB value is (100,170,186). Sum of RGB (Red+Green+Blue) = 100+170+186=456 (60% of max value = 765). Red value is 100 (39.45% from 255 or 21.93% from 456); Green value is 170 (66.80% from 255 or 37.28% from 456); Blue value is 186 (73.05% from 255 or 40.79% from 456); Max value from RGB is 186 - color contains mainly: blue. Hex color #64AABA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #64AABA is #9B5545. Grayscale: #969696. Windows color (decimal): -10179910 or 12233316. OLE color: 12233316.
HSL color Cylindrical-coordinate representation of color #64AABA: hue angle of 191.16º degrees, saturation: 0.38, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #64AABA is Cyan = 0.46, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 100 | 170 | 186 | - |
| CMYK | 0.46 | 0.09 | 0 | 0.27 |
| HSL | 191.16º | 0.38% | 0.56% | - |
| HSV(B) | 191.16º | 0.46% | 0.73% | - |
| XYZ | 28.49 | 35 | 51.71 | - |
| YUV | 150.89 | 147.81 | 91.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 170 | 186 | 0.46 | 0.09 | 0 | 0.27 | 191.16 | 0.38 | 0.56 |
| Hex | 64 | AA | BA | 2E | 9 | 0 | 1B | BF | 26 | 38 |
| Octal | 144 | 252 | 272 | 56 | 11 | 0 | 33 | 277 | 46 | 70 |
| Binary | 1100100 | 10101010 | 10111010 | 101110 | 1001 | 0 | 11011 | 10111111 | 100110 | 111000 |
Color Harmonies of #64AABA
Complementary color
Monochromatic Colors of #64AABA
Black with #64AABA
Text Example
Text Example
White with #64AABA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64AABA; }
p { color: rgb(100,170,186); }
H1.HeaderClassName
{
color: #64AABA;
}
.AnyTagClassName
{
color: #64AABA;
}
</style>
background-color css
<style>
a { background-color: #64AABA; }
a { background-color: rgb(100,170,186); }
div.DivClassName
{
background-color: #64AABA;
}
.BgClassName
{
background-color: #64AABA;
}
</style>
border-color css
<style>
span { border-color: #64AABA; }
span { border-color: rgb(100,170,186); }
td.TdClassName
{
border-color: #64AABA;
}
.TagClassName
{
border-color: #64AABA;
}
</style>