Shades of Fountain Blue #64BDBB
Tints of Fountain Blue #64BDBB
RGB
CMYK
RGB Variations
Color information
#64BDBB (or 0x64BDBB) is known color: Fountain Blue. HEX triplet: 64, BD and BB. RGB value is (100,189,187). Sum of RGB (Red+Green+Blue) = 100+189+187=476 (63% of max value = 765). Red value is 100 (39.45% from 255 or 21.01% from 476); Green value is 189 (74.22% from 255 or 39.71% from 476); Blue value is 187 (73.44% from 255 or 39.29% from 476); Max value from RGB is 189 - color contains mainly: green. Hex color #64BDBB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #64BDBB is #9B4244. Grayscale: #A2A2A2. Windows color (decimal): -10175045 or 12303716. OLE color: 12303716.
HSL color Cylindrical-coordinate representation of color #64BDBB: hue angle of 178.65º degrees, saturation: 0.4, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #64BDBB is Cyan = 0.47, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 100 | 189 | 187 | - |
| CMYK | 0.47 | 0 | 0.01 | 0.26 |
| HSL | 178.65º | 0.4% | 0.57% | - |
| HSV(B) | 178.65º | 0.47% | 0.74% | - |
| XYZ | 32.42 | 42.69 | 53.55 | - |
| YUV | 162.16 | 142.01 | 83.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 189 | 187 | 0.47 | 0 | 0.01 | 0.26 | 178.65 | 0.4 | 0.57 |
| Hex | 64 | BD | BB | 2F | 0 | 1 | 1A | B3 | 28 | 39 |
| Octal | 144 | 275 | 273 | 57 | 0 | 1 | 32 | 263 | 50 | 71 |
| Binary | 1100100 | 10111101 | 10111011 | 101111 | 0 | 1 | 11010 | 10110011 | 101000 | 111001 |
Color Harmonies of #64BDBB
Complementary color
Monochromatic Colors of #64BDBB
Black with #64BDBB
Text Example
Text Example
White with #64BDBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64BDBB; }
p { color: rgb(100,189,187); }
H1.HeaderClassName
{
color: #64BDBB;
}
.AnyTagClassName
{
color: #64BDBB;
}
</style>
background-color css
<style>
a { background-color: #64BDBB; }
a { background-color: rgb(100,189,187); }
div.DivClassName
{
background-color: #64BDBB;
}
.BgClassName
{
background-color: #64BDBB;
}
</style>
border-color css
<style>
span { border-color: #64BDBB; }
span { border-color: rgb(100,189,187); }
td.TdClassName
{
border-color: #64BDBB;
}
.TagClassName
{
border-color: #64BDBB;
}
</style>