Shades of Fountain Blue #64AEC1
Tints of Fountain Blue #64AEC1
RGB
CMYK
RGB Variations
Color information
#64AEC1 (or 0x64AEC1) is known color: Fountain Blue. HEX triplet: 64, AE and C1. RGB value is (100,174,193). Sum of RGB (Red+Green+Blue) = 100+174+193=467 (61% of max value = 765). Red value is 100 (39.45% from 255 or 21.41% from 467); Green value is 174 (68.36% from 255 or 37.26% from 467); Blue value is 193 (75.78% from 255 or 41.33% from 467); Max value from RGB is 193 - color contains mainly: blue. Hex color #64AEC1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #64AEC1 is #9B513E. Grayscale: #999999. Windows color (decimal): -10178879 or 12693092. OLE color: 12693092.
HSL color Cylindrical-coordinate representation of color #64AEC1: hue angle of 192.26º degrees, saturation: 0.43, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #64AEC1 is Cyan = 0.48, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 100 | 174 | 193 | - |
| CMYK | 0.48 | 0.10 | 0 | 0.24 |
| HSL | 192.26º | 0.43% | 0.57% | - |
| HSV(B) | 192.26º | 0.48% | 0.76% | - |
| XYZ | 30.02 | 36.83 | 55.98 | - |
| YUV | 154.04 | 149.98 | 89.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 174 | 193 | 0.48 | 0.10 | 0 | 0.24 | 192.26 | 0.43 | 0.57 |
| Hex | 64 | AE | C1 | 30 | A | 0 | 18 | C0 | 2B | 39 |
| Octal | 144 | 256 | 301 | 60 | 12 | 0 | 30 | 300 | 53 | 71 |
| Binary | 1100100 | 10101110 | 11000001 | 110000 | 1010 | 0 | 11000 | 11000000 | 101011 | 111001 |
Color Harmonies of #64AEC1
Complementary color
Monochromatic Colors of #64AEC1
Black with #64AEC1
Text Example
Text Example
White with #64AEC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64AEC1; }
p { color: rgb(100,174,193); }
H1.HeaderClassName
{
color: #64AEC1;
}
.AnyTagClassName
{
color: #64AEC1;
}
</style>
background-color css
<style>
a { background-color: #64AEC1; }
a { background-color: rgb(100,174,193); }
div.DivClassName
{
background-color: #64AEC1;
}
.BgClassName
{
background-color: #64AEC1;
}
</style>
border-color css
<style>
span { border-color: #64AEC1; }
span { border-color: rgb(100,174,193); }
td.TdClassName
{
border-color: #64AEC1;
}
.TagClassName
{
border-color: #64AEC1;
}
</style>