Shades of Ice Cold #A4EADC
Tints of Ice Cold #A4EADC
RGB
CMYK
RGB Variations
Color information
#A4EADC (or 0xA4EADC) is known color: Ice Cold. HEX triplet: A4, EA and DC. RGB value is (164,234,220). Sum of RGB (Red+Green+Blue) = 164+234+220=618 (81% of max value = 765). Red value is 164 (64.45% from 255 or 26.54% from 618); Green value is 234 (91.80% from 255 or 37.86% from 618); Blue value is 220 (86.33% from 255 or 35.60% from 618); Max value from RGB is 234 - color contains mainly: green. Hex color #A4EADC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A4EADC is #5B1523. Grayscale: #D3D3D3. Windows color (decimal): -5969188 or 14477988. OLE color: 14477988.
HSL color Cylindrical-coordinate representation of color #A4EADC: hue angle of 168º degrees, saturation: 0.62, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A4EADC is Cyan = 0.30, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 164 | 234 | 220 | - |
| CMYK | 0.30 | 0 | 0.06 | 0.08 |
| HSL | 168º | 0.63% | 0.78% | - |
| HSV(B) | 168º | 0.3% | 0.92% | - |
| XYZ | 57.65 | 71.91 | 78.55 | - |
| YUV | 211.47 | 132.81 | 94.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 234 | 220 | 0.30 | 0 | 0.06 | 0.08 | 168 | 0.63 | 0.78 |
| Hex | A4 | EA | DC | 1E | 0 | 6 | 8 | A8 | 3E | 4E |
| Octal | 244 | 352 | 334 | 36 | 0 | 6 | 10 | 250 | 76 | 116 |
| Binary | 10100100 | 11101010 | 11011100 | 11110 | 0 | 110 | 1000 | 10101000 | 111110 | 1001110 |
Color Harmonies of #A4EADC
Complementary color
Monochromatic Colors of #A4EADC
Black with #A4EADC
Text Example
Text Example
White with #A4EADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4EADC; }
p { color: rgb(164,234,220); }
H1.HeaderClassName
{
color: #A4EADC;
}
.AnyTagClassName
{
color: #A4EADC;
}
</style>
background-color css
<style>
a { background-color: #A4EADC; }
a { background-color: rgb(164,234,220); }
div.DivClassName
{
background-color: #A4EADC;
}
.BgClassName
{
background-color: #A4EADC;
}
</style>
border-color css
<style>
span { border-color: #A4EADC; }
span { border-color: rgb(164,234,220); }
td.TdClassName
{
border-color: #A4EADC;
}
.TagClassName
{
border-color: #A4EADC;
}
</style>