Shades of Ice Cold #A4E5DD
Tints of Ice Cold #A4E5DD
RGB
CMYK
RGB Variations
Color information
#A4E5DD (or 0xA4E5DD) is known color: Ice Cold. HEX triplet: A4, E5 and DD. RGB value is (164,229,221). Sum of RGB (Red+Green+Blue) = 164+229+221=614 (81% of max value = 765). Red value is 164 (64.45% from 255 or 26.71% from 614); Green value is 229 (89.84% from 255 or 37.30% from 614); Blue value is 221 (86.72% from 255 or 35.99% from 614); Max value from RGB is 229 - color contains mainly: green. Hex color #A4E5DD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A4E5DD is #5B1A22. Grayscale: #D0D0D0. Windows color (decimal): -5970467 or 14542244. OLE color: 14542244.
HSL color Cylindrical-coordinate representation of color #A4E5DD: hue angle of 172.62º degrees, saturation: 0.56, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A4E5DD is Cyan = 0.28, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 164 | 229 | 221 | - |
| CMYK | 0.28 | 0 | 0.03 | 0.10 |
| HSL | 172.62º | 0.56% | 0.77% | - |
| HSV(B) | 172.62º | 0.28% | 0.9% | - |
| XYZ | 56.38 | 69.15 | 78.78 | - |
| YUV | 208.65 | 134.97 | 96.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 229 | 221 | 0.28 | 0 | 0.03 | 0.10 | 172.62 | 0.56 | 0.77 |
| Hex | A4 | E5 | DD | 1C | 0 | 3 | A | AD | 38 | 4D |
| Octal | 244 | 345 | 335 | 34 | 0 | 3 | 12 | 255 | 70 | 115 |
| Binary | 10100100 | 11100101 | 11011101 | 11100 | 0 | 11 | 1010 | 10101101 | 111000 | 1001101 |
Color Harmonies of #A4E5DD
Complementary color
Monochromatic Colors of #A4E5DD
Black with #A4E5DD
Text Example
Text Example
White with #A4E5DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4E5DD; }
p { color: rgb(164,229,221); }
H1.HeaderClassName
{
color: #A4E5DD;
}
.AnyTagClassName
{
color: #A4E5DD;
}
</style>
background-color css
<style>
a { background-color: #A4E5DD; }
a { background-color: rgb(164,229,221); }
div.DivClassName
{
background-color: #A4E5DD;
}
.BgClassName
{
background-color: #A4E5DD;
}
</style>
border-color css
<style>
span { border-color: #A4E5DD; }
span { border-color: rgb(164,229,221); }
td.TdClassName
{
border-color: #A4E5DD;
}
.TagClassName
{
border-color: #A4E5DD;
}
</style>