Shades of Ice Cold #A7EAE1
Tints of Ice Cold #A7EAE1
RGB
CMYK
RGB Variations
Color information
#A7EAE1 (or 0xA7EAE1) is known color: Ice Cold. HEX triplet: A7, EA and E1. RGB value is (167,234,225). Sum of RGB (Red+Green+Blue) = 167+234+225=626 (82% of max value = 765). Red value is 167 (65.62% from 255 or 26.68% from 626); Green value is 234 (91.80% from 255 or 37.38% from 626); Blue value is 225 (88.28% from 255 or 35.94% from 626); Max value from RGB is 234 - color contains mainly: green. Hex color #A7EAE1 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A7EAE1 is #58151E. Grayscale: #D4D4D4. Windows color (decimal): -5772575 or 14805671. OLE color: 14805671.
HSL color Cylindrical-coordinate representation of color #A7EAE1: hue angle of 171.94º 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 #A7EAE1 is Cyan = 0.29, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 167 | 234 | 225 | - |
| CMYK | 0.29 | 0 | 0.04 | 0.08 |
| HSL | 171.94º | 0.61% | 0.79% | - |
| HSV(B) | 171.94º | 0.29% | 0.92% | - |
| XYZ | 58.95 | 72.5 | 82.12 | - |
| YUV | 212.94 | 134.8 | 95.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 234 | 225 | 0.29 | 0 | 0.04 | 0.08 | 171.94 | 0.61 | 0.79 |
| Hex | A7 | EA | E1 | 1D | 0 | 4 | 8 | AC | 3D | 4F |
| Octal | 247 | 352 | 341 | 35 | 0 | 4 | 10 | 254 | 75 | 117 |
| Binary | 10100111 | 11101010 | 11100001 | 11101 | 0 | 100 | 1000 | 10101100 | 111101 | 1001111 |
Color Harmonies of #A7EAE1
Complementary color
Monochromatic Colors of #A7EAE1
Black with #A7EAE1
Text Example
Text Example
White with #A7EAE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7EAE1; }
p { color: rgb(167,234,225); }
H1.HeaderClassName
{
color: #A7EAE1;
}
.AnyTagClassName
{
color: #A7EAE1;
}
</style>
background-color css
<style>
a { background-color: #A7EAE1; }
a { background-color: rgb(167,234,225); }
div.DivClassName
{
background-color: #A7EAE1;
}
.BgClassName
{
background-color: #A7EAE1;
}
</style>
border-color css
<style>
span { border-color: #A7EAE1; }
span { border-color: rgb(167,234,225); }
td.TdClassName
{
border-color: #A7EAE1;
}
.TagClassName
{
border-color: #A7EAE1;
}
</style>