Shades of Ice Cold #A1F0E0
Tints of Ice Cold #A1F0E0
RGB
CMYK
RGB Variations
Color information
#A1F0E0 (or 0xA1F0E0) is known color: Ice Cold. HEX triplet: A1, F0 and E0. RGB value is (161,240,224). Sum of RGB (Red+Green+Blue) = 161+240+224=625 (82% of max value = 765). Red value is 161 (63.28% from 255 or 25.76% from 625); Green value is 240 (94.14% from 255 or 38.4% from 625); Blue value is 224 (87.89% from 255 or 35.84% from 625); Max value from RGB is 240 - color contains mainly: green. Hex color #A1F0E0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A1F0E0 is #5E0F1F. Grayscale: #D6D6D6. Windows color (decimal): -6164256 or 14741665. OLE color: 14741665.
HSL color Cylindrical-coordinate representation of color #A1F0E0: hue angle of 167.85º 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 #A1F0E0 is Cyan = 0.33, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 161 | 240 | 224 | - |
| CMYK | 0.33 | 0 | 0.07 | 0.06 |
| HSL | 167.85º | 0.72% | 0.79% | - |
| HSV(B) | 167.85º | 0.33% | 0.94% | - |
| XYZ | 59.31 | 75.28 | 81.93 | - |
| YUV | 214.56 | 133.33 | 89.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 240 | 224 | 0.33 | 0 | 0.07 | 0.06 | 167.85 | 0.72 | 0.79 |
| Hex | A1 | F0 | E0 | 21 | 0 | 7 | 6 | A8 | 48 | 4F |
| Octal | 241 | 360 | 340 | 41 | 0 | 7 | 6 | 250 | 110 | 117 |
| Binary | 10100001 | 11110000 | 11100000 | 100001 | 0 | 111 | 110 | 10101000 | 1001000 | 1001111 |
Color Harmonies of #A1F0E0
Complementary color
Monochromatic Colors of #A1F0E0
Black with #A1F0E0
Text Example
Text Example
White with #A1F0E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1F0E0; }
p { color: rgb(161,240,224); }
H1.HeaderClassName
{
color: #A1F0E0;
}
.AnyTagClassName
{
color: #A1F0E0;
}
</style>
background-color css
<style>
a { background-color: #A1F0E0; }
a { background-color: rgb(161,240,224); }
div.DivClassName
{
background-color: #A1F0E0;
}
.BgClassName
{
background-color: #A1F0E0;
}
</style>
border-color css
<style>
span { border-color: #A1F0E0; }
span { border-color: rgb(161,240,224); }
td.TdClassName
{
border-color: #A1F0E0;
}
.TagClassName
{
border-color: #A1F0E0;
}
</style>