Shades of Ice Cold #A1E8DB
Tints of Ice Cold #A1E8DB
RGB
CMYK
RGB Variations
Color information
#A1E8DB (or 0xA1E8DB) is known color: Ice Cold. HEX triplet: A1, E8 and DB. RGB value is (161,232,219). Sum of RGB (Red+Green+Blue) = 161+232+219=612 (81% of max value = 765). Red value is 161 (63.28% from 255 or 26.31% from 612); Green value is 232 (91.02% from 255 or 37.91% from 612); Blue value is 219 (85.94% from 255 or 35.78% from 612); Max value from RGB is 232 - color contains mainly: green. Hex color #A1E8DB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A1E8DB is #5E1724. Grayscale: #D1D1D1. Windows color (decimal): -6166309 or 14411937. OLE color: 14411937.
HSL color Cylindrical-coordinate representation of color #A1E8DB: hue angle of 169.01º degrees, saturation: 0.61, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A1E8DB is Cyan = 0.31, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 161 | 232 | 219 | - |
| CMYK | 0.31 | 0 | 0.06 | 0.09 |
| HSL | 169.01º | 0.61% | 0.77% | - |
| HSV(B) | 169.01º | 0.31% | 0.91% | - |
| XYZ | 56.34 | 70.4 | 77.64 | - |
| YUV | 209.29 | 133.48 | 93.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 232 | 219 | 0.31 | 0 | 0.06 | 0.09 | 169.01 | 0.61 | 0.77 |
| Hex | A1 | E8 | DB | 1F | 0 | 6 | 9 | A9 | 3D | 4D |
| Octal | 241 | 350 | 333 | 37 | 0 | 6 | 11 | 251 | 75 | 115 |
| Binary | 10100001 | 11101000 | 11011011 | 11111 | 0 | 110 | 1001 | 10101001 | 111101 | 1001101 |
Color Harmonies of #A1E8DB
Complementary color
Monochromatic Colors of #A1E8DB
Black with #A1E8DB
Text Example
Text Example
White with #A1E8DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1E8DB; }
p { color: rgb(161,232,219); }
H1.HeaderClassName
{
color: #A1E8DB;
}
.AnyTagClassName
{
color: #A1E8DB;
}
</style>
background-color css
<style>
a { background-color: #A1E8DB; }
a { background-color: rgb(161,232,219); }
div.DivClassName
{
background-color: #A1E8DB;
}
.BgClassName
{
background-color: #A1E8DB;
}
</style>
border-color css
<style>
span { border-color: #A1E8DB; }
span { border-color: rgb(161,232,219); }
td.TdClassName
{
border-color: #A1E8DB;
}
.TagClassName
{
border-color: #A1E8DB;
}
</style>