Shades of Glacier #64ADC4
Tints of Glacier #64ADC4
RGB
CMYK
RGB Variations
Color information
#64ADC4 (or 0x64ADC4) is known color: Glacier. HEX triplet: 64, AD and C4. RGB value is (100,173,196). Sum of RGB (Red+Green+Blue) = 100+173+196=469 (62% of max value = 765). Red value is 100 (39.45% from 255 or 21.32% from 469); Green value is 173 (67.97% from 255 or 36.89% from 469); Blue value is 196 (76.95% from 255 or 41.79% from 469); Max value from RGB is 196 - color contains mainly: blue. Hex color #64ADC4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #64ADC4 is #9B523B. Grayscale: #999999. Windows color (decimal): -10179132 or 12889444. OLE color: 12889444.
HSL color Cylindrical-coordinate representation of color #64ADC4: hue angle of 194.38º degrees, saturation: 0.45, 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 #64ADC4 is Cyan = 0.49, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 100 | 173 | 196 | - |
| CMYK | 0.49 | 0.12 | 0 | 0.23 |
| HSL | 194.38º | 0.45% | 0.58% | - |
| HSV(B) | 194.38º | 0.49% | 0.77% | - |
| XYZ | 30.16 | 36.58 | 57.7 | - |
| YUV | 153.8 | 151.82 | 89.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 173 | 196 | 0.49 | 0.12 | 0 | 0.23 | 194.38 | 0.45 | 0.58 |
| Hex | 64 | AD | C4 | 31 | C | 0 | 17 | C2 | 2D | 3A |
| Octal | 144 | 255 | 304 | 61 | 14 | 0 | 27 | 302 | 55 | 72 |
| Binary | 1100100 | 10101101 | 11000100 | 110001 | 1100 | 0 | 10111 | 11000010 | 101101 | 111010 |
Color Harmonies of #64ADC4
Complementary color
Monochromatic Colors of #64ADC4
Black with #64ADC4
Text Example
Text Example
White with #64ADC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64ADC4; }
p { color: rgb(100,173,196); }
H1.HeaderClassName
{
color: #64ADC4;
}
.AnyTagClassName
{
color: #64ADC4;
}
</style>
background-color css
<style>
a { background-color: #64ADC4; }
a { background-color: rgb(100,173,196); }
div.DivClassName
{
background-color: #64ADC4;
}
.BgClassName
{
background-color: #64ADC4;
}
</style>
border-color css
<style>
span { border-color: #64ADC4; }
span { border-color: rgb(100,173,196); }
td.TdClassName
{
border-color: #64ADC4;
}
.TagClassName
{
border-color: #64ADC4;
}
</style>