Shades of Fountain Blue #64BAC1
Tints of Fountain Blue #64BAC1
RGB
CMYK
RGB Variations
Color information
#64BAC1 (or 0x64BAC1) is known color: Fountain Blue. HEX triplet: 64, BA and C1. RGB value is (100,186,193). Sum of RGB (Red+Green+Blue) = 100+186+193=479 (63% of max value = 765). Red value is 100 (39.45% from 255 or 20.88% from 479); Green value is 186 (73.05% from 255 or 38.83% from 479); Blue value is 193 (75.78% from 255 or 40.29% from 479); Max value from RGB is 193 - color contains mainly: blue. Hex color #64BAC1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #64BAC1 is #9B453E. Grayscale: #A0A0A0. Windows color (decimal): -10175807 or 12696164. OLE color: 12696164.
HSL color Cylindrical-coordinate representation of color #64BAC1: hue angle of 184.52º 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 #64BAC1 is Cyan = 0.48, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 100 | 186 | 193 | - |
| CMYK | 0.48 | 0.04 | 0 | 0.24 |
| HSL | 184.52º | 0.43% | 0.57% | - |
| HSV(B) | 184.52º | 0.48% | 0.76% | - |
| XYZ | 32.44 | 41.68 | 56.79 | - |
| YUV | 161.08 | 146.01 | 84.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 186 | 193 | 0.48 | 0.04 | 0 | 0.24 | 184.52 | 0.43 | 0.57 |
| Hex | 64 | BA | C1 | 30 | 4 | 0 | 18 | B9 | 2B | 39 |
| Octal | 144 | 272 | 301 | 60 | 4 | 0 | 30 | 271 | 53 | 71 |
| Binary | 1100100 | 10111010 | 11000001 | 110000 | 100 | 0 | 11000 | 10111001 | 101011 | 111001 |
Color Harmonies of #64BAC1
Complementary color
Monochromatic Colors of #64BAC1
Black with #64BAC1
Text Example
Text Example
White with #64BAC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64BAC1; }
p { color: rgb(100,186,193); }
H1.HeaderClassName
{
color: #64BAC1;
}
.AnyTagClassName
{
color: #64BAC1;
}
</style>
background-color css
<style>
a { background-color: #64BAC1; }
a { background-color: rgb(100,186,193); }
div.DivClassName
{
background-color: #64BAC1;
}
.BgClassName
{
background-color: #64BAC1;
}
</style>
border-color css
<style>
span { border-color: #64BAC1; }
span { border-color: rgb(100,186,193); }
td.TdClassName
{
border-color: #64BAC1;
}
.TagClassName
{
border-color: #64BAC1;
}
</style>