Shades of Ice Cold #A7E2DE
Tints of Ice Cold #A7E2DE
RGB
CMYK
RGB Variations
Color information
#A7E2DE (or 0xA7E2DE) is known color: Ice Cold. HEX triplet: A7, E2 and DE. RGB value is (167,226,222). Sum of RGB (Red+Green+Blue) = 167+226+222=615 (81% of max value = 765). Red value is 167 (65.62% from 255 or 27.15% from 615); Green value is 226 (88.67% from 255 or 36.75% from 615); Blue value is 222 (87.11% from 255 or 36.10% from 615); Max value from RGB is 226 - color contains mainly: green. Hex color #A7E2DE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A7E2DE is #581D21. Grayscale: #CFCFCF. Windows color (decimal): -5774626 or 14607015. OLE color: 14607015.
HSL color Cylindrical-coordinate representation of color #A7E2DE: hue angle of 175.93º degrees, saturation: 0.5, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A7E2DE is Cyan = 0.26, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 167 | 226 | 222 | - |
| CMYK | 0.26 | 0 | 0.02 | 0.11 |
| HSL | 175.93º | 0.5% | 0.77% | - |
| HSV(B) | 175.93º | 0.26% | 0.89% | - |
| XYZ | 56.32 | 67.88 | 79.24 | - |
| YUV | 207.9 | 135.95 | 98.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 226 | 222 | 0.26 | 0 | 0.02 | 0.11 | 175.93 | 0.5 | 0.77 |
| Hex | A7 | E2 | DE | 1A | 0 | 2 | B | B0 | 32 | 4D |
| Octal | 247 | 342 | 336 | 32 | 0 | 2 | 13 | 260 | 62 | 115 |
| Binary | 10100111 | 11100010 | 11011110 | 11010 | 0 | 10 | 1011 | 10110000 | 110010 | 1001101 |
Color Harmonies of #A7E2DE
Complementary color
Monochromatic Colors of #A7E2DE
Black with #A7E2DE
Text Example
Text Example
White with #A7E2DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7E2DE; }
p { color: rgb(167,226,222); }
H1.HeaderClassName
{
color: #A7E2DE;
}
.AnyTagClassName
{
color: #A7E2DE;
}
</style>
background-color css
<style>
a { background-color: #A7E2DE; }
a { background-color: rgb(167,226,222); }
div.DivClassName
{
background-color: #A7E2DE;
}
.BgClassName
{
background-color: #A7E2DE;
}
</style>
border-color css
<style>
span { border-color: #A7E2DE; }
span { border-color: rgb(167,226,222); }
td.TdClassName
{
border-color: #A7E2DE;
}
.TagClassName
{
border-color: #A7E2DE;
}
</style>