Shades of Ice Cold #A5E7DC
Tints of Ice Cold #A5E7DC
RGB
CMYK
RGB Variations
Color information
#A5E7DC (or 0xA5E7DC) is known color: Ice Cold. HEX triplet: A5, E7 and DC. RGB value is (165,231,220). Sum of RGB (Red+Green+Blue) = 165+231+220=616 (81% of max value = 765). Red value is 165 (64.84% from 255 or 26.79% from 616); Green value is 231 (90.62% from 255 or 37.5% from 616); Blue value is 220 (86.33% from 255 or 35.71% from 616); Max value from RGB is 231 - color contains mainly: green. Hex color #A5E7DC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A5E7DC is #5A1823. Grayscale: #D1D1D1. Windows color (decimal): -5904420 or 14477221. OLE color: 14477221.
HSL color Cylindrical-coordinate representation of color #A5E7DC: hue angle of 170º degrees, saturation: 0.58, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A5E7DC is Cyan = 0.29, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 165 | 231 | 220 | - |
| CMYK | 0.29 | 0 | 0.05 | 0.09 |
| HSL | 170º | 0.58% | 0.78% | - |
| HSV(B) | 170º | 0.29% | 0.91% | - |
| XYZ | 57.01 | 70.32 | 78.28 | - |
| YUV | 210.01 | 133.63 | 95.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 231 | 220 | 0.29 | 0 | 0.05 | 0.09 | 170 | 0.58 | 0.78 |
| Hex | A5 | E7 | DC | 1D | 0 | 5 | 9 | AA | 3A | 4E |
| Octal | 245 | 347 | 334 | 35 | 0 | 5 | 11 | 252 | 72 | 116 |
| Binary | 10100101 | 11100111 | 11011100 | 11101 | 0 | 101 | 1001 | 10101010 | 111010 | 1001110 |
Color Harmonies of #A5E7DC
Complementary color
Monochromatic Colors of #A5E7DC
Black with #A5E7DC
Text Example
Text Example
White with #A5E7DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5E7DC; }
p { color: rgb(165,231,220); }
H1.HeaderClassName
{
color: #A5E7DC;
}
.AnyTagClassName
{
color: #A5E7DC;
}
</style>
background-color css
<style>
a { background-color: #A5E7DC; }
a { background-color: rgb(165,231,220); }
div.DivClassName
{
background-color: #A5E7DC;
}
.BgClassName
{
background-color: #A5E7DC;
}
</style>
border-color css
<style>
span { border-color: #A5E7DC; }
span { border-color: rgb(165,231,220); }
td.TdClassName
{
border-color: #A5E7DC;
}
.TagClassName
{
border-color: #A5E7DC;
}
</style>