Shades of Fountain Blue #64BAC3
Tints of Fountain Blue #64BAC3
RGB
CMYK
RGB Variations
Color information
#64BAC3 (or 0x64BAC3) is known color: Fountain Blue. HEX triplet: 64, BA and C3. RGB value is (100,186,195). Sum of RGB (Red+Green+Blue) = 100+186+195=481 (63% of max value = 765). Red value is 100 (39.45% from 255 or 20.79% from 481); Green value is 186 (73.05% from 255 or 38.67% from 481); Blue value is 195 (76.56% from 255 or 40.54% from 481); Max value from RGB is 195 - color contains mainly: blue. Hex color #64BAC3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #64BAC3 is #9B453C. Grayscale: #A1A1A1. Windows color (decimal): -10175805 or 12827236. OLE color: 12827236.
HSL color Cylindrical-coordinate representation of color #64BAC3: hue angle of 185.68º degrees, saturation: 0.44, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #64BAC3 is Cyan = 0.49, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 100 | 186 | 195 | - |
| CMYK | 0.49 | 0.05 | 0 | 0.24 |
| HSL | 185.68º | 0.44% | 0.58% | - |
| HSV(B) | 185.68º | 0.49% | 0.76% | - |
| XYZ | 32.66 | 41.77 | 57.97 | - |
| YUV | 161.31 | 147.01 | 84.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 186 | 195 | 0.49 | 0.05 | 0 | 0.24 | 185.68 | 0.44 | 0.58 |
| Hex | 64 | BA | C3 | 31 | 5 | 0 | 18 | BA | 2C | 3A |
| Octal | 144 | 272 | 303 | 61 | 5 | 0 | 30 | 272 | 54 | 72 |
| Binary | 1100100 | 10111010 | 11000011 | 110001 | 101 | 0 | 11000 | 10111010 | 101100 | 111010 |
Color Harmonies of #64BAC3
Complementary color
Monochromatic Colors of #64BAC3
Black with #64BAC3
Text Example
Text Example
White with #64BAC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64BAC3; }
p { color: rgb(100,186,195); }
H1.HeaderClassName
{
color: #64BAC3;
}
.AnyTagClassName
{
color: #64BAC3;
}
</style>
background-color css
<style>
a { background-color: #64BAC3; }
a { background-color: rgb(100,186,195); }
div.DivClassName
{
background-color: #64BAC3;
}
.BgClassName
{
background-color: #64BAC3;
}
</style>
border-color css
<style>
span { border-color: #64BAC3; }
span { border-color: rgb(100,186,195); }
td.TdClassName
{
border-color: #64BAC3;
}
.TagClassName
{
border-color: #64BAC3;
}
</style>