Shades of Ice Cold #A1F0DC
Tints of Ice Cold #A1F0DC
RGB
CMYK
RGB Variations
Color information
#A1F0DC (or 0xA1F0DC) is known color: Ice Cold. HEX triplet: A1, F0 and DC. RGB value is (161,240,220). Sum of RGB (Red+Green+Blue) = 161+240+220=621 (82% of max value = 765). Red value is 161 (63.28% from 255 or 25.93% from 621); Green value is 240 (94.14% from 255 or 38.65% from 621); Blue value is 220 (86.33% from 255 or 35.43% from 621); Max value from RGB is 240 - color contains mainly: green. Hex color #A1F0DC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A1F0DC is #5E0F23. Grayscale: #D6D6D6. Windows color (decimal): -6164260 or 14479521. OLE color: 14479521.
HSL color Cylindrical-coordinate representation of color #A1F0DC: hue angle of 164.81º degrees, saturation: 0.72, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A1F0DC is Cyan = 0.33, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 161 | 240 | 220 | - |
| CMYK | 0.33 | 0 | 0.08 | 0.06 |
| HSL | 164.81º | 0.72% | 0.79% | - |
| HSV(B) | 164.81º | 0.33% | 0.94% | - |
| XYZ | 58.78 | 75.06 | 79.1 | - |
| YUV | 214.1 | 131.33 | 90.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 240 | 220 | 0.33 | 0 | 0.08 | 0.06 | 164.81 | 0.72 | 0.79 |
| Hex | A1 | F0 | DC | 21 | 0 | 8 | 6 | A5 | 48 | 4F |
| Octal | 241 | 360 | 334 | 41 | 0 | 10 | 6 | 245 | 110 | 117 |
| Binary | 10100001 | 11110000 | 11011100 | 100001 | 0 | 1000 | 110 | 10100101 | 1001000 | 1001111 |
Color Harmonies of #A1F0DC
Complementary color
Monochromatic Colors of #A1F0DC
Black with #A1F0DC
Text Example
Text Example
White with #A1F0DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1F0DC; }
p { color: rgb(161,240,220); }
H1.HeaderClassName
{
color: #A1F0DC;
}
.AnyTagClassName
{
color: #A1F0DC;
}
</style>
background-color css
<style>
a { background-color: #A1F0DC; }
a { background-color: rgb(161,240,220); }
div.DivClassName
{
background-color: #A1F0DC;
}
.BgClassName
{
background-color: #A1F0DC;
}
</style>
border-color css
<style>
span { border-color: #A1F0DC; }
span { border-color: rgb(161,240,220); }
td.TdClassName
{
border-color: #A1F0DC;
}
.TagClassName
{
border-color: #A1F0DC;
}
</style>