Shades of Glacier #64AEC4
Tints of Glacier #64AEC4
RGB
CMYK
RGB Variations
Color information
#64AEC4 (or 0x64AEC4) is known color: Glacier. HEX triplet: 64, AE and C4. RGB value is (100,174,196). Sum of RGB (Red+Green+Blue) = 100+174+196=470 (62% of max value = 765). Red value is 100 (39.45% from 255 or 21.28% from 470); Green value is 174 (68.36% from 255 or 37.02% from 470); Blue value is 196 (76.95% from 255 or 41.70% from 470); Max value from RGB is 196 - color contains mainly: blue. Hex color #64AEC4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #64AEC4 is #9B513B. Grayscale: #9A9A9A. Windows color (decimal): -10178876 or 12889700. OLE color: 12889700.
HSL color Cylindrical-coordinate representation of color #64AEC4: hue angle of 193.75º 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 #64AEC4 is Cyan = 0.49, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 100 | 174 | 196 | - |
| CMYK | 0.49 | 0.11 | 0 | 0.23 |
| HSL | 193.75º | 0.45% | 0.58% | - |
| HSV(B) | 193.75º | 0.49% | 0.77% | - |
| XYZ | 30.36 | 36.97 | 57.76 | - |
| YUV | 154.38 | 151.48 | 89.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 174 | 196 | 0.49 | 0.11 | 0 | 0.23 | 193.75 | 0.45 | 0.58 |
| Hex | 64 | AE | C4 | 31 | B | 0 | 17 | C2 | 2D | 3A |
| Octal | 144 | 256 | 304 | 61 | 13 | 0 | 27 | 302 | 55 | 72 |
| Binary | 1100100 | 10101110 | 11000100 | 110001 | 1011 | 0 | 10111 | 11000010 | 101101 | 111010 |
Color Harmonies of #64AEC4
Complementary color
Monochromatic Colors of #64AEC4
Black with #64AEC4
Text Example
Text Example
White with #64AEC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64AEC4; }
p { color: rgb(100,174,196); }
H1.HeaderClassName
{
color: #64AEC4;
}
.AnyTagClassName
{
color: #64AEC4;
}
</style>
background-color css
<style>
a { background-color: #64AEC4; }
a { background-color: rgb(100,174,196); }
div.DivClassName
{
background-color: #64AEC4;
}
.BgClassName
{
background-color: #64AEC4;
}
</style>
border-color css
<style>
span { border-color: #64AEC4; }
span { border-color: rgb(100,174,196); }
td.TdClassName
{
border-color: #64AEC4;
}
.TagClassName
{
border-color: #64AEC4;
}
</style>