Shades of Ice Cold #A3E1D1
Tints of Ice Cold #A3E1D1
RGB
CMYK
RGB Variations
Color information
#A3E1D1 (or 0xA3E1D1) is known color: Ice Cold. HEX triplet: A3, E1 and D1. RGB value is (163,225,209). Sum of RGB (Red+Green+Blue) = 163+225+209=597 (79% of max value = 765). Red value is 163 (64.06% from 255 or 27.30% from 597); Green value is 225 (88.28% from 255 or 37.69% from 597); Blue value is 209 (82.03% from 255 or 35.01% from 597); Max value from RGB is 225 - color contains mainly: green. Hex color #A3E1D1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A3E1D1 is #5C1E2E. Grayscale: #CCCCCC. Windows color (decimal): -6037039 or 13754787. OLE color: 13754787.
HSL color Cylindrical-coordinate representation of color #A3E1D1: hue angle of 164.52º degrees, saturation: 0.51, 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 #A3E1D1 is Cyan = 0.28, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 163 | 225 | 209 | - |
| CMYK | 0.28 | 0 | 0.07 | 0.12 |
| HSL | 164.52º | 0.51% | 0.76% | - |
| HSV(B) | 164.52º | 0.28% | 0.88% | - |
| XYZ | 53.54 | 66.24 | 70.29 | - |
| YUV | 204.64 | 130.46 | 98.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 225 | 209 | 0.28 | 0 | 0.07 | 0.12 | 164.52 | 0.51 | 0.76 |
| Hex | A3 | E1 | D1 | 1C | 0 | 7 | C | A5 | 33 | 4C |
| Octal | 243 | 341 | 321 | 34 | 0 | 7 | 14 | 245 | 63 | 114 |
| Binary | 10100011 | 11100001 | 11010001 | 11100 | 0 | 111 | 1100 | 10100101 | 110011 | 1001100 |
Color Harmonies of #A3E1D1
Complementary color
Monochromatic Colors of #A3E1D1
Black with #A3E1D1
Text Example
Text Example
White with #A3E1D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3E1D1; }
p { color: rgb(163,225,209); }
H1.HeaderClassName
{
color: #A3E1D1;
}
.AnyTagClassName
{
color: #A3E1D1;
}
</style>
background-color css
<style>
a { background-color: #A3E1D1; }
a { background-color: rgb(163,225,209); }
div.DivClassName
{
background-color: #A3E1D1;
}
.BgClassName
{
background-color: #A3E1D1;
}
</style>
border-color css
<style>
span { border-color: #A3E1D1; }
span { border-color: rgb(163,225,209); }
td.TdClassName
{
border-color: #A3E1D1;
}
.TagClassName
{
border-color: #A3E1D1;
}
</style>