Shades of Ice Cold #A5E7DA
Tints of Ice Cold #A5E7DA
RGB
CMYK
RGB Variations
Color information
#A5E7DA (or 0xA5E7DA) is known color: Ice Cold. HEX triplet: A5, E7 and DA. RGB value is (165,231,218). Sum of RGB (Red+Green+Blue) = 165+231+218=614 (81% of max value = 765). Red value is 165 (64.84% from 255 or 26.87% from 614); Green value is 231 (90.62% from 255 or 37.62% from 614); Blue value is 218 (85.55% from 255 or 35.50% from 614); Max value from RGB is 231 - color contains mainly: green. Hex color #A5E7DA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A5E7DA is #5A1825. Grayscale: #D1D1D1. Windows color (decimal): -5904422 or 14346149. OLE color: 14346149.
HSL color Cylindrical-coordinate representation of color #A5E7DA: hue angle of 168.18º 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 #A5E7DA is Cyan = 0.29, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 165 | 231 | 218 | - |
| CMYK | 0.29 | 0 | 0.06 | 0.09 |
| HSL | 168.18º | 0.58% | 0.78% | - |
| HSV(B) | 168.18º | 0.29% | 0.91% | - |
| XYZ | 56.75 | 70.21 | 76.89 | - |
| YUV | 209.78 | 132.63 | 96.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 231 | 218 | 0.29 | 0 | 0.06 | 0.09 | 168.18 | 0.58 | 0.78 |
| Hex | A5 | E7 | DA | 1D | 0 | 6 | 9 | A8 | 3A | 4E |
| Octal | 245 | 347 | 332 | 35 | 0 | 6 | 11 | 250 | 72 | 116 |
| Binary | 10100101 | 11100111 | 11011010 | 11101 | 0 | 110 | 1001 | 10101000 | 111010 | 1001110 |
Color Harmonies of #A5E7DA
Complementary color
Monochromatic Colors of #A5E7DA
Black with #A5E7DA
Text Example
Text Example
White with #A5E7DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5E7DA; }
p { color: rgb(165,231,218); }
H1.HeaderClassName
{
color: #A5E7DA;
}
.AnyTagClassName
{
color: #A5E7DA;
}
</style>
background-color css
<style>
a { background-color: #A5E7DA; }
a { background-color: rgb(165,231,218); }
div.DivClassName
{
background-color: #A5E7DA;
}
.BgClassName
{
background-color: #A5E7DA;
}
</style>
border-color css
<style>
span { border-color: #A5E7DA; }
span { border-color: rgb(165,231,218); }
td.TdClassName
{
border-color: #A5E7DA;
}
.TagClassName
{
border-color: #A5E7DA;
}
</style>