Shades of Fountain Blue #64BDBD
Tints of Fountain Blue #64BDBD
RGB
CMYK
RGB Variations
Color information
#64BDBD (or 0x64BDBD) is known color: Fountain Blue. HEX triplet: 64, BD and BD. RGB value is (100,189,189). Sum of RGB (Red+Green+Blue) = 100+189+189=478 (63% of max value = 765). Red value is 100 (39.45% from 255 or 20.92% from 478); Green value is 189 (74.22% from 255 or 39.54% from 478); Blue value is 189 (74.22% from 255 or 39.54% from 478); Max value from RGB is 189 - color contains mainly: green, blue. Hex color #64BDBD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #64BDBD is #9B4242. Grayscale: #A2A2A2. Windows color (decimal): -10175043 or 12434788. OLE color: 12434788.
HSL color Cylindrical-coordinate representation of color #64BDBD: hue angle of 180º 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 #64BDBD is Cyan = 0.47, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 100 | 189 | 189 | - |
| CMYK | 0.47 | 0 | 0 | 0.26 |
| HSL | 180º | 0.4% | 0.57% | - |
| HSV(B) | 180º | 0.47% | 0.74% | - |
| XYZ | 32.64 | 42.78 | 54.68 | - |
| YUV | 162.39 | 143.01 | 83.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 189 | 189 | 0.47 | 0 | 0 | 0.26 | 180 | 0.4 | 0.57 |
| Hex | 64 | BD | BD | 2F | 0 | 0 | 1A | B4 | 28 | 39 |
| Octal | 144 | 275 | 275 | 57 | 0 | 0 | 32 | 264 | 50 | 71 |
| Binary | 1100100 | 10111101 | 10111101 | 101111 | 0 | 0 | 11010 | 10110100 | 101000 | 111001 |
Color Harmonies of #64BDBD
Complementary color
Monochromatic Colors of #64BDBD
Black with #64BDBD
Text Example
Text Example
White with #64BDBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64BDBD; }
p { color: rgb(100,189,189); }
H1.HeaderClassName
{
color: #64BDBD;
}
.AnyTagClassName
{
color: #64BDBD;
}
</style>
background-color css
<style>
a { background-color: #64BDBD; }
a { background-color: rgb(100,189,189); }
div.DivClassName
{
background-color: #64BDBD;
}
.BgClassName
{
background-color: #64BDBD;
}
</style>
border-color css
<style>
span { border-color: #64BDBD; }
span { border-color: rgb(100,189,189); }
td.TdClassName
{
border-color: #64BDBD;
}
.TagClassName
{
border-color: #64BDBD;
}
</style>