Shades of Fountain Blue #64BCBF
Tints of Fountain Blue #64BCBF
RGB
CMYK
RGB Variations
Color information
#64BCBF (or 0x64BCBF) is known color: Fountain Blue. HEX triplet: 64, BC and BF. RGB value is (100,188,191). Sum of RGB (Red+Green+Blue) = 100+188+191=479 (63% of max value = 765). Red value is 100 (39.45% from 255 or 20.88% from 479); Green value is 188 (73.83% from 255 or 39.25% from 479); Blue value is 191 (75% from 255 or 39.87% from 479); Max value from RGB is 191 - color contains mainly: blue. Hex color #64BCBF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #64BCBF is #9B4340. Grayscale: #A1A1A1. Windows color (decimal): -10175297 or 12565604. OLE color: 12565604.
HSL color Cylindrical-coordinate representation of color #64BCBF: hue angle of 181.98º 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 #64BCBF is Cyan = 0.48, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 100 | 188 | 191 | - |
| CMYK | 0.48 | 0.02 | 0 | 0.25 |
| HSL | 181.98º | 0.42% | 0.57% | - |
| HSV(B) | 181.98º | 0.48% | 0.75% | - |
| XYZ | 32.64 | 42.44 | 55.76 | - |
| YUV | 162.03 | 144.35 | 83.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 188 | 191 | 0.48 | 0.02 | 0 | 0.25 | 181.98 | 0.42 | 0.57 |
| Hex | 64 | BC | BF | 30 | 2 | 0 | 19 | B6 | 2A | 39 |
| Octal | 144 | 274 | 277 | 60 | 2 | 0 | 31 | 266 | 52 | 71 |
| Binary | 1100100 | 10111100 | 10111111 | 110000 | 10 | 0 | 11001 | 10110110 | 101010 | 111001 |
Color Harmonies of #64BCBF
Complementary color
Monochromatic Colors of #64BCBF
Black with #64BCBF
Text Example
Text Example
White with #64BCBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64BCBF; }
p { color: rgb(100,188,191); }
H1.HeaderClassName
{
color: #64BCBF;
}
.AnyTagClassName
{
color: #64BCBF;
}
</style>
background-color css
<style>
a { background-color: #64BCBF; }
a { background-color: rgb(100,188,191); }
div.DivClassName
{
background-color: #64BCBF;
}
.BgClassName
{
background-color: #64BCBF;
}
</style>
border-color css
<style>
span { border-color: #64BCBF; }
span { border-color: rgb(100,188,191); }
td.TdClassName
{
border-color: #64BCBF;
}
.TagClassName
{
border-color: #64BCBF;
}
</style>