Shades of Ice Cold #A6EADD
Tints of Ice Cold #A6EADD
RGB
CMYK
RGB Variations
Color information
#A6EADD (or 0xA6EADD) is known color: Ice Cold. HEX triplet: A6, EA and DD. RGB value is (166,234,221). Sum of RGB (Red+Green+Blue) = 166+234+221=621 (82% of max value = 765). Red value is 166 (65.23% from 255 or 26.73% from 621); Green value is 234 (91.80% from 255 or 37.68% from 621); Blue value is 221 (86.72% from 255 or 35.59% from 621); Max value from RGB is 234 - color contains mainly: green. Hex color #A6EADD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A6EADD is #591522. Grayscale: #D4D4D4. Windows color (decimal): -5838115 or 14543526. OLE color: 14543526.
HSL color Cylindrical-coordinate representation of color #A6EADD: hue angle of 168.53º degrees, saturation: 0.62, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A6EADD is Cyan = 0.29, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 166 | 234 | 221 | - |
| CMYK | 0.29 | 0 | 0.06 | 0.08 |
| HSL | 168.53º | 0.62% | 0.78% | - |
| HSV(B) | 168.53º | 0.29% | 0.92% | - |
| XYZ | 58.2 | 72.17 | 79.27 | - |
| YUV | 212.19 | 132.97 | 95.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 234 | 221 | 0.29 | 0 | 0.06 | 0.08 | 168.53 | 0.62 | 0.78 |
| Hex | A6 | EA | DD | 1D | 0 | 6 | 8 | A9 | 3E | 4E |
| Octal | 246 | 352 | 335 | 35 | 0 | 6 | 10 | 251 | 76 | 116 |
| Binary | 10100110 | 11101010 | 11011101 | 11101 | 0 | 110 | 1000 | 10101001 | 111110 | 1001110 |
Color Harmonies of #A6EADD
Complementary color
Monochromatic Colors of #A6EADD
Black with #A6EADD
Text Example
Text Example
White with #A6EADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6EADD; }
p { color: rgb(166,234,221); }
H1.HeaderClassName
{
color: #A6EADD;
}
.AnyTagClassName
{
color: #A6EADD;
}
</style>
background-color css
<style>
a { background-color: #A6EADD; }
a { background-color: rgb(166,234,221); }
div.DivClassName
{
background-color: #A6EADD;
}
.BgClassName
{
background-color: #A6EADD;
}
</style>
border-color css
<style>
span { border-color: #A6EADD; }
span { border-color: rgb(166,234,221); }
td.TdClassName
{
border-color: #A6EADD;
}
.TagClassName
{
border-color: #A6EADD;
}
</style>