Shades of Ice Cold #A2E8DF
Tints of Ice Cold #A2E8DF
RGB
CMYK
RGB Variations
Color information
#A2E8DF (or 0xA2E8DF) is known color: Ice Cold. HEX triplet: A2, E8 and DF. RGB value is (162,232,223). Sum of RGB (Red+Green+Blue) = 162+232+223=617 (81% of max value = 765). Red value is 162 (63.67% from 255 or 26.26% from 617); Green value is 232 (91.02% from 255 or 37.60% from 617); Blue value is 223 (87.5% from 255 or 36.14% from 617); Max value from RGB is 232 - color contains mainly: green. Hex color #A2E8DF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A2E8DF is #5D1720. Grayscale: #D2D2D2. Windows color (decimal): -6100769 or 14674082. OLE color: 14674082.
HSL color Cylindrical-coordinate representation of color #A2E8DF: hue angle of 172.29º degrees, saturation: 0.6, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A2E8DF is Cyan = 0.30, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 162 | 232 | 223 | - |
| CMYK | 0.30 | 0 | 0.04 | 0.09 |
| HSL | 172.29º | 0.6% | 0.77% | - |
| HSV(B) | 172.29º | 0.3% | 0.91% | - |
| XYZ | 57.08 | 70.72 | 80.45 | - |
| YUV | 210.04 | 135.31 | 93.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 232 | 223 | 0.30 | 0 | 0.04 | 0.09 | 172.29 | 0.6 | 0.77 |
| Hex | A2 | E8 | DF | 1E | 0 | 4 | 9 | AC | 3C | 4D |
| Octal | 242 | 350 | 337 | 36 | 0 | 4 | 11 | 254 | 74 | 115 |
| Binary | 10100010 | 11101000 | 11011111 | 11110 | 0 | 100 | 1001 | 10101100 | 111100 | 1001101 |
Color Harmonies of #A2E8DF
Complementary color
Monochromatic Colors of #A2E8DF
Black with #A2E8DF
Text Example
Text Example
White with #A2E8DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2E8DF; }
p { color: rgb(162,232,223); }
H1.HeaderClassName
{
color: #A2E8DF;
}
.AnyTagClassName
{
color: #A2E8DF;
}
</style>
background-color css
<style>
a { background-color: #A2E8DF; }
a { background-color: rgb(162,232,223); }
div.DivClassName
{
background-color: #A2E8DF;
}
.BgClassName
{
background-color: #A2E8DF;
}
</style>
border-color css
<style>
span { border-color: #A2E8DF; }
span { border-color: rgb(162,232,223); }
td.TdClassName
{
border-color: #A2E8DF;
}
.TagClassName
{
border-color: #A2E8DF;
}
</style>