Shades of Ice Cold #A6E4DE
Tints of Ice Cold #A6E4DE
RGB
CMYK
RGB Variations
Color information
#A6E4DE (or 0xA6E4DE) is known color: Ice Cold. HEX triplet: A6, E4 and DE. RGB value is (166,228,222). Sum of RGB (Red+Green+Blue) = 166+228+222=616 (81% of max value = 765). Red value is 166 (65.23% from 255 or 26.95% from 616); Green value is 228 (89.45% from 255 or 37.01% from 616); Blue value is 222 (87.11% from 255 or 36.04% from 616); Max value from RGB is 228 - color contains mainly: green. Hex color #A6E4DE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6E4DE is #591B21. Grayscale: #D0D0D0. Windows color (decimal): -5839650 or 14607526. OLE color: 14607526.
HSL color Cylindrical-coordinate representation of color #A6E4DE: hue angle of 174.19º degrees, saturation: 0.53, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A6E4DE is Cyan = 0.27, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 166 | 228 | 222 | - |
| CMYK | 0.27 | 0 | 0.03 | 0.11 |
| HSL | 174.19º | 0.53% | 0.77% | - |
| HSV(B) | 174.19º | 0.27% | 0.89% | - |
| XYZ | 56.65 | 68.87 | 79.41 | - |
| YUV | 208.78 | 135.46 | 97.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 228 | 222 | 0.27 | 0 | 0.03 | 0.11 | 174.19 | 0.53 | 0.77 |
| Hex | A6 | E4 | DE | 1B | 0 | 3 | B | AE | 35 | 4D |
| Octal | 246 | 344 | 336 | 33 | 0 | 3 | 13 | 256 | 65 | 115 |
| Binary | 10100110 | 11100100 | 11011110 | 11011 | 0 | 11 | 1011 | 10101110 | 110101 | 1001101 |
Color Harmonies of #A6E4DE
Complementary color
Monochromatic Colors of #A6E4DE
Black with #A6E4DE
Text Example
Text Example
White with #A6E4DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6E4DE; }
p { color: rgb(166,228,222); }
H1.HeaderClassName
{
color: #A6E4DE;
}
.AnyTagClassName
{
color: #A6E4DE;
}
</style>
background-color css
<style>
a { background-color: #A6E4DE; }
a { background-color: rgb(166,228,222); }
div.DivClassName
{
background-color: #A6E4DE;
}
.BgClassName
{
background-color: #A6E4DE;
}
</style>
border-color css
<style>
span { border-color: #A6E4DE; }
span { border-color: rgb(166,228,222); }
td.TdClassName
{
border-color: #A6E4DE;
}
.TagClassName
{
border-color: #A6E4DE;
}
</style>