Shades of Ice Cold #A6E9D7
Tints of Ice Cold #A6E9D7
RGB
CMYK
RGB Variations
Color information
#A6E9D7 (or 0xA6E9D7) is known color: Ice Cold. HEX triplet: A6, E9 and D7. RGB value is (166,233,215). Sum of RGB (Red+Green+Blue) = 166+233+215=614 (81% of max value = 765). Red value is 166 (65.23% from 255 or 27.04% from 614); Green value is 233 (91.41% from 255 or 37.95% from 614); Blue value is 215 (84.38% from 255 or 35.02% from 614); Max value from RGB is 233 - color contains mainly: green. Hex color #A6E9D7 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A6E9D7 is #591628. Grayscale: #D2D2D2. Windows color (decimal): -5838377 or 14150054. OLE color: 14150054.
HSL color Cylindrical-coordinate representation of color #A6E9D7: hue angle of 163.88º degrees, saturation: 0.6, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A6E9D7 is Cyan = 0.29, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 166 | 233 | 215 | - |
| CMYK | 0.29 | 0 | 0.08 | 0.09 |
| HSL | 163.88º | 0.6% | 0.78% | - |
| HSV(B) | 163.88º | 0.29% | 0.91% | - |
| XYZ | 57.13 | 71.29 | 75.04 | - |
| YUV | 210.92 | 130.3 | 95.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 233 | 215 | 0.29 | 0 | 0.08 | 0.09 | 163.88 | 0.6 | 0.78 |
| Hex | A6 | E9 | D7 | 1D | 0 | 8 | 9 | A4 | 3C | 4E |
| Octal | 246 | 351 | 327 | 35 | 0 | 10 | 11 | 244 | 74 | 116 |
| Binary | 10100110 | 11101001 | 11010111 | 11101 | 0 | 1000 | 1001 | 10100100 | 111100 | 1001110 |
Color Harmonies of #A6E9D7
Complementary color
Monochromatic Colors of #A6E9D7
Black with #A6E9D7
Text Example
Text Example
White with #A6E9D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6E9D7; }
p { color: rgb(166,233,215); }
H1.HeaderClassName
{
color: #A6E9D7;
}
.AnyTagClassName
{
color: #A6E9D7;
}
</style>
background-color css
<style>
a { background-color: #A6E9D7; }
a { background-color: rgb(166,233,215); }
div.DivClassName
{
background-color: #A6E9D7;
}
.BgClassName
{
background-color: #A6E9D7;
}
</style>
border-color css
<style>
span { border-color: #A6E9D7; }
span { border-color: rgb(166,233,215); }
td.TdClassName
{
border-color: #A6E9D7;
}
.TagClassName
{
border-color: #A6E9D7;
}
</style>