Shades of Ice Cold #A1EADF
Tints of Ice Cold #A1EADF
RGB
CMYK
RGB Variations
Color information
#A1EADF (or 0xA1EADF) is known color: Ice Cold. HEX triplet: A1, EA and DF. RGB value is (161,234,223). Sum of RGB (Red+Green+Blue) = 161+234+223=618 (81% of max value = 765). Red value is 161 (63.28% from 255 or 26.05% from 618); Green value is 234 (91.80% from 255 or 37.86% from 618); Blue value is 223 (87.5% from 255 or 36.08% from 618); Max value from RGB is 234 - color contains mainly: green. Hex color #A1EADF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A1EADF is #5E1520. Grayscale: #D2D2D2. Windows color (decimal): -6165793 or 14674593. OLE color: 14674593.
HSL color Cylindrical-coordinate representation of color #A1EADF: hue angle of 170.96º 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 #A1EADF is Cyan = 0.31, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 161 | 234 | 223 | - |
| CMYK | 0.31 | 0 | 0.05 | 0.08 |
| HSL | 170.96º | 0.63% | 0.77% | - |
| HSV(B) | 170.96º | 0.31% | 0.92% | - |
| XYZ | 57.44 | 71.75 | 80.63 | - |
| YUV | 210.92 | 134.82 | 92.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 234 | 223 | 0.31 | 0 | 0.05 | 0.08 | 170.96 | 0.63 | 0.77 |
| Hex | A1 | EA | DF | 1F | 0 | 5 | 8 | AB | 3F | 4D |
| Octal | 241 | 352 | 337 | 37 | 0 | 5 | 10 | 253 | 77 | 115 |
| Binary | 10100001 | 11101010 | 11011111 | 11111 | 0 | 101 | 1000 | 10101011 | 111111 | 1001101 |
Color Harmonies of #A1EADF
Complementary color
Monochromatic Colors of #A1EADF
Black with #A1EADF
Text Example
Text Example
White with #A1EADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1EADF; }
p { color: rgb(161,234,223); }
H1.HeaderClassName
{
color: #A1EADF;
}
.AnyTagClassName
{
color: #A1EADF;
}
</style>
background-color css
<style>
a { background-color: #A1EADF; }
a { background-color: rgb(161,234,223); }
div.DivClassName
{
background-color: #A1EADF;
}
.BgClassName
{
background-color: #A1EADF;
}
</style>
border-color css
<style>
span { border-color: #A1EADF; }
span { border-color: rgb(161,234,223); }
td.TdClassName
{
border-color: #A1EADF;
}
.TagClassName
{
border-color: #A1EADF;
}
</style>