Shades of Ice Cold #A7EAE0
Tints of Ice Cold #A7EAE0
RGB
CMYK
RGB Variations
Color information
#A7EAE0 (or 0xA7EAE0) is known color: Ice Cold. HEX triplet: A7, EA and E0. RGB value is (167,234,224). Sum of RGB (Red+Green+Blue) = 167+234+224=625 (82% of max value = 765). Red value is 167 (65.62% from 255 or 26.72% from 625); Green value is 234 (91.80% from 255 or 37.44% from 625); Blue value is 224 (87.89% from 255 or 35.84% from 625); Max value from RGB is 234 - color contains mainly: green. Hex color #A7EAE0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A7EAE0 is #58151F. Grayscale: #D4D4D4. Windows color (decimal): -5772576 or 14740135. OLE color: 14740135.
HSL color Cylindrical-coordinate representation of color #A7EAE0: hue angle of 171.04º degrees, saturation: 0.61, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A7EAE0 is Cyan = 0.29, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 167 | 234 | 224 | - |
| CMYK | 0.29 | 0 | 0.04 | 0.08 |
| HSL | 171.04º | 0.61% | 0.79% | - |
| HSV(B) | 171.04º | 0.29% | 0.92% | - |
| XYZ | 58.81 | 72.44 | 81.4 | - |
| YUV | 212.83 | 134.3 | 95.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 234 | 224 | 0.29 | 0 | 0.04 | 0.08 | 171.04 | 0.61 | 0.79 |
| Hex | A7 | EA | E0 | 1D | 0 | 4 | 8 | AB | 3D | 4F |
| Octal | 247 | 352 | 340 | 35 | 0 | 4 | 10 | 253 | 75 | 117 |
| Binary | 10100111 | 11101010 | 11100000 | 11101 | 0 | 100 | 1000 | 10101011 | 111101 | 1001111 |
Color Harmonies of #A7EAE0
Complementary color
Monochromatic Colors of #A7EAE0
Black with #A7EAE0
Text Example
Text Example
White with #A7EAE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7EAE0; }
p { color: rgb(167,234,224); }
H1.HeaderClassName
{
color: #A7EAE0;
}
.AnyTagClassName
{
color: #A7EAE0;
}
</style>
background-color css
<style>
a { background-color: #A7EAE0; }
a { background-color: rgb(167,234,224); }
div.DivClassName
{
background-color: #A7EAE0;
}
.BgClassName
{
background-color: #A7EAE0;
}
</style>
border-color css
<style>
span { border-color: #A7EAE0; }
span { border-color: rgb(167,234,224); }
td.TdClassName
{
border-color: #A7EAE0;
}
.TagClassName
{
border-color: #A7EAE0;
}
</style>