Shades of Fountain Blue #64B5C0
Tints of Fountain Blue #64B5C0
RGB
CMYK
RGB Variations
Color information
#64B5C0 (or 0x64B5C0) is known color: Fountain Blue. HEX triplet: 64, B5 and C0. RGB value is (100,181,192). Sum of RGB (Red+Green+Blue) = 100+181+192=473 (62% of max value = 765). Red value is 100 (39.45% from 255 or 21.14% from 473); Green value is 181 (71.09% from 255 or 38.27% from 473); Blue value is 192 (75.39% from 255 or 40.59% from 473); Max value from RGB is 192 - color contains mainly: blue. Hex color #64B5C0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #64B5C0 is #9B4A3F. Grayscale: #9D9D9D. Windows color (decimal): -10177088 or 12629348. OLE color: 12629348.
HSL color Cylindrical-coordinate representation of color #64B5C0: hue angle of 187.17º 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 #64B5C0 is Cyan = 0.48, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 100 | 181 | 192 | - |
| CMYK | 0.48 | 0.06 | 0 | 0.25 |
| HSL | 187.17º | 0.42% | 0.57% | - |
| HSV(B) | 187.17º | 0.48% | 0.75% | - |
| XYZ | 31.29 | 39.56 | 55.86 | - |
| YUV | 158.04 | 147.16 | 86.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 181 | 192 | 0.48 | 0.06 | 0 | 0.25 | 187.17 | 0.42 | 0.57 |
| Hex | 64 | B5 | C0 | 30 | 6 | 0 | 19 | BB | 2A | 39 |
| Octal | 144 | 265 | 300 | 60 | 6 | 0 | 31 | 273 | 52 | 71 |
| Binary | 1100100 | 10110101 | 11000000 | 110000 | 110 | 0 | 11001 | 10111011 | 101010 | 111001 |
Color Harmonies of #64B5C0
Complementary color
Monochromatic Colors of #64B5C0
Black with #64B5C0
Text Example
Text Example
White with #64B5C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64B5C0; }
p { color: rgb(100,181,192); }
H1.HeaderClassName
{
color: #64B5C0;
}
.AnyTagClassName
{
color: #64B5C0;
}
</style>
background-color css
<style>
a { background-color: #64B5C0; }
a { background-color: rgb(100,181,192); }
div.DivClassName
{
background-color: #64B5C0;
}
.BgClassName
{
background-color: #64B5C0;
}
</style>
border-color css
<style>
span { border-color: #64B5C0; }
span { border-color: rgb(100,181,192); }
td.TdClassName
{
border-color: #64B5C0;
}
.TagClassName
{
border-color: #64B5C0;
}
</style>