Shades of Ice Cold #A1E4D7
Tints of Ice Cold #A1E4D7
RGB
CMYK
RGB Variations
Color information
#A1E4D7 (or 0xA1E4D7) is known color: Ice Cold. HEX triplet: A1, E4 and D7. RGB value is (161,228,215). Sum of RGB (Red+Green+Blue) = 161+228+215=604 (80% of max value = 765). Red value is 161 (63.28% from 255 or 26.66% from 604); Green value is 228 (89.45% from 255 or 37.75% from 604); Blue value is 215 (84.38% from 255 or 35.60% from 604); Max value from RGB is 228 - color contains mainly: green. Hex color #A1E4D7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1E4D7 is #5E1B28. Grayscale: #CECECE. Windows color (decimal): -6167337 or 14148769. OLE color: 14148769.
HSL color Cylindrical-coordinate representation of color #A1E4D7: hue angle of 168.36º degrees, saturation: 0.55, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A1E4D7 is Cyan = 0.29, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 161 | 228 | 215 | - |
| CMYK | 0.29 | 0 | 0.06 | 0.11 |
| HSL | 168.36º | 0.55% | 0.76% | - |
| HSV(B) | 168.36º | 0.29% | 0.89% | - |
| XYZ | 54.71 | 67.97 | 74.53 | - |
| YUV | 206.49 | 132.8 | 95.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 228 | 215 | 0.29 | 0 | 0.06 | 0.11 | 168.36 | 0.55 | 0.76 |
| Hex | A1 | E4 | D7 | 1D | 0 | 6 | B | A8 | 37 | 4C |
| Octal | 241 | 344 | 327 | 35 | 0 | 6 | 13 | 250 | 67 | 114 |
| Binary | 10100001 | 11100100 | 11010111 | 11101 | 0 | 110 | 1011 | 10101000 | 110111 | 1001100 |
Color Harmonies of #A1E4D7
Complementary color
Monochromatic Colors of #A1E4D7
Black with #A1E4D7
Text Example
Text Example
White with #A1E4D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1E4D7; }
p { color: rgb(161,228,215); }
H1.HeaderClassName
{
color: #A1E4D7;
}
.AnyTagClassName
{
color: #A1E4D7;
}
</style>
background-color css
<style>
a { background-color: #A1E4D7; }
a { background-color: rgb(161,228,215); }
div.DivClassName
{
background-color: #A1E4D7;
}
.BgClassName
{
background-color: #A1E4D7;
}
</style>
border-color css
<style>
span { border-color: #A1E4D7; }
span { border-color: rgb(161,228,215); }
td.TdClassName
{
border-color: #A1E4D7;
}
.TagClassName
{
border-color: #A1E4D7;
}
</style>