Shades of Ice Cold #A1EEDD
Tints of Ice Cold #A1EEDD
RGB
CMYK
RGB Variations
Color information
#A1EEDD (or 0xA1EEDD) is known color: Ice Cold. HEX triplet: A1, EE and DD. RGB value is (161,238,221). Sum of RGB (Red+Green+Blue) = 161+238+221=620 (82% of max value = 765). Red value is 161 (63.28% from 255 or 25.97% from 620); Green value is 238 (93.36% from 255 or 38.39% from 620); Blue value is 221 (86.72% from 255 or 35.65% from 620); Max value from RGB is 238 - color contains mainly: green. Hex color #A1EEDD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A1EEDD is #5E1122. Grayscale: #D5D5D5. Windows color (decimal): -6164771 or 14544545. OLE color: 14544545.
HSL color Cylindrical-coordinate representation of color #A1EEDD: hue angle of 166.75º degrees, saturation: 0.69, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A1EEDD is Cyan = 0.32, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 161 | 238 | 221 | - |
| CMYK | 0.32 | 0 | 0.07 | 0.07 |
| HSL | 166.75º | 0.69% | 0.78% | - |
| HSV(B) | 166.75º | 0.32% | 0.93% | - |
| XYZ | 58.32 | 73.95 | 79.61 | - |
| YUV | 213.04 | 132.49 | 90.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 238 | 221 | 0.32 | 0 | 0.07 | 0.07 | 166.75 | 0.69 | 0.78 |
| Hex | A1 | EE | DD | 20 | 0 | 7 | 7 | A7 | 45 | 4E |
| Octal | 241 | 356 | 335 | 40 | 0 | 7 | 7 | 247 | 105 | 116 |
| Binary | 10100001 | 11101110 | 11011101 | 100000 | 0 | 111 | 111 | 10100111 | 1000101 | 1001110 |
Color Harmonies of #A1EEDD
Complementary color
Monochromatic Colors of #A1EEDD
Black with #A1EEDD
Text Example
Text Example
White with #A1EEDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1EEDD; }
p { color: rgb(161,238,221); }
H1.HeaderClassName
{
color: #A1EEDD;
}
.AnyTagClassName
{
color: #A1EEDD;
}
</style>
background-color css
<style>
a { background-color: #A1EEDD; }
a { background-color: rgb(161,238,221); }
div.DivClassName
{
background-color: #A1EEDD;
}
.BgClassName
{
background-color: #A1EEDD;
}
</style>
border-color css
<style>
span { border-color: #A1EEDD; }
span { border-color: rgb(161,238,221); }
td.TdClassName
{
border-color: #A1EEDD;
}
.TagClassName
{
border-color: #A1EEDD;
}
</style>