Shades of Fountain Blue #64BEB9
Tints of Fountain Blue #64BEB9
RGB
CMYK
RGB Variations
Color information
#64BEB9 (or 0x64BEB9) is known color: Fountain Blue. HEX triplet: 64, BE and B9. RGB value is (100,190,185). Sum of RGB (Red+Green+Blue) = 100+190+185=475 (62% of max value = 765). Red value is 100 (39.45% from 255 or 21.05% from 475); Green value is 190 (74.61% from 255 or 40% from 475); Blue value is 185 (72.66% from 255 or 38.95% from 475); Max value from RGB is 190 - color contains mainly: green. Hex color #64BEB9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #64BEB9 is #9B4146. Grayscale: #A2A2A2. Windows color (decimal): -10174791 or 12172900. OLE color: 12172900.
HSL color Cylindrical-coordinate representation of color #64BEB9: hue angle of 176.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 #64BEB9 is Cyan = 0.47, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 100 | 190 | 185 | - |
| CMYK | 0.47 | 0 | 0.03 | 0.25 |
| HSL | 176.67º | 0.41% | 0.57% | - |
| HSV(B) | 176.67º | 0.47% | 0.75% | - |
| XYZ | 32.43 | 43.04 | 52.5 | - |
| YUV | 162.52 | 140.68 | 83.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 190 | 185 | 0.47 | 0 | 0.03 | 0.25 | 176.67 | 0.41 | 0.57 |
| Hex | 64 | BE | B9 | 2F | 0 | 3 | 19 | B1 | 29 | 39 |
| Octal | 144 | 276 | 271 | 57 | 0 | 3 | 31 | 261 | 51 | 71 |
| Binary | 1100100 | 10111110 | 10111001 | 101111 | 0 | 11 | 11001 | 10110001 | 101001 | 111001 |
Color Harmonies of #64BEB9
Complementary color
Monochromatic Colors of #64BEB9
Black with #64BEB9
Text Example
Text Example
White with #64BEB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64BEB9; }
p { color: rgb(100,190,185); }
H1.HeaderClassName
{
color: #64BEB9;
}
.AnyTagClassName
{
color: #64BEB9;
}
</style>
background-color css
<style>
a { background-color: #64BEB9; }
a { background-color: rgb(100,190,185); }
div.DivClassName
{
background-color: #64BEB9;
}
.BgClassName
{
background-color: #64BEB9;
}
</style>
border-color css
<style>
span { border-color: #64BEB9; }
span { border-color: rgb(100,190,185); }
td.TdClassName
{
border-color: #64BEB9;
}
.TagClassName
{
border-color: #64BEB9;
}
</style>