Shades of Ice Cold #A7E8D8
Tints of Ice Cold #A7E8D8
RGB
CMYK
RGB Variations
Color information
#A7E8D8 (or 0xA7E8D8) is known color: Ice Cold. HEX triplet: A7, E8 and D8. RGB value is (167,232,216). Sum of RGB (Red+Green+Blue) = 167+232+216=615 (81% of max value = 765). Red value is 167 (65.62% from 255 or 27.15% from 615); Green value is 232 (91.02% from 255 or 37.72% from 615); Blue value is 216 (84.77% from 255 or 35.12% from 615); Max value from RGB is 232 - color contains mainly: green. Hex color #A7E8D8 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A7E8D8 is #581727. Grayscale: #D2D2D2. Windows color (decimal): -5773096 or 14215335. OLE color: 14215335.
HSL color Cylindrical-coordinate representation of color #A7E8D8: hue angle of 165.23º degrees, saturation: 0.59, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A7E8D8 is Cyan = 0.28, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 167 | 232 | 216 | - |
| CMYK | 0.28 | 0 | 0.07 | 0.09 |
| HSL | 165.23º | 0.59% | 0.78% | - |
| HSV(B) | 165.23º | 0.28% | 0.91% | - |
| XYZ | 57.19 | 70.89 | 75.63 | - |
| YUV | 210.74 | 130.97 | 96.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 232 | 216 | 0.28 | 0 | 0.07 | 0.09 | 165.23 | 0.59 | 0.78 |
| Hex | A7 | E8 | D8 | 1C | 0 | 7 | 9 | A5 | 3B | 4E |
| Octal | 247 | 350 | 330 | 34 | 0 | 7 | 11 | 245 | 73 | 116 |
| Binary | 10100111 | 11101000 | 11011000 | 11100 | 0 | 111 | 1001 | 10100101 | 111011 | 1001110 |
Color Harmonies of #A7E8D8
Complementary color
Monochromatic Colors of #A7E8D8
Black with #A7E8D8
Text Example
Text Example
White with #A7E8D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7E8D8; }
p { color: rgb(167,232,216); }
H1.HeaderClassName
{
color: #A7E8D8;
}
.AnyTagClassName
{
color: #A7E8D8;
}
</style>
background-color css
<style>
a { background-color: #A7E8D8; }
a { background-color: rgb(167,232,216); }
div.DivClassName
{
background-color: #A7E8D8;
}
.BgClassName
{
background-color: #A7E8D8;
}
</style>
border-color css
<style>
span { border-color: #A7E8D8; }
span { border-color: rgb(167,232,216); }
td.TdClassName
{
border-color: #A7E8D8;
}
.TagClassName
{
border-color: #A7E8D8;
}
</style>