Shades of Fountain Blue #64B7BC
Tints of Fountain Blue #64B7BC
RGB
CMYK
RGB Variations
Color information
#64B7BC (or 0x64B7BC) is known color: Fountain Blue. HEX triplet: 64, B7 and BC. RGB value is (100,183,188). Sum of RGB (Red+Green+Blue) = 100+183+188=471 (62% of max value = 765). Red value is 100 (39.45% from 255 or 21.23% from 471); Green value is 183 (71.88% from 255 or 38.85% from 471); Blue value is 188 (73.83% from 255 or 39.92% from 471); Max value from RGB is 188 - color contains mainly: blue. Hex color #64B7BC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #64B7BC is #9B4843. Grayscale: #9E9E9E. Windows color (decimal): -10176580 or 12367716. OLE color: 12367716.
HSL color Cylindrical-coordinate representation of color #64B7BC: hue angle of 183.41º 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 #64B7BC is Cyan = 0.47, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 100 | 183 | 188 | - |
| CMYK | 0.47 | 0.03 | 0 | 0.26 |
| HSL | 183.41º | 0.4% | 0.56% | - |
| HSV(B) | 183.41º | 0.47% | 0.74% | - |
| XYZ | 31.27 | 40.21 | 53.69 | - |
| YUV | 158.75 | 144.5 | 86.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 183 | 188 | 0.47 | 0.03 | 0 | 0.26 | 183.41 | 0.4 | 0.56 |
| Hex | 64 | B7 | BC | 2F | 3 | 0 | 1A | B7 | 28 | 38 |
| Octal | 144 | 267 | 274 | 57 | 3 | 0 | 32 | 267 | 50 | 70 |
| Binary | 1100100 | 10110111 | 10111100 | 101111 | 11 | 0 | 11010 | 10110111 | 101000 | 111000 |
Color Harmonies of #64B7BC
Complementary color
Monochromatic Colors of #64B7BC
Black with #64B7BC
Text Example
Text Example
White with #64B7BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64B7BC; }
p { color: rgb(100,183,188); }
H1.HeaderClassName
{
color: #64B7BC;
}
.AnyTagClassName
{
color: #64B7BC;
}
</style>
background-color css
<style>
a { background-color: #64B7BC; }
a { background-color: rgb(100,183,188); }
div.DivClassName
{
background-color: #64B7BC;
}
.BgClassName
{
background-color: #64B7BC;
}
</style>
border-color css
<style>
span { border-color: #64B7BC; }
span { border-color: rgb(100,183,188); }
td.TdClassName
{
border-color: #64B7BC;
}
.TagClassName
{
border-color: #64B7BC;
}
</style>