Shades of Fountain Blue #64ACC1
Tints of Fountain Blue #64ACC1
RGB
CMYK
RGB Variations
Color information
#64ACC1 (or 0x64ACC1) is known color: Fountain Blue. HEX triplet: 64, AC and C1. RGB value is (100,172,193). Sum of RGB (Red+Green+Blue) = 100+172+193=465 (61% of max value = 765). Red value is 100 (39.45% from 255 or 21.51% from 465); Green value is 172 (67.58% from 255 or 36.99% from 465); Blue value is 193 (75.78% from 255 or 41.51% from 465); Max value from RGB is 193 - color contains mainly: blue. Hex color #64ACC1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #64ACC1 is #9B533E. Grayscale: #989898. Windows color (decimal): -10179391 or 12692580. OLE color: 12692580.
HSL color Cylindrical-coordinate representation of color #64ACC1: hue angle of 193.55º 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 #64ACC1 is Cyan = 0.48, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 100 | 172 | 193 | - |
| CMYK | 0.48 | 0.11 | 0 | 0.24 |
| HSL | 193.55º | 0.43% | 0.57% | - |
| HSV(B) | 193.55º | 0.48% | 0.76% | - |
| XYZ | 29.63 | 36.06 | 55.85 | - |
| YUV | 152.87 | 150.65 | 90.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 172 | 193 | 0.48 | 0.11 | 0 | 0.24 | 193.55 | 0.43 | 0.57 |
| Hex | 64 | AC | C1 | 30 | B | 0 | 18 | C2 | 2B | 39 |
| Octal | 144 | 254 | 301 | 60 | 13 | 0 | 30 | 302 | 53 | 71 |
| Binary | 1100100 | 10101100 | 11000001 | 110000 | 1011 | 0 | 11000 | 11000010 | 101011 | 111001 |
Color Harmonies of #64ACC1
Complementary color
Monochromatic Colors of #64ACC1
Black with #64ACC1
Text Example
Text Example
White with #64ACC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64ACC1; }
p { color: rgb(100,172,193); }
H1.HeaderClassName
{
color: #64ACC1;
}
.AnyTagClassName
{
color: #64ACC1;
}
</style>
background-color css
<style>
a { background-color: #64ACC1; }
a { background-color: rgb(100,172,193); }
div.DivClassName
{
background-color: #64ACC1;
}
.BgClassName
{
background-color: #64ACC1;
}
</style>
border-color css
<style>
span { border-color: #64ACC1; }
span { border-color: rgb(100,172,193); }
td.TdClassName
{
border-color: #64ACC1;
}
.TagClassName
{
border-color: #64ACC1;
}
</style>