Shades of Fountain Blue #64ADC0
Tints of Fountain Blue #64ADC0
RGB
CMYK
RGB Variations
Color information
#64ADC0 (or 0x64ADC0) is known color: Fountain Blue. HEX triplet: 64, AD and C0. RGB value is (100,173,192). Sum of RGB (Red+Green+Blue) = 100+173+192=465 (61% of max value = 765). Red value is 100 (39.45% from 255 or 21.51% from 465); Green value is 173 (67.97% from 255 or 37.20% from 465); Blue value is 192 (75.39% from 255 or 41.29% from 465); Max value from RGB is 192 - color contains mainly: blue. Hex color #64ADC0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #64ADC0 is #9B523F. Grayscale: #999999. Windows color (decimal): -10179136 or 12627300. OLE color: 12627300.
HSL color Cylindrical-coordinate representation of color #64ADC0: hue angle of 192.39º degrees, saturation: 0.42, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #64ADC0 is Cyan = 0.48, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 100 | 173 | 192 | - |
| CMYK | 0.48 | 0.10 | 0 | 0.25 |
| HSL | 192.39º | 0.42% | 0.57% | - |
| HSV(B) | 192.39º | 0.48% | 0.75% | - |
| XYZ | 29.71 | 36.4 | 55.33 | - |
| YUV | 153.34 | 149.82 | 89.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 173 | 192 | 0.48 | 0.10 | 0 | 0.25 | 192.39 | 0.42 | 0.57 |
| Hex | 64 | AD | C0 | 30 | A | 0 | 19 | C0 | 2A | 39 |
| Octal | 144 | 255 | 300 | 60 | 12 | 0 | 31 | 300 | 52 | 71 |
| Binary | 1100100 | 10101101 | 11000000 | 110000 | 1010 | 0 | 11001 | 11000000 | 101010 | 111001 |
Color Harmonies of #64ADC0
Complementary color
Monochromatic Colors of #64ADC0
Black with #64ADC0
Text Example
Text Example
White with #64ADC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64ADC0; }
p { color: rgb(100,173,192); }
H1.HeaderClassName
{
color: #64ADC0;
}
.AnyTagClassName
{
color: #64ADC0;
}
</style>
background-color css
<style>
a { background-color: #64ADC0; }
a { background-color: rgb(100,173,192); }
div.DivClassName
{
background-color: #64ADC0;
}
.BgClassName
{
background-color: #64ADC0;
}
</style>
border-color css
<style>
span { border-color: #64ADC0; }
span { border-color: rgb(100,173,192); }
td.TdClassName
{
border-color: #64ADC0;
}
.TagClassName
{
border-color: #64ADC0;
}
</style>