Shades of Ice Cold #A1E1CB
Tints of Ice Cold #A1E1CB
RGB
CMYK
RGB Variations
Color information
#A1E1CB (or 0xA1E1CB) is known color: Ice Cold. HEX triplet: A1, E1 and CB. RGB value is (161,225,203). Sum of RGB (Red+Green+Blue) = 161+225+203=589 (78% of max value = 765). Red value is 161 (63.28% from 255 or 27.33% from 589); Green value is 225 (88.28% from 255 or 38.20% from 589); Blue value is 203 (79.69% from 255 or 34.47% from 589); Max value from RGB is 225 - color contains mainly: green. Hex color #A1E1CB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1E1CB is #5E1E34. Grayscale: #CBCBCB. Windows color (decimal): -6168117 or 13361569. OLE color: 13361569.
HSL color Cylindrical-coordinate representation of color #A1E1CB: hue angle of 159.38º degrees, saturation: 0.52, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A1E1CB is Cyan = 0.28, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 161 | 225 | 203 | - |
| CMYK | 0.28 | 0 | 0.10 | 0.12 |
| HSL | 159.38º | 0.52% | 0.76% | - |
| HSV(B) | 159.38º | 0.28% | 0.88% | - |
| XYZ | 52.4 | 65.74 | 66.43 | - |
| YUV | 203.36 | 127.8 | 97.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 225 | 203 | 0.28 | 0 | 0.10 | 0.12 | 159.38 | 0.52 | 0.76 |
| Hex | A1 | E1 | CB | 1C | 0 | A | C | 9F | 34 | 4C |
| Octal | 241 | 341 | 313 | 34 | 0 | 12 | 14 | 237 | 64 | 114 |
| Binary | 10100001 | 11100001 | 11001011 | 11100 | 0 | 1010 | 1100 | 10011111 | 110100 | 1001100 |
Color Harmonies of #A1E1CB
Complementary color
Monochromatic Colors of #A1E1CB
Black with #A1E1CB
Text Example
Text Example
White with #A1E1CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1E1CB; }
p { color: rgb(161,225,203); }
H1.HeaderClassName
{
color: #A1E1CB;
}
.AnyTagClassName
{
color: #A1E1CB;
}
</style>
background-color css
<style>
a { background-color: #A1E1CB; }
a { background-color: rgb(161,225,203); }
div.DivClassName
{
background-color: #A1E1CB;
}
.BgClassName
{
background-color: #A1E1CB;
}
</style>
border-color css
<style>
span { border-color: #A1E1CB; }
span { border-color: rgb(161,225,203); }
td.TdClassName
{
border-color: #A1E1CB;
}
.TagClassName
{
border-color: #A1E1CB;
}
</style>