Shades of Ice Cold #A7E1DA
Tints of Ice Cold #A7E1DA
RGB
CMYK
RGB Variations
Color information
#A7E1DA (or 0xA7E1DA) is known color: Ice Cold. HEX triplet: A7, E1 and DA. RGB value is (167,225,218). Sum of RGB (Red+Green+Blue) = 167+225+218=610 (80% of max value = 765). Red value is 167 (65.62% from 255 or 27.38% from 610); Green value is 225 (88.28% from 255 or 36.89% from 610); Blue value is 218 (85.55% from 255 or 35.74% from 610); Max value from RGB is 225 - color contains mainly: green. Hex color #A7E1DA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A7E1DA is #581E25. Grayscale: #CECECE. Windows color (decimal): -5774886 or 14344615. OLE color: 14344615.
HSL color Cylindrical-coordinate representation of color #A7E1DA: hue angle of 172.76º degrees, saturation: 0.49, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A7E1DA is Cyan = 0.26, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 167 | 225 | 218 | - |
| CMYK | 0.26 | 0 | 0.03 | 0.12 |
| HSL | 172.76º | 0.49% | 0.77% | - |
| HSV(B) | 172.76º | 0.26% | 0.88% | - |
| XYZ | 55.52 | 67.13 | 76.36 | - |
| YUV | 206.86 | 134.28 | 99.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 225 | 218 | 0.26 | 0 | 0.03 | 0.12 | 172.76 | 0.49 | 0.77 |
| Hex | A7 | E1 | DA | 1A | 0 | 3 | C | AD | 31 | 4D |
| Octal | 247 | 341 | 332 | 32 | 0 | 3 | 14 | 255 | 61 | 115 |
| Binary | 10100111 | 11100001 | 11011010 | 11010 | 0 | 11 | 1100 | 10101101 | 110001 | 1001101 |
Color Harmonies of #A7E1DA
Complementary color
Monochromatic Colors of #A7E1DA
Black with #A7E1DA
Text Example
Text Example
White with #A7E1DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7E1DA; }
p { color: rgb(167,225,218); }
H1.HeaderClassName
{
color: #A7E1DA;
}
.AnyTagClassName
{
color: #A7E1DA;
}
</style>
background-color css
<style>
a { background-color: #A7E1DA; }
a { background-color: rgb(167,225,218); }
div.DivClassName
{
background-color: #A7E1DA;
}
.BgClassName
{
background-color: #A7E1DA;
}
</style>
border-color css
<style>
span { border-color: #A7E1DA; }
span { border-color: rgb(167,225,218); }
td.TdClassName
{
border-color: #A7E1DA;
}
.TagClassName
{
border-color: #A7E1DA;
}
</style>