Shades of Ice Cold #A5E8D9
Tints of Ice Cold #A5E8D9
RGB
CMYK
RGB Variations
Color information
#A5E8D9 (or 0xA5E8D9) is known color: Ice Cold. HEX triplet: A5, E8 and D9. RGB value is (165,232,217). Sum of RGB (Red+Green+Blue) = 165+232+217=614 (81% of max value = 765). Red value is 165 (64.84% from 255 or 26.87% from 614); Green value is 232 (91.02% from 255 or 37.79% from 614); Blue value is 217 (85.16% from 255 or 35.34% from 614); Max value from RGB is 232 - color contains mainly: green. Hex color #A5E8D9 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A5E8D9 is #5A1726. Grayscale: #D2D2D2. Windows color (decimal): -5904167 or 14280869. OLE color: 14280869.
HSL color Cylindrical-coordinate representation of color #A5E8D9: hue angle of 166.57º degrees, saturation: 0.59, 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 #A5E8D9 is Cyan = 0.29, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 165 | 232 | 217 | - |
| CMYK | 0.29 | 0 | 0.06 | 0.09 |
| HSL | 166.57º | 0.59% | 0.78% | - |
| HSV(B) | 166.57º | 0.29% | 0.91% | - |
| XYZ | 56.9 | 70.72 | 76.3 | - |
| YUV | 210.26 | 131.8 | 95.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 232 | 217 | 0.29 | 0 | 0.06 | 0.09 | 166.57 | 0.59 | 0.78 |
| Hex | A5 | E8 | D9 | 1D | 0 | 6 | 9 | A7 | 3B | 4E |
| Octal | 245 | 350 | 331 | 35 | 0 | 6 | 11 | 247 | 73 | 116 |
| Binary | 10100101 | 11101000 | 11011001 | 11101 | 0 | 110 | 1001 | 10100111 | 111011 | 1001110 |
Color Harmonies of #A5E8D9
Complementary color
Monochromatic Colors of #A5E8D9
Black with #A5E8D9
Text Example
Text Example
White with #A5E8D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5E8D9; }
p { color: rgb(165,232,217); }
H1.HeaderClassName
{
color: #A5E8D9;
}
.AnyTagClassName
{
color: #A5E8D9;
}
</style>
background-color css
<style>
a { background-color: #A5E8D9; }
a { background-color: rgb(165,232,217); }
div.DivClassName
{
background-color: #A5E8D9;
}
.BgClassName
{
background-color: #A5E8D9;
}
</style>
border-color css
<style>
span { border-color: #A5E8D9; }
span { border-color: rgb(165,232,217); }
td.TdClassName
{
border-color: #A5E8D9;
}
.TagClassName
{
border-color: #A5E8D9;
}
</style>