Shades of Ice Cold #A2EEDD
Tints of Ice Cold #A2EEDD
RGB
CMYK
RGB Variations
Color information
#A2EEDD (or 0xA2EEDD) is known color: Ice Cold. HEX triplet: A2, EE and DD. RGB value is (162,238,221). Sum of RGB (Red+Green+Blue) = 162+238+221=621 (82% of max value = 765). Red value is 162 (63.67% from 255 or 26.09% from 621); Green value is 238 (93.36% from 255 or 38.33% from 621); Blue value is 221 (86.72% from 255 or 35.59% from 621); Max value from RGB is 238 - color contains mainly: green. Hex color #A2EEDD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A2EEDD is #5D1122. Grayscale: #D5D5D5. Windows color (decimal): -6099235 or 14544546. OLE color: 14544546.
HSL color Cylindrical-coordinate representation of color #A2EEDD: hue angle of 166.58º degrees, saturation: 0.69, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A2EEDD is Cyan = 0.32, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 162 | 238 | 221 | - |
| CMYK | 0.32 | 0 | 0.07 | 0.07 |
| HSL | 166.58º | 0.69% | 0.78% | - |
| HSV(B) | 166.58º | 0.32% | 0.93% | - |
| XYZ | 58.53 | 74.05 | 79.62 | - |
| YUV | 213.34 | 132.32 | 91.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 238 | 221 | 0.32 | 0 | 0.07 | 0.07 | 166.58 | 0.69 | 0.78 |
| Hex | A2 | EE | DD | 20 | 0 | 7 | 7 | A7 | 45 | 4E |
| Octal | 242 | 356 | 335 | 40 | 0 | 7 | 7 | 247 | 105 | 116 |
| Binary | 10100010 | 11101110 | 11011101 | 100000 | 0 | 111 | 111 | 10100111 | 1000101 | 1001110 |
Color Harmonies of #A2EEDD
Complementary color
Monochromatic Colors of #A2EEDD
Black with #A2EEDD
Text Example
Text Example
White with #A2EEDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2EEDD; }
p { color: rgb(162,238,221); }
H1.HeaderClassName
{
color: #A2EEDD;
}
.AnyTagClassName
{
color: #A2EEDD;
}
</style>
background-color css
<style>
a { background-color: #A2EEDD; }
a { background-color: rgb(162,238,221); }
div.DivClassName
{
background-color: #A2EEDD;
}
.BgClassName
{
background-color: #A2EEDD;
}
</style>
border-color css
<style>
span { border-color: #A2EEDD; }
span { border-color: rgb(162,238,221); }
td.TdClassName
{
border-color: #A2EEDD;
}
.TagClassName
{
border-color: #A2EEDD;
}
</style>