Shades of Glacier #64B7C5
Tints of Glacier #64B7C5
RGB
CMYK
RGB Variations
Color information
#64B7C5 (or 0x64B7C5) is known color: Glacier. HEX triplet: 64, B7 and C5. RGB value is (100,183,197). Sum of RGB (Red+Green+Blue) = 100+183+197=480 (63% of max value = 765). Red value is 100 (39.45% from 255 or 20.83% from 480); Green value is 183 (71.88% from 255 or 38.12% from 480); Blue value is 197 (77.34% from 255 or 41.04% from 480); Max value from RGB is 197 - color contains mainly: blue. Hex color #64B7C5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #64B7C5 is #9B483A. Grayscale: #9F9F9F. Windows color (decimal): -10176571 or 12957540. OLE color: 12957540.
HSL color Cylindrical-coordinate representation of color #64B7C5: hue angle of 188.66º degrees, saturation: 0.46, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #64B7C5 is Cyan = 0.49, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 100 | 183 | 197 | - |
| CMYK | 0.49 | 0.07 | 0 | 0.23 |
| HSL | 188.66º | 0.46% | 0.58% | - |
| HSV(B) | 188.66º | 0.49% | 0.77% | - |
| XYZ | 32.27 | 40.61 | 58.96 | - |
| YUV | 159.78 | 149 | 85.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 183 | 197 | 0.49 | 0.07 | 0 | 0.23 | 188.66 | 0.46 | 0.58 |
| Hex | 64 | B7 | C5 | 31 | 7 | 0 | 17 | BD | 2E | 3A |
| Octal | 144 | 267 | 305 | 61 | 7 | 0 | 27 | 275 | 56 | 72 |
| Binary | 1100100 | 10110111 | 11000101 | 110001 | 111 | 0 | 10111 | 10111101 | 101110 | 111010 |
Color Harmonies of #64B7C5
Complementary color
Monochromatic Colors of #64B7C5
Black with #64B7C5
Text Example
Text Example
White with #64B7C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64B7C5; }
p { color: rgb(100,183,197); }
H1.HeaderClassName
{
color: #64B7C5;
}
.AnyTagClassName
{
color: #64B7C5;
}
</style>
background-color css
<style>
a { background-color: #64B7C5; }
a { background-color: rgb(100,183,197); }
div.DivClassName
{
background-color: #64B7C5;
}
.BgClassName
{
background-color: #64B7C5;
}
</style>
border-color css
<style>
span { border-color: #64B7C5; }
span { border-color: rgb(100,183,197); }
td.TdClassName
{
border-color: #64B7C5;
}
.TagClassName
{
border-color: #64B7C5;
}
</style>