Shades of Fountain Blue #64ADC1
Tints of Fountain Blue #64ADC1
RGB
CMYK
RGB Variations
Color information
#64ADC1 (or 0x64ADC1) is known color: Fountain Blue. HEX triplet: 64, AD and C1. RGB value is (100,173,193). Sum of RGB (Red+Green+Blue) = 100+173+193=466 (61% of max value = 765). Red value is 100 (39.45% from 255 or 21.46% from 466); Green value is 173 (67.97% from 255 or 37.12% from 466); Blue value is 193 (75.78% from 255 or 41.42% from 466); Max value from RGB is 193 - color contains mainly: blue. Hex color #64ADC1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #64ADC1 is #9B523E. Grayscale: #999999. Windows color (decimal): -10179135 or 12692836. OLE color: 12692836.
HSL color Cylindrical-coordinate representation of color #64ADC1: hue angle of 192.9º 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 #64ADC1 is Cyan = 0.48, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 100 | 173 | 193 | - |
| CMYK | 0.48 | 0.10 | 0 | 0.24 |
| HSL | 192.9º | 0.43% | 0.57% | - |
| HSV(B) | 192.9º | 0.48% | 0.76% | - |
| XYZ | 29.82 | 36.45 | 55.92 | - |
| YUV | 153.45 | 150.32 | 89.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 173 | 193 | 0.48 | 0.10 | 0 | 0.24 | 192.9 | 0.43 | 0.57 |
| Hex | 64 | AD | C1 | 30 | A | 0 | 18 | C1 | 2B | 39 |
| Octal | 144 | 255 | 301 | 60 | 12 | 0 | 30 | 301 | 53 | 71 |
| Binary | 1100100 | 10101101 | 11000001 | 110000 | 1010 | 0 | 11000 | 11000001 | 101011 | 111001 |
Color Harmonies of #64ADC1
Complementary color
Monochromatic Colors of #64ADC1
Black with #64ADC1
Text Example
Text Example
White with #64ADC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64ADC1; }
p { color: rgb(100,173,193); }
H1.HeaderClassName
{
color: #64ADC1;
}
.AnyTagClassName
{
color: #64ADC1;
}
</style>
background-color css
<style>
a { background-color: #64ADC1; }
a { background-color: rgb(100,173,193); }
div.DivClassName
{
background-color: #64ADC1;
}
.BgClassName
{
background-color: #64ADC1;
}
</style>
border-color css
<style>
span { border-color: #64ADC1; }
span { border-color: rgb(100,173,193); }
td.TdClassName
{
border-color: #64ADC1;
}
.TagClassName
{
border-color: #64ADC1;
}
</style>