Shades of Ice Cold #A2EADE
Tints of Ice Cold #A2EADE
RGB
CMYK
RGB Variations
Color information
#A2EADE (or 0xA2EADE) is known color: Ice Cold. HEX triplet: A2, EA and DE. RGB value is (162,234,222). Sum of RGB (Red+Green+Blue) = 162+234+222=618 (81% of max value = 765). Red value is 162 (63.67% from 255 or 26.21% from 618); Green value is 234 (91.80% from 255 or 37.86% from 618); Blue value is 222 (87.11% from 255 or 35.92% from 618); Max value from RGB is 234 - color contains mainly: green. Hex color #A2EADE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A2EADE is #5D1521. Grayscale: #D3D3D3. Windows color (decimal): -6100258 or 14609058. OLE color: 14609058.
HSL color Cylindrical-coordinate representation of color #A2EADE: hue angle of 170º degrees, saturation: 0.63, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A2EADE is Cyan = 0.31, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 162 | 234 | 222 | - |
| CMYK | 0.31 | 0 | 0.05 | 0.08 |
| HSL | 170º | 0.63% | 0.78% | - |
| HSV(B) | 170º | 0.31% | 0.92% | - |
| XYZ | 57.51 | 71.8 | 79.94 | - |
| YUV | 211.1 | 134.15 | 92.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 234 | 222 | 0.31 | 0 | 0.05 | 0.08 | 170 | 0.63 | 0.78 |
| Hex | A2 | EA | DE | 1F | 0 | 5 | 8 | AA | 3F | 4E |
| Octal | 242 | 352 | 336 | 37 | 0 | 5 | 10 | 252 | 77 | 116 |
| Binary | 10100010 | 11101010 | 11011110 | 11111 | 0 | 101 | 1000 | 10101010 | 111111 | 1001110 |
Color Harmonies of #A2EADE
Complementary color
Monochromatic Colors of #A2EADE
Black with #A2EADE
Text Example
Text Example
White with #A2EADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2EADE; }
p { color: rgb(162,234,222); }
H1.HeaderClassName
{
color: #A2EADE;
}
.AnyTagClassName
{
color: #A2EADE;
}
</style>
background-color css
<style>
a { background-color: #A2EADE; }
a { background-color: rgb(162,234,222); }
div.DivClassName
{
background-color: #A2EADE;
}
.BgClassName
{
background-color: #A2EADE;
}
</style>
border-color css
<style>
span { border-color: #A2EADE; }
span { border-color: rgb(162,234,222); }
td.TdClassName
{
border-color: #A2EADE;
}
.TagClassName
{
border-color: #A2EADE;
}
</style>