Shades of Ice Cold #A5E1D0
Tints of Ice Cold #A5E1D0
RGB
CMYK
RGB Variations
Color information
#A5E1D0 (or 0xA5E1D0) is known color: Ice Cold. HEX triplet: A5, E1 and D0. RGB value is (165,225,208). Sum of RGB (Red+Green+Blue) = 165+225+208=598 (79% of max value = 765). Red value is 165 (64.84% from 255 or 27.59% from 598); Green value is 225 (88.28% from 255 or 37.63% from 598); Blue value is 208 (81.64% from 255 or 34.78% from 598); Max value from RGB is 225 - color contains mainly: green. Hex color #A5E1D0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A5E1D0 is #5A1E2F. Grayscale: #CDCDCD. Windows color (decimal): -5905968 or 13689253. OLE color: 13689253.
HSL color Cylindrical-coordinate representation of color #A5E1D0: hue angle of 163º degrees, saturation: 0.5, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A5E1D0 is Cyan = 0.27, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 165 | 225 | 208 | - |
| CMYK | 0.27 | 0 | 0.08 | 0.12 |
| HSL | 163º | 0.5% | 0.76% | - |
| HSV(B) | 163º | 0.27% | 0.88% | - |
| XYZ | 53.83 | 66.4 | 69.65 | - |
| YUV | 205.12 | 129.62 | 99.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 225 | 208 | 0.27 | 0 | 0.08 | 0.12 | 163 | 0.5 | 0.76 |
| Hex | A5 | E1 | D0 | 1B | 0 | 8 | C | A3 | 32 | 4C |
| Octal | 245 | 341 | 320 | 33 | 0 | 10 | 14 | 243 | 62 | 114 |
| Binary | 10100101 | 11100001 | 11010000 | 11011 | 0 | 1000 | 1100 | 10100011 | 110010 | 1001100 |
Color Harmonies of #A5E1D0
Complementary color
Monochromatic Colors of #A5E1D0
Black with #A5E1D0
Text Example
Text Example
White with #A5E1D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5E1D0; }
p { color: rgb(165,225,208); }
H1.HeaderClassName
{
color: #A5E1D0;
}
.AnyTagClassName
{
color: #A5E1D0;
}
</style>
background-color css
<style>
a { background-color: #A5E1D0; }
a { background-color: rgb(165,225,208); }
div.DivClassName
{
background-color: #A5E1D0;
}
.BgClassName
{
background-color: #A5E1D0;
}
</style>
border-color css
<style>
span { border-color: #A5E1D0; }
span { border-color: rgb(165,225,208); }
td.TdClassName
{
border-color: #A5E1D0;
}
.TagClassName
{
border-color: #A5E1D0;
}
</style>