Shades of Ice Cold #A6E9D6
Tints of Ice Cold #A6E9D6
RGB
CMYK
RGB Variations
Color information
#A6E9D6 (or 0xA6E9D6) is known color: Ice Cold. HEX triplet: A6, E9 and D6. RGB value is (166,233,214). Sum of RGB (Red+Green+Blue) = 166+233+214=613 (81% of max value = 765). Red value is 166 (65.23% from 255 or 27.08% from 613); Green value is 233 (91.41% from 255 or 38.01% from 613); Blue value is 214 (83.98% from 255 or 34.91% from 613); Max value from RGB is 233 - color contains mainly: green. Hex color #A6E9D6 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A6E9D6 is #591629. Grayscale: #D2D2D2. Windows color (decimal): -5838378 or 14084518. OLE color: 14084518.
HSL color Cylindrical-coordinate representation of color #A6E9D6: hue angle of 162.99º 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 #A6E9D6 is Cyan = 0.29, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 166 | 233 | 214 | - |
| CMYK | 0.29 | 0 | 0.08 | 0.09 |
| HSL | 162.99º | 0.6% | 0.78% | - |
| HSV(B) | 162.99º | 0.29% | 0.91% | - |
| XYZ | 57 | 71.24 | 74.36 | - |
| YUV | 210.8 | 129.8 | 96.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 233 | 214 | 0.29 | 0 | 0.08 | 0.09 | 162.99 | 0.6 | 0.78 |
| Hex | A6 | E9 | D6 | 1D | 0 | 8 | 9 | A3 | 3C | 4E |
| Octal | 246 | 351 | 326 | 35 | 0 | 10 | 11 | 243 | 74 | 116 |
| Binary | 10100110 | 11101001 | 11010110 | 11101 | 0 | 1000 | 1001 | 10100011 | 111100 | 1001110 |
Color Harmonies of #A6E9D6
Complementary color
Monochromatic Colors of #A6E9D6
Black with #A6E9D6
Text Example
Text Example
White with #A6E9D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6E9D6; }
p { color: rgb(166,233,214); }
H1.HeaderClassName
{
color: #A6E9D6;
}
.AnyTagClassName
{
color: #A6E9D6;
}
</style>
background-color css
<style>
a { background-color: #A6E9D6; }
a { background-color: rgb(166,233,214); }
div.DivClassName
{
background-color: #A6E9D6;
}
.BgClassName
{
background-color: #A6E9D6;
}
</style>
border-color css
<style>
span { border-color: #A6E9D6; }
span { border-color: rgb(166,233,214); }
td.TdClassName
{
border-color: #A6E9D6;
}
.TagClassName
{
border-color: #A6E9D6;
}
</style>