Shades of Ice Cold #A1E0CB
Tints of Ice Cold #A1E0CB
RGB
CMYK
RGB Variations
Color information
#A1E0CB (or 0xA1E0CB) is known color: Ice Cold. HEX triplet: A1, E0 and CB. RGB value is (161,224,203). Sum of RGB (Red+Green+Blue) = 161+224+203=588 (77% of max value = 765). Red value is 161 (63.28% from 255 or 27.38% from 588); Green value is 224 (87.89% from 255 or 38.10% from 588); Blue value is 203 (79.69% from 255 or 34.52% from 588); Max value from RGB is 224 - color contains mainly: green. Hex color #A1E0CB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1E0CB is #5E1F34. Grayscale: #CACACA. Windows color (decimal): -6168373 or 13361313. OLE color: 13361313.
HSL color Cylindrical-coordinate representation of color #A1E0CB: hue angle of 160º degrees, saturation: 0.5, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A1E0CB is Cyan = 0.28, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 161 | 224 | 203 | - |
| CMYK | 0.28 | 0 | 0.09 | 0.12 |
| HSL | 160º | 0.5% | 0.75% | - |
| HSV(B) | 160º | 0.28% | 0.88% | - |
| XYZ | 52.13 | 65.2 | 66.34 | - |
| YUV | 202.77 | 128.13 | 98.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 224 | 203 | 0.28 | 0 | 0.09 | 0.12 | 160 | 0.5 | 0.75 |
| Hex | A1 | E0 | CB | 1C | 0 | 9 | C | A0 | 32 | 4B |
| Octal | 241 | 340 | 313 | 34 | 0 | 11 | 14 | 240 | 62 | 113 |
| Binary | 10100001 | 11100000 | 11001011 | 11100 | 0 | 1001 | 1100 | 10100000 | 110010 | 1001011 |
Color Harmonies of #A1E0CB
Complementary color
Monochromatic Colors of #A1E0CB
Black with #A1E0CB
Text Example
Text Example
White with #A1E0CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1E0CB; }
p { color: rgb(161,224,203); }
H1.HeaderClassName
{
color: #A1E0CB;
}
.AnyTagClassName
{
color: #A1E0CB;
}
</style>
background-color css
<style>
a { background-color: #A1E0CB; }
a { background-color: rgb(161,224,203); }
div.DivClassName
{
background-color: #A1E0CB;
}
.BgClassName
{
background-color: #A1E0CB;
}
</style>
border-color css
<style>
span { border-color: #A1E0CB; }
span { border-color: rgb(161,224,203); }
td.TdClassName
{
border-color: #A1E0CB;
}
.TagClassName
{
border-color: #A1E0CB;
}
</style>