Shades of Fountain Blue #64B5B7
Tints of Fountain Blue #64B5B7
RGB
CMYK
RGB Variations
Color information
#64B5B7 (or 0x64B5B7) is known color: Fountain Blue. HEX triplet: 64, B5 and B7. RGB value is (100,181,183). Sum of RGB (Red+Green+Blue) = 100+181+183=464 (61% of max value = 765). Red value is 100 (39.45% from 255 or 21.55% from 464); Green value is 181 (71.09% from 255 or 39.01% from 464); Blue value is 183 (71.88% from 255 or 39.44% from 464); Max value from RGB is 183 - color contains mainly: blue. Hex color #64B5B7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #64B5B7 is #9B4A48. Grayscale: #9C9C9C. Windows color (decimal): -10177097 or 12039524. OLE color: 12039524.
HSL color Cylindrical-coordinate representation of color #64B5B7: hue angle of 181.45º degrees, saturation: 0.37, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #64B5B7 is Cyan = 0.45, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 100 | 181 | 183 | - |
| CMYK | 0.45 | 0.01 | 0 | 0.28 |
| HSL | 181.45º | 0.37% | 0.55% | - |
| HSV(B) | 181.45º | 0.45% | 0.72% | - |
| XYZ | 30.33 | 39.18 | 50.76 | - |
| YUV | 157.01 | 142.66 | 87.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 181 | 183 | 0.45 | 0.01 | 0 | 0.28 | 181.45 | 0.37 | 0.55 |
| Hex | 64 | B5 | B7 | 2D | 1 | 0 | 1C | B5 | 25 | 37 |
| Octal | 144 | 265 | 267 | 55 | 1 | 0 | 34 | 265 | 45 | 67 |
| Binary | 1100100 | 10110101 | 10110111 | 101101 | 1 | 0 | 11100 | 10110101 | 100101 | 110111 |
Color Harmonies of #64B5B7
Complementary color
Monochromatic Colors of #64B5B7
Black with #64B5B7
Text Example
Text Example
White with #64B5B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64B5B7; }
p { color: rgb(100,181,183); }
H1.HeaderClassName
{
color: #64B5B7;
}
.AnyTagClassName
{
color: #64B5B7;
}
</style>
background-color css
<style>
a { background-color: #64B5B7; }
a { background-color: rgb(100,181,183); }
div.DivClassName
{
background-color: #64B5B7;
}
.BgClassName
{
background-color: #64B5B7;
}
</style>
border-color css
<style>
span { border-color: #64B5B7; }
span { border-color: rgb(100,181,183); }
td.TdClassName
{
border-color: #64B5B7;
}
.TagClassName
{
border-color: #64B5B7;
}
</style>