Shades of Ice Cold #A4EED9
Tints of Ice Cold #A4EED9
RGB
CMYK
RGB Variations
Color information
#A4EED9 (or 0xA4EED9) is known color: Ice Cold. HEX triplet: A4, EE and D9. RGB value is (164,238,217). Sum of RGB (Red+Green+Blue) = 164+238+217=619 (81% of max value = 765). Red value is 164 (64.45% from 255 or 26.49% from 619); Green value is 238 (93.36% from 255 or 38.45% from 619); Blue value is 217 (85.16% from 255 or 35.06% from 619); Max value from RGB is 238 - color contains mainly: green. Hex color #A4EED9 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A4EED9 is #5B1126. Grayscale: #D5D5D5. Windows color (decimal): -5968167 or 14282404. OLE color: 14282404.
HSL color Cylindrical-coordinate representation of color #A4EED9: hue angle of 162.97º degrees, saturation: 0.69, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A4EED9 is Cyan = 0.31, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 164 | 238 | 217 | - |
| CMYK | 0.31 | 0 | 0.09 | 0.07 |
| HSL | 162.97º | 0.69% | 0.79% | - |
| HSV(B) | 162.97º | 0.31% | 0.93% | - |
| XYZ | 58.41 | 74.05 | 76.86 | - |
| YUV | 213.48 | 129.98 | 92.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 238 | 217 | 0.31 | 0 | 0.09 | 0.07 | 162.97 | 0.69 | 0.79 |
| Hex | A4 | EE | D9 | 1F | 0 | 9 | 7 | A3 | 45 | 4F |
| Octal | 244 | 356 | 331 | 37 | 0 | 11 | 7 | 243 | 105 | 117 |
| Binary | 10100100 | 11101110 | 11011001 | 11111 | 0 | 1001 | 111 | 10100011 | 1000101 | 1001111 |
Color Harmonies of #A4EED9
Complementary color
Monochromatic Colors of #A4EED9
Black with #A4EED9
Text Example
Text Example
White with #A4EED9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4EED9; }
p { color: rgb(164,238,217); }
H1.HeaderClassName
{
color: #A4EED9;
}
.AnyTagClassName
{
color: #A4EED9;
}
</style>
background-color css
<style>
a { background-color: #A4EED9; }
a { background-color: rgb(164,238,217); }
div.DivClassName
{
background-color: #A4EED9;
}
.BgClassName
{
background-color: #A4EED9;
}
</style>
border-color css
<style>
span { border-color: #A4EED9; }
span { border-color: rgb(164,238,217); }
td.TdClassName
{
border-color: #A4EED9;
}
.TagClassName
{
border-color: #A4EED9;
}
</style>