Shades of Ice Cold #A5E4DC
Tints of Ice Cold #A5E4DC
RGB
CMYK
RGB Variations
Color information
#A5E4DC (or 0xA5E4DC) is known color: Ice Cold. HEX triplet: A5, E4 and DC. RGB value is (165,228,220). Sum of RGB (Red+Green+Blue) = 165+228+220=613 (81% of max value = 765). Red value is 165 (64.84% from 255 or 26.92% from 613); Green value is 228 (89.45% from 255 or 37.19% from 613); Blue value is 220 (86.33% from 255 or 35.89% from 613); Max value from RGB is 228 - color contains mainly: green. Hex color #A5E4DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A5E4DC is #5A1B23. Grayscale: #D0D0D0. Windows color (decimal): -5905188 or 14476453. OLE color: 14476453.
HSL color Cylindrical-coordinate representation of color #A5E4DC: hue angle of 172.38º degrees, saturation: 0.54, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A5E4DC is Cyan = 0.28, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 165 | 228 | 220 | - |
| CMYK | 0.28 | 0 | 0.04 | 0.11 |
| HSL | 172.38º | 0.54% | 0.77% | - |
| HSV(B) | 172.38º | 0.28% | 0.89% | - |
| XYZ | 56.18 | 68.65 | 78 | - |
| YUV | 208.25 | 134.63 | 97.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 228 | 220 | 0.28 | 0 | 0.04 | 0.11 | 172.38 | 0.54 | 0.77 |
| Hex | A5 | E4 | DC | 1C | 0 | 4 | B | AC | 36 | 4D |
| Octal | 245 | 344 | 334 | 34 | 0 | 4 | 13 | 254 | 66 | 115 |
| Binary | 10100101 | 11100100 | 11011100 | 11100 | 0 | 100 | 1011 | 10101100 | 110110 | 1001101 |
Color Harmonies of #A5E4DC
Complementary color
Monochromatic Colors of #A5E4DC
Black with #A5E4DC
Text Example
Text Example
White with #A5E4DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5E4DC; }
p { color: rgb(165,228,220); }
H1.HeaderClassName
{
color: #A5E4DC;
}
.AnyTagClassName
{
color: #A5E4DC;
}
</style>
background-color css
<style>
a { background-color: #A5E4DC; }
a { background-color: rgb(165,228,220); }
div.DivClassName
{
background-color: #A5E4DC;
}
.BgClassName
{
background-color: #A5E4DC;
}
</style>
border-color css
<style>
span { border-color: #A5E4DC; }
span { border-color: rgb(165,228,220); }
td.TdClassName
{
border-color: #A5E4DC;
}
.TagClassName
{
border-color: #A5E4DC;
}
</style>