Shades of Fountain Blue #64BAC4
Tints of Fountain Blue #64BAC4
RGB
CMYK
RGB Variations
Color information
#64BAC4 (or 0x64BAC4) is known color: Fountain Blue. HEX triplet: 64, BA and C4. RGB value is (100,186,196). Sum of RGB (Red+Green+Blue) = 100+186+196=482 (63% of max value = 765). Red value is 100 (39.45% from 255 or 20.75% from 482); Green value is 186 (73.05% from 255 or 38.59% from 482); Blue value is 196 (76.95% from 255 or 40.66% from 482); Max value from RGB is 196 - color contains mainly: blue. Hex color #64BAC4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #64BAC4 is #9B453B. Grayscale: #A1A1A1. Windows color (decimal): -10175804 or 12892772. OLE color: 12892772.
HSL color Cylindrical-coordinate representation of color #64BAC4: hue angle of 186.25º degrees, saturation: 0.45, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #64BAC4 is Cyan = 0.49, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 100 | 186 | 196 | - |
| CMYK | 0.49 | 0.05 | 0 | 0.23 |
| HSL | 186.25º | 0.45% | 0.58% | - |
| HSV(B) | 186.25º | 0.49% | 0.77% | - |
| XYZ | 32.78 | 41.81 | 58.57 | - |
| YUV | 161.43 | 147.51 | 84.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 186 | 196 | 0.49 | 0.05 | 0 | 0.23 | 186.25 | 0.45 | 0.58 |
| Hex | 64 | BA | C4 | 31 | 5 | 0 | 17 | BA | 2D | 3A |
| Octal | 144 | 272 | 304 | 61 | 5 | 0 | 27 | 272 | 55 | 72 |
| Binary | 1100100 | 10111010 | 11000100 | 110001 | 101 | 0 | 10111 | 10111010 | 101101 | 111010 |
Color Harmonies of #64BAC4
Complementary color
Monochromatic Colors of #64BAC4
Black with #64BAC4
Text Example
Text Example
White with #64BAC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64BAC4; }
p { color: rgb(100,186,196); }
H1.HeaderClassName
{
color: #64BAC4;
}
.AnyTagClassName
{
color: #64BAC4;
}
</style>
background-color css
<style>
a { background-color: #64BAC4; }
a { background-color: rgb(100,186,196); }
div.DivClassName
{
background-color: #64BAC4;
}
.BgClassName
{
background-color: #64BAC4;
}
</style>
border-color css
<style>
span { border-color: #64BAC4; }
span { border-color: rgb(100,186,196); }
td.TdClassName
{
border-color: #64BAC4;
}
.TagClassName
{
border-color: #64BAC4;
}
</style>