Shades of Ice Cold #A5E8D8
Tints of Ice Cold #A5E8D8
RGB
CMYK
RGB Variations
Color information
#A5E8D8 (or 0xA5E8D8) is known color: Ice Cold. HEX triplet: A5, E8 and D8. RGB value is (165,232,216). Sum of RGB (Red+Green+Blue) = 165+232+216=613 (81% of max value = 765). Red value is 165 (64.84% from 255 or 26.92% from 613); Green value is 232 (91.02% from 255 or 37.85% from 613); Blue value is 216 (84.77% from 255 or 35.24% from 613); Max value from RGB is 232 - color contains mainly: green. Hex color #A5E8D8 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A5E8D8 is #5A1727. Grayscale: #D2D2D2. Windows color (decimal): -5904168 or 14215333. OLE color: 14215333.
HSL color Cylindrical-coordinate representation of color #A5E8D8: hue angle of 165.67º 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 #A5E8D8 is Cyan = 0.29, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 165 | 232 | 216 | - |
| CMYK | 0.29 | 0 | 0.07 | 0.09 |
| HSL | 165.67º | 0.59% | 0.78% | - |
| HSV(B) | 165.67º | 0.29% | 0.91% | - |
| XYZ | 56.77 | 70.67 | 75.61 | - |
| YUV | 210.14 | 131.3 | 95.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 232 | 216 | 0.29 | 0 | 0.07 | 0.09 | 165.67 | 0.59 | 0.78 |
| Hex | A5 | E8 | D8 | 1D | 0 | 7 | 9 | A6 | 3B | 4E |
| Octal | 245 | 350 | 330 | 35 | 0 | 7 | 11 | 246 | 73 | 116 |
| Binary | 10100101 | 11101000 | 11011000 | 11101 | 0 | 111 | 1001 | 10100110 | 111011 | 1001110 |
Color Harmonies of #A5E8D8
Complementary color
Monochromatic Colors of #A5E8D8
Black with #A5E8D8
Text Example
Text Example
White with #A5E8D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5E8D8; }
p { color: rgb(165,232,216); }
H1.HeaderClassName
{
color: #A5E8D8;
}
.AnyTagClassName
{
color: #A5E8D8;
}
</style>
background-color css
<style>
a { background-color: #A5E8D8; }
a { background-color: rgb(165,232,216); }
div.DivClassName
{
background-color: #A5E8D8;
}
.BgClassName
{
background-color: #A5E8D8;
}
</style>
border-color css
<style>
span { border-color: #A5E8D8; }
span { border-color: rgb(165,232,216); }
td.TdClassName
{
border-color: #A5E8D8;
}
.TagClassName
{
border-color: #A5E8D8;
}
</style>