Shades of Ice Cold #A6E6DD
Tints of Ice Cold #A6E6DD
RGB
CMYK
RGB Variations
Color information
#A6E6DD (or 0xA6E6DD) is known color: Ice Cold. HEX triplet: A6, E6 and DD. RGB value is (166,230,221). Sum of RGB (Red+Green+Blue) = 166+230+221=617 (81% of max value = 765). Red value is 166 (65.23% from 255 or 26.90% from 617); Green value is 230 (90.23% from 255 or 37.28% from 617); Blue value is 221 (86.72% from 255 or 35.82% from 617); Max value from RGB is 230 - color contains mainly: green. Hex color #A6E6DD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A6E6DD is #591922. Grayscale: #D1D1D1. Windows color (decimal): -5839139 or 14542502. OLE color: 14542502.
HSL color Cylindrical-coordinate representation of color #A6E6DD: hue angle of 171.56º degrees, saturation: 0.56, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A6E6DD is Cyan = 0.28, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 166 | 230 | 221 | - |
| CMYK | 0.28 | 0 | 0.04 | 0.10 |
| HSL | 171.56º | 0.56% | 0.78% | - |
| HSV(B) | 171.56º | 0.28% | 0.9% | - |
| XYZ | 57.07 | 69.92 | 78.89 | - |
| YUV | 209.84 | 134.3 | 96.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 230 | 221 | 0.28 | 0 | 0.04 | 0.10 | 171.56 | 0.56 | 0.78 |
| Hex | A6 | E6 | DD | 1C | 0 | 4 | A | AC | 38 | 4E |
| Octal | 246 | 346 | 335 | 34 | 0 | 4 | 12 | 254 | 70 | 116 |
| Binary | 10100110 | 11100110 | 11011101 | 11100 | 0 | 100 | 1010 | 10101100 | 111000 | 1001110 |
Color Harmonies of #A6E6DD
Complementary color
Monochromatic Colors of #A6E6DD
Black with #A6E6DD
Text Example
Text Example
White with #A6E6DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6E6DD; }
p { color: rgb(166,230,221); }
H1.HeaderClassName
{
color: #A6E6DD;
}
.AnyTagClassName
{
color: #A6E6DD;
}
</style>
background-color css
<style>
a { background-color: #A6E6DD; }
a { background-color: rgb(166,230,221); }
div.DivClassName
{
background-color: #A6E6DD;
}
.BgClassName
{
background-color: #A6E6DD;
}
</style>
border-color css
<style>
span { border-color: #A6E6DD; }
span { border-color: rgb(166,230,221); }
td.TdClassName
{
border-color: #A6E6DD;
}
.TagClassName
{
border-color: #A6E6DD;
}
</style>