Shades of Ice Cold #A5E6D9
Tints of Ice Cold #A5E6D9
RGB
CMYK
RGB Variations
Color information
#A5E6D9 (or 0xA5E6D9) is known color: Ice Cold. HEX triplet: A5, E6 and D9. RGB value is (165,230,217). Sum of RGB (Red+Green+Blue) = 165+230+217=612 (81% of max value = 765). Red value is 165 (64.84% from 255 or 26.96% from 612); Green value is 230 (90.23% from 255 or 37.58% from 612); Blue value is 217 (85.16% from 255 or 35.46% from 612); Max value from RGB is 230 - color contains mainly: green. Hex color #A5E6D9 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A5E6D9 is #5A1926. Grayscale: #D1D1D1. Windows color (decimal): -5904679 or 14280357. OLE color: 14280357.
HSL color Cylindrical-coordinate representation of color #A5E6D9: hue angle of 168º degrees, saturation: 0.57, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A5E6D9 is Cyan = 0.28, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 165 | 230 | 217 | - |
| CMYK | 0.28 | 0 | 0.06 | 0.10 |
| HSL | 168º | 0.57% | 0.77% | - |
| HSV(B) | 168º | 0.28% | 0.9% | - |
| XYZ | 56.34 | 69.6 | 76.11 | - |
| YUV | 209.08 | 132.47 | 96.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 230 | 217 | 0.28 | 0 | 0.06 | 0.10 | 168 | 0.57 | 0.77 |
| Hex | A5 | E6 | D9 | 1C | 0 | 6 | A | A8 | 39 | 4D |
| Octal | 245 | 346 | 331 | 34 | 0 | 6 | 12 | 250 | 71 | 115 |
| Binary | 10100101 | 11100110 | 11011001 | 11100 | 0 | 110 | 1010 | 10101000 | 111001 | 1001101 |
Color Harmonies of #A5E6D9
Complementary color
Monochromatic Colors of #A5E6D9
Black with #A5E6D9
Text Example
Text Example
White with #A5E6D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5E6D9; }
p { color: rgb(165,230,217); }
H1.HeaderClassName
{
color: #A5E6D9;
}
.AnyTagClassName
{
color: #A5E6D9;
}
</style>
background-color css
<style>
a { background-color: #A5E6D9; }
a { background-color: rgb(165,230,217); }
div.DivClassName
{
background-color: #A5E6D9;
}
.BgClassName
{
background-color: #A5E6D9;
}
</style>
border-color css
<style>
span { border-color: #A5E6D9; }
span { border-color: rgb(165,230,217); }
td.TdClassName
{
border-color: #A5E6D9;
}
.TagClassName
{
border-color: #A5E6D9;
}
</style>