Shades of Fountain Blue #64ABC1
Tints of Fountain Blue #64ABC1
RGB
CMYK
RGB Variations
Color information
#64ABC1 (or 0x64ABC1) is known color: Fountain Blue. HEX triplet: 64, AB and C1. RGB value is (100,171,193). Sum of RGB (Red+Green+Blue) = 100+171+193=464 (61% of max value = 765). Red value is 100 (39.45% from 255 or 21.55% from 464); Green value is 171 (67.19% from 255 or 36.85% from 464); Blue value is 193 (75.78% from 255 or 41.59% from 464); Max value from RGB is 193 - color contains mainly: blue. Hex color #64ABC1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #64ABC1 is #9B543E. Grayscale: #989898. Windows color (decimal): -10179647 or 12692324. OLE color: 12692324.
HSL color Cylindrical-coordinate representation of color #64ABC1: hue angle of 194.19º 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 #64ABC1 is Cyan = 0.48, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 100 | 171 | 193 | - |
| CMYK | 0.48 | 0.11 | 0 | 0.24 |
| HSL | 194.19º | 0.43% | 0.57% | - |
| HSV(B) | 194.19º | 0.48% | 0.76% | - |
| XYZ | 29.44 | 35.69 | 55.79 | - |
| YUV | 152.28 | 150.98 | 90.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 171 | 193 | 0.48 | 0.11 | 0 | 0.24 | 194.19 | 0.43 | 0.57 |
| Hex | 64 | AB | C1 | 30 | B | 0 | 18 | C2 | 2B | 39 |
| Octal | 144 | 253 | 301 | 60 | 13 | 0 | 30 | 302 | 53 | 71 |
| Binary | 1100100 | 10101011 | 11000001 | 110000 | 1011 | 0 | 11000 | 11000010 | 101011 | 111001 |
Color Harmonies of #64ABC1
Complementary color
Monochromatic Colors of #64ABC1
Black with #64ABC1
Text Example
Text Example
White with #64ABC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64ABC1; }
p { color: rgb(100,171,193); }
H1.HeaderClassName
{
color: #64ABC1;
}
.AnyTagClassName
{
color: #64ABC1;
}
</style>
background-color css
<style>
a { background-color: #64ABC1; }
a { background-color: rgb(100,171,193); }
div.DivClassName
{
background-color: #64ABC1;
}
.BgClassName
{
background-color: #64ABC1;
}
</style>
border-color css
<style>
span { border-color: #64ABC1; }
span { border-color: rgb(100,171,193); }
td.TdClassName
{
border-color: #64ABC1;
}
.TagClassName
{
border-color: #64ABC1;
}
</style>