Shades of Ice Cold #A4E8DC
Tints of Ice Cold #A4E8DC
RGB
CMYK
RGB Variations
Color information
#A4E8DC (or 0xA4E8DC) is known color: Ice Cold. HEX triplet: A4, E8 and DC. RGB value is (164,232,220). Sum of RGB (Red+Green+Blue) = 164+232+220=616 (81% of max value = 765). Red value is 164 (64.45% from 255 or 26.62% from 616); Green value is 232 (91.02% from 255 or 37.66% from 616); Blue value is 220 (86.33% from 255 or 35.71% from 616); Max value from RGB is 232 - color contains mainly: green. Hex color #A4E8DC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A4E8DC is #5B1723. Grayscale: #D2D2D2. Windows color (decimal): -5969700 or 14477476. OLE color: 14477476.
HSL color Cylindrical-coordinate representation of color #A4E8DC: hue angle of 169.41º degrees, saturation: 0.6, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A4E8DC is Cyan = 0.29, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 164 | 232 | 220 | - |
| CMYK | 0.29 | 0 | 0.05 | 0.09 |
| HSL | 169.41º | 0.6% | 0.78% | - |
| HSV(B) | 169.41º | 0.29% | 0.91% | - |
| XYZ | 57.08 | 70.77 | 78.36 | - |
| YUV | 210.3 | 133.47 | 94.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 232 | 220 | 0.29 | 0 | 0.05 | 0.09 | 169.41 | 0.6 | 0.78 |
| Hex | A4 | E8 | DC | 1D | 0 | 5 | 9 | A9 | 3C | 4E |
| Octal | 244 | 350 | 334 | 35 | 0 | 5 | 11 | 251 | 74 | 116 |
| Binary | 10100100 | 11101000 | 11011100 | 11101 | 0 | 101 | 1001 | 10101001 | 111100 | 1001110 |
Color Harmonies of #A4E8DC
Complementary color
Monochromatic Colors of #A4E8DC
Black with #A4E8DC
Text Example
Text Example
White with #A4E8DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4E8DC; }
p { color: rgb(164,232,220); }
H1.HeaderClassName
{
color: #A4E8DC;
}
.AnyTagClassName
{
color: #A4E8DC;
}
</style>
background-color css
<style>
a { background-color: #A4E8DC; }
a { background-color: rgb(164,232,220); }
div.DivClassName
{
background-color: #A4E8DC;
}
.BgClassName
{
background-color: #A4E8DC;
}
</style>
border-color css
<style>
span { border-color: #A4E8DC; }
span { border-color: rgb(164,232,220); }
td.TdClassName
{
border-color: #A4E8DC;
}
.TagClassName
{
border-color: #A4E8DC;
}
</style>