Shades of Ice Cold #A4E6DD
Tints of Ice Cold #A4E6DD
RGB
CMYK
RGB Variations
Color information
#A4E6DD (or 0xA4E6DD) is known color: Ice Cold. HEX triplet: A4, E6 and DD. RGB value is (164,230,221). Sum of RGB (Red+Green+Blue) = 164+230+221=615 (81% of max value = 765). Red value is 164 (64.45% from 255 or 26.67% from 615); Green value is 230 (90.23% from 255 or 37.40% from 615); Blue value is 221 (86.72% from 255 or 35.93% from 615); Max value from RGB is 230 - color contains mainly: green. Hex color #A4E6DD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A4E6DD is #5B1922. Grayscale: #D1D1D1. Windows color (decimal): -5970211 or 14542500. OLE color: 14542500.
HSL color Cylindrical-coordinate representation of color #A4E6DD: hue angle of 171.82º degrees, saturation: 0.57, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A4E6DD is Cyan = 0.29, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 164 | 230 | 221 | - |
| CMYK | 0.29 | 0 | 0.04 | 0.10 |
| HSL | 171.82º | 0.57% | 0.77% | - |
| HSV(B) | 171.82º | 0.29% | 0.9% | - |
| XYZ | 56.66 | 69.71 | 78.88 | - |
| YUV | 209.24 | 134.63 | 95.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 230 | 221 | 0.29 | 0 | 0.04 | 0.10 | 171.82 | 0.57 | 0.77 |
| Hex | A4 | E6 | DD | 1D | 0 | 4 | A | AC | 39 | 4D |
| Octal | 244 | 346 | 335 | 35 | 0 | 4 | 12 | 254 | 71 | 115 |
| Binary | 10100100 | 11100110 | 11011101 | 11101 | 0 | 100 | 1010 | 10101100 | 111001 | 1001101 |
Color Harmonies of #A4E6DD
Complementary color
Monochromatic Colors of #A4E6DD
Black with #A4E6DD
Text Example
Text Example
White with #A4E6DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4E6DD; }
p { color: rgb(164,230,221); }
H1.HeaderClassName
{
color: #A4E6DD;
}
.AnyTagClassName
{
color: #A4E6DD;
}
</style>
background-color css
<style>
a { background-color: #A4E6DD; }
a { background-color: rgb(164,230,221); }
div.DivClassName
{
background-color: #A4E6DD;
}
.BgClassName
{
background-color: #A4E6DD;
}
</style>
border-color css
<style>
span { border-color: #A4E6DD; }
span { border-color: rgb(164,230,221); }
td.TdClassName
{
border-color: #A4E6DD;
}
.TagClassName
{
border-color: #A4E6DD;
}
</style>