Shades of Ice Cold #A5E8D7
Tints of Ice Cold #A5E8D7
RGB
CMYK
RGB Variations
Color information
#A5E8D7 (or 0xA5E8D7) is known color: Ice Cold. HEX triplet: A5, E8 and D7. RGB value is (165,232,215). Sum of RGB (Red+Green+Blue) = 165+232+215=612 (81% of max value = 765). Red value is 165 (64.84% from 255 or 26.96% from 612); Green value is 232 (91.02% from 255 or 37.91% from 612); Blue value is 215 (84.38% from 255 or 35.13% from 612); Max value from RGB is 232 - color contains mainly: green. Hex color #A5E8D7 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A5E8D7 is #5A1728. Grayscale: #D2D2D2. Windows color (decimal): -5904169 or 14149797. OLE color: 14149797.
HSL color Cylindrical-coordinate representation of color #A5E8D7: hue angle of 164.78º 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 #A5E8D7 is Cyan = 0.29, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 165 | 232 | 215 | - |
| CMYK | 0.29 | 0 | 0.07 | 0.09 |
| HSL | 164.78º | 0.59% | 0.78% | - |
| HSV(B) | 164.78º | 0.29% | 0.91% | - |
| XYZ | 56.64 | 70.62 | 74.94 | - |
| YUV | 210.03 | 130.8 | 95.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 232 | 215 | 0.29 | 0 | 0.07 | 0.09 | 164.78 | 0.59 | 0.78 |
| Hex | A5 | E8 | D7 | 1D | 0 | 7 | 9 | A5 | 3B | 4E |
| Octal | 245 | 350 | 327 | 35 | 0 | 7 | 11 | 245 | 73 | 116 |
| Binary | 10100101 | 11101000 | 11010111 | 11101 | 0 | 111 | 1001 | 10100101 | 111011 | 1001110 |
Color Harmonies of #A5E8D7
Complementary color
Monochromatic Colors of #A5E8D7
Black with #A5E8D7
Text Example
Text Example
White with #A5E8D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5E8D7; }
p { color: rgb(165,232,215); }
H1.HeaderClassName
{
color: #A5E8D7;
}
.AnyTagClassName
{
color: #A5E8D7;
}
</style>
background-color css
<style>
a { background-color: #A5E8D7; }
a { background-color: rgb(165,232,215); }
div.DivClassName
{
background-color: #A5E8D7;
}
.BgClassName
{
background-color: #A5E8D7;
}
</style>
border-color css
<style>
span { border-color: #A5E8D7; }
span { border-color: rgb(165,232,215); }
td.TdClassName
{
border-color: #A5E8D7;
}
.TagClassName
{
border-color: #A5E8D7;
}
</style>