Shades of Fountain Blue #64B5BE
Tints of Fountain Blue #64B5BE
RGB
CMYK
RGB Variations
Color information
#64B5BE (or 0x64B5BE) is known color: Fountain Blue. HEX triplet: 64, B5 and BE. RGB value is (100,181,190). Sum of RGB (Red+Green+Blue) = 100+181+190=471 (62% of max value = 765). Red value is 100 (39.45% from 255 or 21.23% from 471); Green value is 181 (71.09% from 255 or 38.43% from 471); Blue value is 190 (74.61% from 255 or 40.34% from 471); Max value from RGB is 190 - color contains mainly: blue. Hex color #64B5BE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #64B5BE is #9B4A41. Grayscale: #9D9D9D. Windows color (decimal): -10177090 or 12498276. OLE color: 12498276.
HSL color Cylindrical-coordinate representation of color #64B5BE: hue angle of 186º 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 #64B5BE is Cyan = 0.47, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 100 | 181 | 190 | - |
| CMYK | 0.47 | 0.05 | 0 | 0.25 |
| HSL | 186º | 0.41% | 0.57% | - |
| HSV(B) | 186º | 0.47% | 0.75% | - |
| XYZ | 31.07 | 39.47 | 54.7 | - |
| YUV | 157.81 | 146.16 | 86.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 181 | 190 | 0.47 | 0.05 | 0 | 0.25 | 186 | 0.41 | 0.57 |
| Hex | 64 | B5 | BE | 2F | 5 | 0 | 19 | BA | 29 | 39 |
| Octal | 144 | 265 | 276 | 57 | 5 | 0 | 31 | 272 | 51 | 71 |
| Binary | 1100100 | 10110101 | 10111110 | 101111 | 101 | 0 | 11001 | 10111010 | 101001 | 111001 |
Color Harmonies of #64B5BE
Complementary color
Monochromatic Colors of #64B5BE
Black with #64B5BE
Text Example
Text Example
White with #64B5BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64B5BE; }
p { color: rgb(100,181,190); }
H1.HeaderClassName
{
color: #64B5BE;
}
.AnyTagClassName
{
color: #64B5BE;
}
</style>
background-color css
<style>
a { background-color: #64B5BE; }
a { background-color: rgb(100,181,190); }
div.DivClassName
{
background-color: #64B5BE;
}
.BgClassName
{
background-color: #64B5BE;
}
</style>
border-color css
<style>
span { border-color: #64B5BE; }
span { border-color: rgb(100,181,190); }
td.TdClassName
{
border-color: #64B5BE;
}
.TagClassName
{
border-color: #64B5BE;
}
</style>