Shades of Ice Cold #A2E4DF
Tints of Ice Cold #A2E4DF
RGB
CMYK
RGB Variations
Color information
#A2E4DF (or 0xA2E4DF) is known color: Ice Cold. HEX triplet: A2, E4 and DF. RGB value is (162,228,223). Sum of RGB (Red+Green+Blue) = 162+228+223=613 (81% of max value = 765). Red value is 162 (63.67% from 255 or 26.43% from 613); Green value is 228 (89.45% from 255 or 37.19% from 613); Blue value is 223 (87.5% from 255 or 36.38% from 613); Max value from RGB is 228 - color contains mainly: green. Hex color #A2E4DF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A2E4DF is #5D1B20. Grayscale: #CFCFCF. Windows color (decimal): -6101793 or 14673058. OLE color: 14673058.
HSL color Cylindrical-coordinate representation of color #A2E4DF: hue angle of 175.45º degrees, saturation: 0.55, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A2E4DF is Cyan = 0.29, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 162 | 228 | 223 | - |
| CMYK | 0.29 | 0 | 0.02 | 0.11 |
| HSL | 175.45º | 0.55% | 0.76% | - |
| HSV(B) | 175.45º | 0.29% | 0.89% | - |
| XYZ | 55.96 | 68.5 | 80.08 | - |
| YUV | 207.7 | 136.63 | 95.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 228 | 223 | 0.29 | 0 | 0.02 | 0.11 | 175.45 | 0.55 | 0.76 |
| Hex | A2 | E4 | DF | 1D | 0 | 2 | B | AF | 37 | 4C |
| Octal | 242 | 344 | 337 | 35 | 0 | 2 | 13 | 257 | 67 | 114 |
| Binary | 10100010 | 11100100 | 11011111 | 11101 | 0 | 10 | 1011 | 10101111 | 110111 | 1001100 |
Color Harmonies of #A2E4DF
Complementary color
Monochromatic Colors of #A2E4DF
Black with #A2E4DF
Text Example
Text Example
White with #A2E4DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2E4DF; }
p { color: rgb(162,228,223); }
H1.HeaderClassName
{
color: #A2E4DF;
}
.AnyTagClassName
{
color: #A2E4DF;
}
</style>
background-color css
<style>
a { background-color: #A2E4DF; }
a { background-color: rgb(162,228,223); }
div.DivClassName
{
background-color: #A2E4DF;
}
.BgClassName
{
background-color: #A2E4DF;
}
</style>
border-color css
<style>
span { border-color: #A2E4DF; }
span { border-color: rgb(162,228,223); }
td.TdClassName
{
border-color: #A2E4DF;
}
.TagClassName
{
border-color: #A2E4DF;
}
</style>