Shades of Ice Cold #A4E6DC
Tints of Ice Cold #A4E6DC
RGB
CMYK
RGB Variations
Color information
#A4E6DC (or 0xA4E6DC) is known color: Ice Cold. HEX triplet: A4, E6 and DC. RGB value is (164,230,220). Sum of RGB (Red+Green+Blue) = 164+230+220=614 (81% of max value = 765). Red value is 164 (64.45% from 255 or 26.71% from 614); Green value is 230 (90.23% from 255 or 37.46% from 614); Blue value is 220 (86.33% from 255 or 35.83% from 614); Max value from RGB is 230 - color contains mainly: green. Hex color #A4E6DC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A4E6DC is #5B1923. Grayscale: #D1D1D1. Windows color (decimal): -5970212 or 14476964. OLE color: 14476964.
HSL color Cylindrical-coordinate representation of color #A4E6DC: hue angle of 170.91º degrees, saturation: 0.57, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A4E6DC is Cyan = 0.29, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 164 | 230 | 220 | - |
| CMYK | 0.29 | 0 | 0.04 | 0.10 |
| HSL | 170.91º | 0.57% | 0.77% | - |
| HSV(B) | 170.91º | 0.29% | 0.9% | - |
| XYZ | 56.52 | 69.65 | 78.18 | - |
| YUV | 209.13 | 134.13 | 95.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 230 | 220 | 0.29 | 0 | 0.04 | 0.10 | 170.91 | 0.57 | 0.77 |
| Hex | A4 | E6 | DC | 1D | 0 | 4 | A | AB | 39 | 4D |
| Octal | 244 | 346 | 334 | 35 | 0 | 4 | 12 | 253 | 71 | 115 |
| Binary | 10100100 | 11100110 | 11011100 | 11101 | 0 | 100 | 1010 | 10101011 | 111001 | 1001101 |
Color Harmonies of #A4E6DC
Complementary color
Monochromatic Colors of #A4E6DC
Black with #A4E6DC
Text Example
Text Example
White with #A4E6DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4E6DC; }
p { color: rgb(164,230,220); }
H1.HeaderClassName
{
color: #A4E6DC;
}
.AnyTagClassName
{
color: #A4E6DC;
}
</style>
background-color css
<style>
a { background-color: #A4E6DC; }
a { background-color: rgb(164,230,220); }
div.DivClassName
{
background-color: #A4E6DC;
}
.BgClassName
{
background-color: #A4E6DC;
}
</style>
border-color css
<style>
span { border-color: #A4E6DC; }
span { border-color: rgb(164,230,220); }
td.TdClassName
{
border-color: #A4E6DC;
}
.TagClassName
{
border-color: #A4E6DC;
}
</style>