Shades of Ice Cold #A2E3DB
Tints of Ice Cold #A2E3DB
RGB
CMYK
RGB Variations
Color information
#A2E3DB (or 0xA2E3DB) is known color: Ice Cold. HEX triplet: A2, E3 and DB. RGB value is (162,227,219). Sum of RGB (Red+Green+Blue) = 162+227+219=608 (80% of max value = 765). Red value is 162 (63.67% from 255 or 26.64% from 608); Green value is 227 (89.06% from 255 or 37.34% from 608); Blue value is 219 (85.94% from 255 or 36.02% from 608); Max value from RGB is 227 - color contains mainly: green. Hex color #A2E3DB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A2E3DB is #5D1C24. Grayscale: #CECECE. Windows color (decimal): -6102053 or 14410658. OLE color: 14410658.
HSL color Cylindrical-coordinate representation of color #A2E3DB: hue angle of 172.62º degrees, saturation: 0.54, 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 #A2E3DB is Cyan = 0.29, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 162 | 227 | 219 | - |
| CMYK | 0.29 | 0 | 0.04 | 0.11 |
| HSL | 172.62º | 0.54% | 0.76% | - |
| HSV(B) | 172.62º | 0.29% | 0.89% | - |
| XYZ | 55.16 | 67.73 | 77.18 | - |
| YUV | 206.65 | 134.97 | 96.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 227 | 219 | 0.29 | 0 | 0.04 | 0.11 | 172.62 | 0.54 | 0.76 |
| Hex | A2 | E3 | DB | 1D | 0 | 4 | B | AD | 36 | 4C |
| Octal | 242 | 343 | 333 | 35 | 0 | 4 | 13 | 255 | 66 | 114 |
| Binary | 10100010 | 11100011 | 11011011 | 11101 | 0 | 100 | 1011 | 10101101 | 110110 | 1001100 |
Color Harmonies of #A2E3DB
Complementary color
Monochromatic Colors of #A2E3DB
Black with #A2E3DB
Text Example
Text Example
White with #A2E3DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2E3DB; }
p { color: rgb(162,227,219); }
H1.HeaderClassName
{
color: #A2E3DB;
}
.AnyTagClassName
{
color: #A2E3DB;
}
</style>
background-color css
<style>
a { background-color: #A2E3DB; }
a { background-color: rgb(162,227,219); }
div.DivClassName
{
background-color: #A2E3DB;
}
.BgClassName
{
background-color: #A2E3DB;
}
</style>
border-color css
<style>
span { border-color: #A2E3DB; }
span { border-color: rgb(162,227,219); }
td.TdClassName
{
border-color: #A2E3DB;
}
.TagClassName
{
border-color: #A2E3DB;
}
</style>