Shades of Ice Cold #A4ECDC
Tints of Ice Cold #A4ECDC
RGB
CMYK
RGB Variations
Color information
#A4ECDC (or 0xA4ECDC) is known color: Ice Cold. HEX triplet: A4, EC and DC. RGB value is (164,236,220). Sum of RGB (Red+Green+Blue) = 164+236+220=620 (82% of max value = 765). Red value is 164 (64.45% from 255 or 26.45% from 620); Green value is 236 (92.58% from 255 or 38.06% from 620); Blue value is 220 (86.33% from 255 or 35.48% from 620); Max value from RGB is 236 - color contains mainly: green. Hex color #A4ECDC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A4ECDC is #5B1323. Grayscale: #D4D4D4. Windows color (decimal): -5968676 or 14478500. OLE color: 14478500.
HSL color Cylindrical-coordinate representation of color #A4ECDC: hue angle of 166.67º degrees, saturation: 0.65, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A4ECDC is Cyan = 0.31, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 164 | 236 | 220 | - |
| CMYK | 0.31 | 0 | 0.07 | 0.07 |
| HSL | 166.67º | 0.65% | 0.78% | - |
| HSV(B) | 166.67º | 0.31% | 0.93% | - |
| XYZ | 58.22 | 73.05 | 78.74 | - |
| YUV | 212.65 | 132.15 | 93.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 236 | 220 | 0.31 | 0 | 0.07 | 0.07 | 166.67 | 0.65 | 0.78 |
| Hex | A4 | EC | DC | 1F | 0 | 7 | 7 | A7 | 41 | 4E |
| Octal | 244 | 354 | 334 | 37 | 0 | 7 | 7 | 247 | 101 | 116 |
| Binary | 10100100 | 11101100 | 11011100 | 11111 | 0 | 111 | 111 | 10100111 | 1000001 | 1001110 |
Color Harmonies of #A4ECDC
Complementary color
Monochromatic Colors of #A4ECDC
Black with #A4ECDC
Text Example
Text Example
White with #A4ECDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4ECDC; }
p { color: rgb(164,236,220); }
H1.HeaderClassName
{
color: #A4ECDC;
}
.AnyTagClassName
{
color: #A4ECDC;
}
</style>
background-color css
<style>
a { background-color: #A4ECDC; }
a { background-color: rgb(164,236,220); }
div.DivClassName
{
background-color: #A4ECDC;
}
.BgClassName
{
background-color: #A4ECDC;
}
</style>
border-color css
<style>
span { border-color: #A4ECDC; }
span { border-color: rgb(164,236,220); }
td.TdClassName
{
border-color: #A4ECDC;
}
.TagClassName
{
border-color: #A4ECDC;
}
</style>