Shades of Ice Cold #A2E5DF
Tints of Ice Cold #A2E5DF
RGB
CMYK
RGB Variations
Color information
#A2E5DF (or 0xA2E5DF) is known color: Ice Cold. HEX triplet: A2, E5 and DF. RGB value is (162,229,223). Sum of RGB (Red+Green+Blue) = 162+229+223=614 (81% of max value = 765). Red value is 162 (63.67% from 255 or 26.38% from 614); Green value is 229 (89.84% from 255 or 37.30% from 614); Blue value is 223 (87.5% from 255 or 36.32% from 614); Max value from RGB is 229 - color contains mainly: green. Hex color #A2E5DF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A2E5DF is #5D1A20. Grayscale: #D0D0D0. Windows color (decimal): -6101537 or 14673314. OLE color: 14673314.
HSL color Cylindrical-coordinate representation of color #A2E5DF: hue angle of 174.63º degrees, saturation: 0.56, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A2E5DF is Cyan = 0.29, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 162 | 229 | 223 | - |
| CMYK | 0.29 | 0 | 0.03 | 0.10 |
| HSL | 174.63º | 0.56% | 0.77% | - |
| HSV(B) | 174.63º | 0.29% | 0.9% | - |
| XYZ | 56.24 | 69.05 | 80.18 | - |
| YUV | 208.28 | 136.3 | 94.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 229 | 223 | 0.29 | 0 | 0.03 | 0.10 | 174.63 | 0.56 | 0.77 |
| Hex | A2 | E5 | DF | 1D | 0 | 3 | A | AF | 38 | 4D |
| Octal | 242 | 345 | 337 | 35 | 0 | 3 | 12 | 257 | 70 | 115 |
| Binary | 10100010 | 11100101 | 11011111 | 11101 | 0 | 11 | 1010 | 10101111 | 111000 | 1001101 |
Color Harmonies of #A2E5DF
Complementary color
Monochromatic Colors of #A2E5DF
Black with #A2E5DF
Text Example
Text Example
White with #A2E5DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2E5DF; }
p { color: rgb(162,229,223); }
H1.HeaderClassName
{
color: #A2E5DF;
}
.AnyTagClassName
{
color: #A2E5DF;
}
</style>
background-color css
<style>
a { background-color: #A2E5DF; }
a { background-color: rgb(162,229,223); }
div.DivClassName
{
background-color: #A2E5DF;
}
.BgClassName
{
background-color: #A2E5DF;
}
</style>
border-color css
<style>
span { border-color: #A2E5DF; }
span { border-color: rgb(162,229,223); }
td.TdClassName
{
border-color: #A2E5DF;
}
.TagClassName
{
border-color: #A2E5DF;
}
</style>