Shades of Ice Cold #A4E1D6
Tints of Ice Cold #A4E1D6
RGB
CMYK
RGB Variations
Color information
#A4E1D6 (or 0xA4E1D6) is known color: Ice Cold. HEX triplet: A4, E1 and D6. RGB value is (164,225,214). Sum of RGB (Red+Green+Blue) = 164+225+214=603 (79% of max value = 765). Red value is 164 (64.45% from 255 or 27.20% from 603); Green value is 225 (88.28% from 255 or 37.31% from 603); Blue value is 214 (83.98% from 255 or 35.49% from 603); Max value from RGB is 225 - color contains mainly: green. Hex color #A4E1D6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A4E1D6 is #5B1E29. Grayscale: #CDCDCD. Windows color (decimal): -5971498 or 14082468. OLE color: 14082468.
HSL color Cylindrical-coordinate representation of color #A4E1D6: hue angle of 169.18º degrees, saturation: 0.5, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A4E1D6 is Cyan = 0.27, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 164 | 225 | 214 | - |
| CMYK | 0.27 | 0 | 0.05 | 0.12 |
| HSL | 169.18º | 0.5% | 0.76% | - |
| HSV(B) | 169.18º | 0.27% | 0.88% | - |
| XYZ | 54.37 | 66.6 | 73.61 | - |
| YUV | 205.51 | 132.79 | 98.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 225 | 214 | 0.27 | 0 | 0.05 | 0.12 | 169.18 | 0.5 | 0.76 |
| Hex | A4 | E1 | D6 | 1B | 0 | 5 | C | A9 | 32 | 4C |
| Octal | 244 | 341 | 326 | 33 | 0 | 5 | 14 | 251 | 62 | 114 |
| Binary | 10100100 | 11100001 | 11010110 | 11011 | 0 | 101 | 1100 | 10101001 | 110010 | 1001100 |
Color Harmonies of #A4E1D6
Complementary color
Monochromatic Colors of #A4E1D6
Black with #A4E1D6
Text Example
Text Example
White with #A4E1D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4E1D6; }
p { color: rgb(164,225,214); }
H1.HeaderClassName
{
color: #A4E1D6;
}
.AnyTagClassName
{
color: #A4E1D6;
}
</style>
background-color css
<style>
a { background-color: #A4E1D6; }
a { background-color: rgb(164,225,214); }
div.DivClassName
{
background-color: #A4E1D6;
}
.BgClassName
{
background-color: #A4E1D6;
}
</style>
border-color css
<style>
span { border-color: #A4E1D6; }
span { border-color: rgb(164,225,214); }
td.TdClassName
{
border-color: #A4E1D6;
}
.TagClassName
{
border-color: #A4E1D6;
}
</style>