Shades of Ice Cold #A1EBDA
Tints of Ice Cold #A1EBDA
RGB
CMYK
RGB Variations
Color information
#A1EBDA (or 0xA1EBDA) is known color: Ice Cold. HEX triplet: A1, EB and DA. RGB value is (161,235,218). Sum of RGB (Red+Green+Blue) = 161+235+218=614 (81% of max value = 765). Red value is 161 (63.28% from 255 or 26.22% from 614); Green value is 235 (92.19% from 255 or 38.27% from 614); Blue value is 218 (85.55% from 255 or 35.50% from 614); Max value from RGB is 235 - color contains mainly: green. Hex color #A1EBDA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A1EBDA is #5E1425. Grayscale: #D2D2D2. Windows color (decimal): -6165542 or 14347169. OLE color: 14347169.
HSL color Cylindrical-coordinate representation of color #A1EBDA: hue angle of 166.22º degrees, saturation: 0.65, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A1EBDA is Cyan = 0.31, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 161 | 235 | 218 | - |
| CMYK | 0.31 | 0 | 0.07 | 0.08 |
| HSL | 166.22º | 0.65% | 0.78% | - |
| HSV(B) | 166.22º | 0.31% | 0.92% | - |
| XYZ | 57.06 | 72.06 | 77.23 | - |
| YUV | 210.94 | 131.98 | 92.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 235 | 218 | 0.31 | 0 | 0.07 | 0.08 | 166.22 | 0.65 | 0.78 |
| Hex | A1 | EB | DA | 1F | 0 | 7 | 8 | A6 | 41 | 4E |
| Octal | 241 | 353 | 332 | 37 | 0 | 7 | 10 | 246 | 101 | 116 |
| Binary | 10100001 | 11101011 | 11011010 | 11111 | 0 | 111 | 1000 | 10100110 | 1000001 | 1001110 |
Color Harmonies of #A1EBDA
Complementary color
Monochromatic Colors of #A1EBDA
Black with #A1EBDA
Text Example
Text Example
White with #A1EBDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1EBDA; }
p { color: rgb(161,235,218); }
H1.HeaderClassName
{
color: #A1EBDA;
}
.AnyTagClassName
{
color: #A1EBDA;
}
</style>
background-color css
<style>
a { background-color: #A1EBDA; }
a { background-color: rgb(161,235,218); }
div.DivClassName
{
background-color: #A1EBDA;
}
.BgClassName
{
background-color: #A1EBDA;
}
</style>
border-color css
<style>
span { border-color: #A1EBDA; }
span { border-color: rgb(161,235,218); }
td.TdClassName
{
border-color: #A1EBDA;
}
.TagClassName
{
border-color: #A1EBDA;
}
</style>