Shades of Ice Cold #A2EADC
Tints of Ice Cold #A2EADC
RGB
CMYK
RGB Variations
Color information
#A2EADC (or 0xA2EADC) is known color: Ice Cold. HEX triplet: A2, EA and DC. RGB value is (162,234,220). Sum of RGB (Red+Green+Blue) = 162+234+220=616 (81% of max value = 765). Red value is 162 (63.67% from 255 or 26.30% from 616); Green value is 234 (91.80% from 255 or 37.99% from 616); Blue value is 220 (86.33% from 255 or 35.71% from 616); Max value from RGB is 234 - color contains mainly: green. Hex color #A2EADC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A2EADC is #5D1523. Grayscale: #D2D2D2. Windows color (decimal): -6100260 or 14477986. OLE color: 14477986.
HSL color Cylindrical-coordinate representation of color #A2EADC: hue angle of 168.33º degrees, saturation: 0.63, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A2EADC is Cyan = 0.31, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 162 | 234 | 220 | - |
| CMYK | 0.31 | 0 | 0.06 | 0.08 |
| HSL | 168.33º | 0.63% | 0.78% | - |
| HSV(B) | 168.33º | 0.31% | 0.92% | - |
| XYZ | 57.24 | 71.69 | 78.53 | - |
| YUV | 210.88 | 133.15 | 93.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 234 | 220 | 0.31 | 0 | 0.06 | 0.08 | 168.33 | 0.63 | 0.78 |
| Hex | A2 | EA | DC | 1F | 0 | 6 | 8 | A8 | 3F | 4E |
| Octal | 242 | 352 | 334 | 37 | 0 | 6 | 10 | 250 | 77 | 116 |
| Binary | 10100010 | 11101010 | 11011100 | 11111 | 0 | 110 | 1000 | 10101000 | 111111 | 1001110 |
Color Harmonies of #A2EADC
Complementary color
Monochromatic Colors of #A2EADC
Black with #A2EADC
Text Example
Text Example
White with #A2EADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2EADC; }
p { color: rgb(162,234,220); }
H1.HeaderClassName
{
color: #A2EADC;
}
.AnyTagClassName
{
color: #A2EADC;
}
</style>
background-color css
<style>
a { background-color: #A2EADC; }
a { background-color: rgb(162,234,220); }
div.DivClassName
{
background-color: #A2EADC;
}
.BgClassName
{
background-color: #A2EADC;
}
</style>
border-color css
<style>
span { border-color: #A2EADC; }
span { border-color: rgb(162,234,220); }
td.TdClassName
{
border-color: #A2EADC;
}
.TagClassName
{
border-color: #A2EADC;
}
</style>