Shades of Fountain Blue #64B5BC
Tints of Fountain Blue #64B5BC
RGB
CMYK
RGB Variations
Color information
#64B5BC (or 0x64B5BC) is known color: Fountain Blue. HEX triplet: 64, B5 and BC. RGB value is (100,181,188). Sum of RGB (Red+Green+Blue) = 100+181+188=469 (62% of max value = 765). Red value is 100 (39.45% from 255 or 21.32% from 469); Green value is 181 (71.09% from 255 or 38.59% from 469); Blue value is 188 (73.83% from 255 or 40.09% from 469); Max value from RGB is 188 - color contains mainly: blue. Hex color #64B5BC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #64B5BC is #9B4A43. Grayscale: #9D9D9D. Windows color (decimal): -10177092 or 12367204. OLE color: 12367204.
HSL color Cylindrical-coordinate representation of color #64B5BC: hue angle of 184.77º degrees, saturation: 0.4, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #64B5BC is Cyan = 0.47, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 100 | 181 | 188 | - |
| CMYK | 0.47 | 0.04 | 0 | 0.26 |
| HSL | 184.77º | 0.4% | 0.56% | - |
| HSV(B) | 184.77º | 0.47% | 0.74% | - |
| XYZ | 30.86 | 39.39 | 53.55 | - |
| YUV | 157.58 | 145.16 | 86.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 181 | 188 | 0.47 | 0.04 | 0 | 0.26 | 184.77 | 0.4 | 0.56 |
| Hex | 64 | B5 | BC | 2F | 4 | 0 | 1A | B9 | 28 | 38 |
| Octal | 144 | 265 | 274 | 57 | 4 | 0 | 32 | 271 | 50 | 70 |
| Binary | 1100100 | 10110101 | 10111100 | 101111 | 100 | 0 | 11010 | 10111001 | 101000 | 111000 |
Color Harmonies of #64B5BC
Complementary color
Monochromatic Colors of #64B5BC
Black with #64B5BC
Text Example
Text Example
White with #64B5BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64B5BC; }
p { color: rgb(100,181,188); }
H1.HeaderClassName
{
color: #64B5BC;
}
.AnyTagClassName
{
color: #64B5BC;
}
</style>
background-color css
<style>
a { background-color: #64B5BC; }
a { background-color: rgb(100,181,188); }
div.DivClassName
{
background-color: #64B5BC;
}
.BgClassName
{
background-color: #64B5BC;
}
</style>
border-color css
<style>
span { border-color: #64B5BC; }
span { border-color: rgb(100,181,188); }
td.TdClassName
{
border-color: #64B5BC;
}
.TagClassName
{
border-color: #64B5BC;
}
</style>