Shades of Ice Cold #A5E9DE
Tints of Ice Cold #A5E9DE
RGB
CMYK
RGB Variations
Color information
#A5E9DE (or 0xA5E9DE) is known color: Ice Cold. HEX triplet: A5, E9 and DE. RGB value is (165,233,222). Sum of RGB (Red+Green+Blue) = 165+233+222=620 (82% of max value = 765). Red value is 165 (64.84% from 255 or 26.61% from 620); Green value is 233 (91.41% from 255 or 37.58% from 620); Blue value is 222 (87.11% from 255 or 35.81% from 620); Max value from RGB is 233 - color contains mainly: green. Hex color #A5E9DE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A5E9DE is #5A1621. Grayscale: #D3D3D3. Windows color (decimal): -5903906 or 14608805. OLE color: 14608805.
HSL color Cylindrical-coordinate representation of color #A5E9DE: hue angle of 170.29º degrees, saturation: 0.61, 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 #A5E9DE is Cyan = 0.29, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 165 | 233 | 222 | - |
| CMYK | 0.29 | 0 | 0.05 | 0.09 |
| HSL | 170.29º | 0.61% | 0.78% | - |
| HSV(B) | 170.29º | 0.29% | 0.91% | - |
| XYZ | 57.84 | 71.55 | 79.87 | - |
| YUV | 211.41 | 133.97 | 94.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 233 | 222 | 0.29 | 0 | 0.05 | 0.09 | 170.29 | 0.61 | 0.78 |
| Hex | A5 | E9 | DE | 1D | 0 | 5 | 9 | AA | 3D | 4E |
| Octal | 245 | 351 | 336 | 35 | 0 | 5 | 11 | 252 | 75 | 116 |
| Binary | 10100101 | 11101001 | 11011110 | 11101 | 0 | 101 | 1001 | 10101010 | 111101 | 1001110 |
Color Harmonies of #A5E9DE
Complementary color
Monochromatic Colors of #A5E9DE
Black with #A5E9DE
Text Example
Text Example
White with #A5E9DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5E9DE; }
p { color: rgb(165,233,222); }
H1.HeaderClassName
{
color: #A5E9DE;
}
.AnyTagClassName
{
color: #A5E9DE;
}
</style>
background-color css
<style>
a { background-color: #A5E9DE; }
a { background-color: rgb(165,233,222); }
div.DivClassName
{
background-color: #A5E9DE;
}
.BgClassName
{
background-color: #A5E9DE;
}
</style>
border-color css
<style>
span { border-color: #A5E9DE; }
span { border-color: rgb(165,233,222); }
td.TdClassName
{
border-color: #A5E9DE;
}
.TagClassName
{
border-color: #A5E9DE;
}
</style>