Shades of Fountain Blue #64B4BE
Tints of Fountain Blue #64B4BE
RGB
CMYK
RGB Variations
Color information
#64B4BE (or 0x64B4BE) is known color: Fountain Blue. HEX triplet: 64, B4 and BE. RGB value is (100,180,190). Sum of RGB (Red+Green+Blue) = 100+180+190=470 (62% of max value = 765). Red value is 100 (39.45% from 255 or 21.28% from 470); Green value is 180 (70.70% from 255 or 38.30% from 470); Blue value is 190 (74.61% from 255 or 40.43% from 470); Max value from RGB is 190 - color contains mainly: blue. Hex color #64B4BE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #64B4BE is #9B4B41. Grayscale: #9D9D9D. Windows color (decimal): -10177346 or 12498020. OLE color: 12498020.
HSL color Cylindrical-coordinate representation of color #64B4BE: hue angle of 186.67º degrees, saturation: 0.41, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #64B4BE is Cyan = 0.47, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 100 | 180 | 190 | - |
| CMYK | 0.47 | 0.05 | 0 | 0.25 |
| HSL | 186.67º | 0.41% | 0.57% | - |
| HSV(B) | 186.67º | 0.47% | 0.75% | - |
| XYZ | 30.87 | 39.07 | 54.63 | - |
| YUV | 157.22 | 146.5 | 87.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 180 | 190 | 0.47 | 0.05 | 0 | 0.25 | 186.67 | 0.41 | 0.57 |
| Hex | 64 | B4 | BE | 2F | 5 | 0 | 19 | BB | 29 | 39 |
| Octal | 144 | 264 | 276 | 57 | 5 | 0 | 31 | 273 | 51 | 71 |
| Binary | 1100100 | 10110100 | 10111110 | 101111 | 101 | 0 | 11001 | 10111011 | 101001 | 111001 |
Color Harmonies of #64B4BE
Complementary color
Monochromatic Colors of #64B4BE
Black with #64B4BE
Text Example
Text Example
White with #64B4BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64B4BE; }
p { color: rgb(100,180,190); }
H1.HeaderClassName
{
color: #64B4BE;
}
.AnyTagClassName
{
color: #64B4BE;
}
</style>
background-color css
<style>
a { background-color: #64B4BE; }
a { background-color: rgb(100,180,190); }
div.DivClassName
{
background-color: #64B4BE;
}
.BgClassName
{
background-color: #64B4BE;
}
</style>
border-color css
<style>
span { border-color: #64B4BE; }
span { border-color: rgb(100,180,190); }
td.TdClassName
{
border-color: #64B4BE;
}
.TagClassName
{
border-color: #64B4BE;
}
</style>