Shades of Ice Cold #A2E1D3
Tints of Ice Cold #A2E1D3
RGB
CMYK
RGB Variations
Color information
#A2E1D3 (or 0xA2E1D3) is known color: Ice Cold. HEX triplet: A2, E1 and D3. RGB value is (162,225,211). Sum of RGB (Red+Green+Blue) = 162+225+211=598 (79% of max value = 765). Red value is 162 (63.67% from 255 or 27.09% from 598); Green value is 225 (88.28% from 255 or 37.63% from 598); Blue value is 211 (82.81% from 255 or 35.28% from 598); Max value from RGB is 225 - color contains mainly: green. Hex color #A2E1D3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A2E1D3 is #5D1E2C. Grayscale: #CCCCCC. Windows color (decimal): -6102573 or 13885858. OLE color: 13885858.
HSL color Cylindrical-coordinate representation of color #A2E1D3: hue angle of 166.67º degrees, saturation: 0.51, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A2E1D3 is Cyan = 0.28, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 162 | 225 | 211 | - |
| CMYK | 0.28 | 0 | 0.06 | 0.12 |
| HSL | 166.67º | 0.51% | 0.76% | - |
| HSV(B) | 166.67º | 0.28% | 0.88% | - |
| XYZ | 53.58 | 66.23 | 71.59 | - |
| YUV | 204.57 | 131.63 | 97.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 225 | 211 | 0.28 | 0 | 0.06 | 0.12 | 166.67 | 0.51 | 0.76 |
| Hex | A2 | E1 | D3 | 1C | 0 | 6 | C | A7 | 33 | 4C |
| Octal | 242 | 341 | 323 | 34 | 0 | 6 | 14 | 247 | 63 | 114 |
| Binary | 10100010 | 11100001 | 11010011 | 11100 | 0 | 110 | 1100 | 10100111 | 110011 | 1001100 |
Color Harmonies of #A2E1D3
Complementary color
Monochromatic Colors of #A2E1D3
Black with #A2E1D3
Text Example
Text Example
White with #A2E1D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2E1D3; }
p { color: rgb(162,225,211); }
H1.HeaderClassName
{
color: #A2E1D3;
}
.AnyTagClassName
{
color: #A2E1D3;
}
</style>
background-color css
<style>
a { background-color: #A2E1D3; }
a { background-color: rgb(162,225,211); }
div.DivClassName
{
background-color: #A2E1D3;
}
.BgClassName
{
background-color: #A2E1D3;
}
</style>
border-color css
<style>
span { border-color: #A2E1D3; }
span { border-color: rgb(162,225,211); }
td.TdClassName
{
border-color: #A2E1D3;
}
.TagClassName
{
border-color: #A2E1D3;
}
</style>