Shades of Ice Cold #A6EDD9
Tints of Ice Cold #A6EDD9
RGB
CMYK
RGB Variations
Color information
#A6EDD9 (or 0xA6EDD9) is known color: Ice Cold. HEX triplet: A6, ED and D9. RGB value is (166,237,217). Sum of RGB (Red+Green+Blue) = 166+237+217=620 (82% of max value = 765). Red value is 166 (65.23% from 255 or 26.77% from 620); Green value is 237 (92.97% from 255 or 38.23% from 620); Blue value is 217 (85.16% from 255 or 35% from 620); Max value from RGB is 237 - color contains mainly: green. Hex color #A6EDD9 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A6EDD9 is #591226. Grayscale: #D5D5D5. Windows color (decimal): -5837351 or 14282150. OLE color: 14282150.
HSL color Cylindrical-coordinate representation of color #A6EDD9: hue angle of 163.1º degrees, saturation: 0.66, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A6EDD9 is Cyan = 0.30, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 166 | 237 | 217 | - |
| CMYK | 0.30 | 0 | 0.08 | 0.07 |
| HSL | 163.1º | 0.66% | 0.79% | - |
| HSV(B) | 163.1º | 0.3% | 0.93% | - |
| XYZ | 58.53 | 73.69 | 76.78 | - |
| YUV | 213.49 | 129.98 | 94.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 237 | 217 | 0.30 | 0 | 0.08 | 0.07 | 163.1 | 0.66 | 0.79 |
| Hex | A6 | ED | D9 | 1E | 0 | 8 | 7 | A3 | 42 | 4F |
| Octal | 246 | 355 | 331 | 36 | 0 | 10 | 7 | 243 | 102 | 117 |
| Binary | 10100110 | 11101101 | 11011001 | 11110 | 0 | 1000 | 111 | 10100011 | 1000010 | 1001111 |
Color Harmonies of #A6EDD9
Complementary color
Monochromatic Colors of #A6EDD9
Black with #A6EDD9
Text Example
Text Example
White with #A6EDD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6EDD9; }
p { color: rgb(166,237,217); }
H1.HeaderClassName
{
color: #A6EDD9;
}
.AnyTagClassName
{
color: #A6EDD9;
}
</style>
background-color css
<style>
a { background-color: #A6EDD9; }
a { background-color: rgb(166,237,217); }
div.DivClassName
{
background-color: #A6EDD9;
}
.BgClassName
{
background-color: #A6EDD9;
}
</style>
border-color css
<style>
span { border-color: #A6EDD9; }
span { border-color: rgb(166,237,217); }
td.TdClassName
{
border-color: #A6EDD9;
}
.TagClassName
{
border-color: #A6EDD9;
}
</style>