Shades of Fountain Blue #64BFBC
Tints of Fountain Blue #64BFBC
RGB
CMYK
RGB Variations
Color information
#64BFBC (or 0x64BFBC) is known color: Fountain Blue. HEX triplet: 64, BF and BC. RGB value is (100,191,188). Sum of RGB (Red+Green+Blue) = 100+191+188=479 (63% of max value = 765). Red value is 100 (39.45% from 255 or 20.88% from 479); Green value is 191 (75% from 255 or 39.87% from 479); Blue value is 188 (73.83% from 255 or 39.25% from 479); Max value from RGB is 191 - color contains mainly: green. Hex color #64BFBC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #64BFBC is #9B4043. Grayscale: #A3A3A3. Windows color (decimal): -10174532 or 12369764. OLE color: 12369764.
HSL color Cylindrical-coordinate representation of color #64BFBC: hue angle of 178.02º degrees, saturation: 0.42, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #64BFBC is Cyan = 0.48, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 100 | 191 | 188 | - |
| CMYK | 0.48 | 0 | 0.02 | 0.25 |
| HSL | 178.02º | 0.42% | 0.57% | - |
| HSV(B) | 178.02º | 0.48% | 0.75% | - |
| XYZ | 32.96 | 43.6 | 54.26 | - |
| YUV | 163.45 | 141.85 | 82.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 191 | 188 | 0.48 | 0 | 0.02 | 0.25 | 178.02 | 0.42 | 0.57 |
| Hex | 64 | BF | BC | 30 | 0 | 2 | 19 | B2 | 2A | 39 |
| Octal | 144 | 277 | 274 | 60 | 0 | 2 | 31 | 262 | 52 | 71 |
| Binary | 1100100 | 10111111 | 10111100 | 110000 | 0 | 10 | 11001 | 10110010 | 101010 | 111001 |
Color Harmonies of #64BFBC
Complementary color
Monochromatic Colors of #64BFBC
Black with #64BFBC
Text Example
Text Example
White with #64BFBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64BFBC; }
p { color: rgb(100,191,188); }
H1.HeaderClassName
{
color: #64BFBC;
}
.AnyTagClassName
{
color: #64BFBC;
}
</style>
background-color css
<style>
a { background-color: #64BFBC; }
a { background-color: rgb(100,191,188); }
div.DivClassName
{
background-color: #64BFBC;
}
.BgClassName
{
background-color: #64BFBC;
}
</style>
border-color css
<style>
span { border-color: #64BFBC; }
span { border-color: rgb(100,191,188); }
td.TdClassName
{
border-color: #64BFBC;
}
.TagClassName
{
border-color: #64BFBC;
}
</style>