Shades of Ice Cold #A1EADE
Tints of Ice Cold #A1EADE
RGB
CMYK
RGB Variations
Color information
#A1EADE (or 0xA1EADE) is known color: Ice Cold. HEX triplet: A1, EA and DE. RGB value is (161,234,222). Sum of RGB (Red+Green+Blue) = 161+234+222=617 (81% of max value = 765). Red value is 161 (63.28% from 255 or 26.09% from 617); Green value is 234 (91.80% from 255 or 37.93% from 617); Blue value is 222 (87.11% from 255 or 35.98% from 617); Max value from RGB is 234 - color contains mainly: green. Hex color #A1EADE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A1EADE is #5E1521. Grayscale: #D2D2D2. Windows color (decimal): -6165794 or 14609057. OLE color: 14609057.
HSL color Cylindrical-coordinate representation of color #A1EADE: hue angle of 170.14º 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 #A1EADE is Cyan = 0.31, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 161 | 234 | 222 | - |
| CMYK | 0.31 | 0 | 0.05 | 0.08 |
| HSL | 170.14º | 0.63% | 0.77% | - |
| HSV(B) | 170.14º | 0.31% | 0.92% | - |
| XYZ | 57.31 | 71.7 | 79.93 | - |
| YUV | 210.81 | 134.32 | 92.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 234 | 222 | 0.31 | 0 | 0.05 | 0.08 | 170.14 | 0.63 | 0.77 |
| Hex | A1 | EA | DE | 1F | 0 | 5 | 8 | AA | 3F | 4D |
| Octal | 241 | 352 | 336 | 37 | 0 | 5 | 10 | 252 | 77 | 115 |
| Binary | 10100001 | 11101010 | 11011110 | 11111 | 0 | 101 | 1000 | 10101010 | 111111 | 1001101 |
Color Harmonies of #A1EADE
Complementary color
Monochromatic Colors of #A1EADE
Black with #A1EADE
Text Example
Text Example
White with #A1EADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1EADE; }
p { color: rgb(161,234,222); }
H1.HeaderClassName
{
color: #A1EADE;
}
.AnyTagClassName
{
color: #A1EADE;
}
</style>
background-color css
<style>
a { background-color: #A1EADE; }
a { background-color: rgb(161,234,222); }
div.DivClassName
{
background-color: #A1EADE;
}
.BgClassName
{
background-color: #A1EADE;
}
</style>
border-color css
<style>
span { border-color: #A1EADE; }
span { border-color: rgb(161,234,222); }
td.TdClassName
{
border-color: #A1EADE;
}
.TagClassName
{
border-color: #A1EADE;
}
</style>