Shades of Ice Cold #A6EDDD
Tints of Ice Cold #A6EDDD
RGB
CMYK
RGB Variations
Color information
#A6EDDD (or 0xA6EDDD) is known color: Ice Cold. HEX triplet: A6, ED and DD. RGB value is (166,237,221). Sum of RGB (Red+Green+Blue) = 166+237+221=624 (82% of max value = 765). Red value is 166 (65.23% from 255 or 26.60% from 624); Green value is 237 (92.97% from 255 or 37.98% from 624); Blue value is 221 (86.72% from 255 or 35.42% from 624); Max value from RGB is 237 - color contains mainly: green. Hex color #A6EDDD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A6EDDD is #591222. Grayscale: #D5D5D5. Windows color (decimal): -5837347 or 14544294. OLE color: 14544294.
HSL color Cylindrical-coordinate representation of color #A6EDDD: hue angle of 166.48º 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 #A6EDDD is Cyan = 0.30, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 166 | 237 | 221 | - |
| CMYK | 0.30 | 0 | 0.07 | 0.07 |
| HSL | 166.48º | 0.66% | 0.79% | - |
| HSV(B) | 166.48º | 0.3% | 0.93% | - |
| XYZ | 59.06 | 73.9 | 79.56 | - |
| YUV | 213.95 | 131.98 | 93.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 237 | 221 | 0.30 | 0 | 0.07 | 0.07 | 166.48 | 0.66 | 0.79 |
| Hex | A6 | ED | DD | 1E | 0 | 7 | 7 | A6 | 42 | 4F |
| Octal | 246 | 355 | 335 | 36 | 0 | 7 | 7 | 246 | 102 | 117 |
| Binary | 10100110 | 11101101 | 11011101 | 11110 | 0 | 111 | 111 | 10100110 | 1000010 | 1001111 |
Color Harmonies of #A6EDDD
Complementary color
Monochromatic Colors of #A6EDDD
Black with #A6EDDD
Text Example
Text Example
White with #A6EDDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6EDDD; }
p { color: rgb(166,237,221); }
H1.HeaderClassName
{
color: #A6EDDD;
}
.AnyTagClassName
{
color: #A6EDDD;
}
</style>
background-color css
<style>
a { background-color: #A6EDDD; }
a { background-color: rgb(166,237,221); }
div.DivClassName
{
background-color: #A6EDDD;
}
.BgClassName
{
background-color: #A6EDDD;
}
</style>
border-color css
<style>
span { border-color: #A6EDDD; }
span { border-color: rgb(166,237,221); }
td.TdClassName
{
border-color: #A6EDDD;
}
.TagClassName
{
border-color: #A6EDDD;
}
</style>