Shades of Fountain Blue #64AAB3
Tints of Fountain Blue #64AAB3
RGB
CMYK
RGB Variations
Color information
#64AAB3 (or 0x64AAB3) is known color: Fountain Blue. HEX triplet: 64, AA and B3. RGB value is (100,170,179). Sum of RGB (Red+Green+Blue) = 100+170+179=449 (59% of max value = 765). Red value is 100 (39.45% from 255 or 22.27% from 449); Green value is 170 (66.80% from 255 or 37.86% from 449); Blue value is 179 (70.31% from 255 or 39.87% from 449); Max value from RGB is 179 - color contains mainly: blue. Hex color #64AAB3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #64AAB3 is #9B554C. Grayscale: #959595. Windows color (decimal): -10179917 or 11774564. OLE color: 11774564.
HSL color Cylindrical-coordinate representation of color #64AAB3: hue angle of 186.84º degrees, saturation: 0.34, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #64AAB3 is Cyan = 0.44, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 100 | 170 | 179 | - |
| CMYK | 0.44 | 0.05 | 0 | 0.30 |
| HSL | 186.84º | 0.34% | 0.55% | - |
| HSV(B) | 186.84º | 0.44% | 0.7% | - |
| XYZ | 27.77 | 34.71 | 47.88 | - |
| YUV | 150.1 | 144.31 | 92.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 170 | 179 | 0.44 | 0.05 | 0 | 0.30 | 186.84 | 0.34 | 0.55 |
| Hex | 64 | AA | B3 | 2C | 5 | 0 | 1E | BB | 22 | 37 |
| Octal | 144 | 252 | 263 | 54 | 5 | 0 | 36 | 273 | 42 | 67 |
| Binary | 1100100 | 10101010 | 10110011 | 101100 | 101 | 0 | 11110 | 10111011 | 100010 | 110111 |
Color Harmonies of #64AAB3
Complementary color
Monochromatic Colors of #64AAB3
Black with #64AAB3
Text Example
Text Example
White with #64AAB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64AAB3; }
p { color: rgb(100,170,179); }
H1.HeaderClassName
{
color: #64AAB3;
}
.AnyTagClassName
{
color: #64AAB3;
}
</style>
background-color css
<style>
a { background-color: #64AAB3; }
a { background-color: rgb(100,170,179); }
div.DivClassName
{
background-color: #64AAB3;
}
.BgClassName
{
background-color: #64AAB3;
}
</style>
border-color css
<style>
span { border-color: #64AAB3; }
span { border-color: rgb(100,170,179); }
td.TdClassName
{
border-color: #64AAB3;
}
.TagClassName
{
border-color: #64AAB3;
}
</style>