Shades of Ice Cold #A1EADC
Tints of Ice Cold #A1EADC
RGB
CMYK
RGB Variations
Color information
#A1EADC (or 0xA1EADC) is known color: Ice Cold. HEX triplet: A1, EA and DC. RGB value is (161,234,220). Sum of RGB (Red+Green+Blue) = 161+234+220=615 (81% of max value = 765). Red value is 161 (63.28% from 255 or 26.18% from 615); Green value is 234 (91.80% from 255 or 38.05% from 615); Blue value is 220 (86.33% from 255 or 35.77% from 615); Max value from RGB is 234 - color contains mainly: green. Hex color #A1EADC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A1EADC is #5E1523. Grayscale: #D2D2D2. Windows color (decimal): -6165796 or 14477985. OLE color: 14477985.
HSL color Cylindrical-coordinate representation of color #A1EADC: hue angle of 168.49º degrees, saturation: 0.63, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A1EADC is Cyan = 0.31, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 161 | 234 | 220 | - |
| CMYK | 0.31 | 0 | 0.06 | 0.08 |
| HSL | 168.49º | 0.63% | 0.77% | - |
| HSV(B) | 168.49º | 0.31% | 0.92% | - |
| XYZ | 57.04 | 71.59 | 78.52 | - |
| YUV | 210.58 | 133.32 | 92.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 234 | 220 | 0.31 | 0 | 0.06 | 0.08 | 168.49 | 0.63 | 0.77 |
| Hex | A1 | EA | DC | 1F | 0 | 6 | 8 | A8 | 3F | 4D |
| Octal | 241 | 352 | 334 | 37 | 0 | 6 | 10 | 250 | 77 | 115 |
| Binary | 10100001 | 11101010 | 11011100 | 11111 | 0 | 110 | 1000 | 10101000 | 111111 | 1001101 |
Color Harmonies of #A1EADC
Complementary color
Monochromatic Colors of #A1EADC
Black with #A1EADC
Text Example
Text Example
White with #A1EADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1EADC; }
p { color: rgb(161,234,220); }
H1.HeaderClassName
{
color: #A1EADC;
}
.AnyTagClassName
{
color: #A1EADC;
}
</style>
background-color css
<style>
a { background-color: #A1EADC; }
a { background-color: rgb(161,234,220); }
div.DivClassName
{
background-color: #A1EADC;
}
.BgClassName
{
background-color: #A1EADC;
}
</style>
border-color css
<style>
span { border-color: #A1EADC; }
span { border-color: rgb(161,234,220); }
td.TdClassName
{
border-color: #A1EADC;
}
.TagClassName
{
border-color: #A1EADC;
}
</style>