Shades of Ice Cold #A7E1CD
Tints of Ice Cold #A7E1CD
RGB
CMYK
RGB Variations
Color information
#A7E1CD (or 0xA7E1CD) is known color: Ice Cold. HEX triplet: A7, E1 and CD. RGB value is (167,225,205). Sum of RGB (Red+Green+Blue) = 167+225+205=597 (79% of max value = 765). Red value is 167 (65.62% from 255 or 27.97% from 597); Green value is 225 (88.28% from 255 or 37.69% from 597); Blue value is 205 (80.47% from 255 or 34.34% from 597); Max value from RGB is 225 - color contains mainly: green. Hex color #A7E1CD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A7E1CD is #581E32. Grayscale: #CDCDCD. Windows color (decimal): -5774899 or 13492647. OLE color: 13492647.
HSL color Cylindrical-coordinate representation of color #A7E1CD: hue angle of 159.31º 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 #A7E1CD is Cyan = 0.26, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 167 | 225 | 205 | - |
| CMYK | 0.26 | 0 | 0.09 | 0.12 |
| HSL | 159.31º | 0.49% | 0.77% | - |
| HSV(B) | 159.31º | 0.26% | 0.88% | - |
| XYZ | 53.88 | 66.47 | 67.75 | - |
| YUV | 205.38 | 127.78 | 100.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 225 | 205 | 0.26 | 0 | 0.09 | 0.12 | 159.31 | 0.49 | 0.77 |
| Hex | A7 | E1 | CD | 1A | 0 | 9 | C | 9F | 31 | 4D |
| Octal | 247 | 341 | 315 | 32 | 0 | 11 | 14 | 237 | 61 | 115 |
| Binary | 10100111 | 11100001 | 11001101 | 11010 | 0 | 1001 | 1100 | 10011111 | 110001 | 1001101 |
Color Harmonies of #A7E1CD
Complementary color
Monochromatic Colors of #A7E1CD
Black with #A7E1CD
Text Example
Text Example
White with #A7E1CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7E1CD; }
p { color: rgb(167,225,205); }
H1.HeaderClassName
{
color: #A7E1CD;
}
.AnyTagClassName
{
color: #A7E1CD;
}
</style>
background-color css
<style>
a { background-color: #A7E1CD; }
a { background-color: rgb(167,225,205); }
div.DivClassName
{
background-color: #A7E1CD;
}
.BgClassName
{
background-color: #A7E1CD;
}
</style>
border-color css
<style>
span { border-color: #A7E1CD; }
span { border-color: rgb(167,225,205); }
td.TdClassName
{
border-color: #A7E1CD;
}
.TagClassName
{
border-color: #A7E1CD;
}
</style>