Shades of Ice Cold #A4ECDD
Tints of Ice Cold #A4ECDD
RGB
CMYK
RGB Variations
Color information
#A4ECDD (or 0xA4ECDD) is known color: Ice Cold. HEX triplet: A4, EC and DD. RGB value is (164,236,221). Sum of RGB (Red+Green+Blue) = 164+236+221=621 (82% of max value = 765). Red value is 164 (64.45% from 255 or 26.41% from 621); Green value is 236 (92.58% from 255 or 38.00% from 621); Blue value is 221 (86.72% from 255 or 35.59% from 621); Max value from RGB is 236 - color contains mainly: green. Hex color #A4ECDD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A4ECDD is #5B1322. Grayscale: #D4D4D4. Windows color (decimal): -5968675 or 14544036. OLE color: 14544036.
HSL color Cylindrical-coordinate representation of color #A4ECDD: hue angle of 167.5º 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 #A4ECDD is Cyan = 0.31, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 164 | 236 | 221 | - |
| CMYK | 0.31 | 0 | 0.06 | 0.07 |
| HSL | 167.5º | 0.65% | 0.78% | - |
| HSV(B) | 167.5º | 0.31% | 0.93% | - |
| XYZ | 58.36 | 73.1 | 79.44 | - |
| YUV | 212.76 | 132.65 | 93.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 236 | 221 | 0.31 | 0 | 0.06 | 0.07 | 167.5 | 0.65 | 0.78 |
| Hex | A4 | EC | DD | 1F | 0 | 6 | 7 | A8 | 41 | 4E |
| Octal | 244 | 354 | 335 | 37 | 0 | 6 | 7 | 250 | 101 | 116 |
| Binary | 10100100 | 11101100 | 11011101 | 11111 | 0 | 110 | 111 | 10101000 | 1000001 | 1001110 |
Color Harmonies of #A4ECDD
Complementary color
Monochromatic Colors of #A4ECDD
Black with #A4ECDD
Text Example
Text Example
White with #A4ECDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4ECDD; }
p { color: rgb(164,236,221); }
H1.HeaderClassName
{
color: #A4ECDD;
}
.AnyTagClassName
{
color: #A4ECDD;
}
</style>
background-color css
<style>
a { background-color: #A4ECDD; }
a { background-color: rgb(164,236,221); }
div.DivClassName
{
background-color: #A4ECDD;
}
.BgClassName
{
background-color: #A4ECDD;
}
</style>
border-color css
<style>
span { border-color: #A4ECDD; }
span { border-color: rgb(164,236,221); }
td.TdClassName
{
border-color: #A4ECDD;
}
.TagClassName
{
border-color: #A4ECDD;
}
</style>