Shades of Ice Cold #A7E1D0
Tints of Ice Cold #A7E1D0
RGB
CMYK
RGB Variations
Color information
#A7E1D0 (or 0xA7E1D0) is known color: Ice Cold. HEX triplet: A7, E1 and D0. RGB value is (167,225,208). Sum of RGB (Red+Green+Blue) = 167+225+208=600 (79% of max value = 765). Red value is 167 (65.62% from 255 or 27.83% from 600); Green value is 225 (88.28% from 255 or 37.5% from 600); Blue value is 208 (81.64% from 255 or 34.67% from 600); Max value from RGB is 225 - color contains mainly: green. Hex color #A7E1D0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A7E1D0 is #581E2F. Grayscale: #CDCDCD. Windows color (decimal): -5774896 or 13689255. OLE color: 13689255.
HSL color Cylindrical-coordinate representation of color #A7E1D0: hue angle of 162.41º 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 #A7E1D0 is Cyan = 0.26, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 167 | 225 | 208 | - |
| CMYK | 0.26 | 0 | 0.08 | 0.12 |
| HSL | 162.41º | 0.49% | 0.77% | - |
| HSV(B) | 162.41º | 0.26% | 0.88% | - |
| XYZ | 54.25 | 66.62 | 69.67 | - |
| YUV | 205.72 | 129.28 | 100.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 225 | 208 | 0.26 | 0 | 0.08 | 0.12 | 162.41 | 0.49 | 0.77 |
| Hex | A7 | E1 | D0 | 1A | 0 | 8 | C | A2 | 31 | 4D |
| Octal | 247 | 341 | 320 | 32 | 0 | 10 | 14 | 242 | 61 | 115 |
| Binary | 10100111 | 11100001 | 11010000 | 11010 | 0 | 1000 | 1100 | 10100010 | 110001 | 1001101 |
Color Harmonies of #A7E1D0
Complementary color
Monochromatic Colors of #A7E1D0
Black with #A7E1D0
Text Example
Text Example
White with #A7E1D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7E1D0; }
p { color: rgb(167,225,208); }
H1.HeaderClassName
{
color: #A7E1D0;
}
.AnyTagClassName
{
color: #A7E1D0;
}
</style>
background-color css
<style>
a { background-color: #A7E1D0; }
a { background-color: rgb(167,225,208); }
div.DivClassName
{
background-color: #A7E1D0;
}
.BgClassName
{
background-color: #A7E1D0;
}
</style>
border-color css
<style>
span { border-color: #A7E1D0; }
span { border-color: rgb(167,225,208); }
td.TdClassName
{
border-color: #A7E1D0;
}
.TagClassName
{
border-color: #A7E1D0;
}
</style>