Shades of Ice Cold #A3E7D3
Tints of Ice Cold #A3E7D3
RGB
CMYK
RGB Variations
Color information
#A3E7D3 (or 0xA3E7D3) is known color: Ice Cold. HEX triplet: A3, E7 and D3. RGB value is (163,231,211). Sum of RGB (Red+Green+Blue) = 163+231+211=605 (80% of max value = 765). Red value is 163 (64.06% from 255 or 26.94% from 605); Green value is 231 (90.62% from 255 or 38.18% from 605); Blue value is 211 (82.81% from 255 or 34.88% from 605); Max value from RGB is 231 - color contains mainly: green. Hex color #A3E7D3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A3E7D3 is #5C182C. Grayscale: #D0D0D0. Windows color (decimal): -6035501 or 13887395. OLE color: 13887395.
HSL color Cylindrical-coordinate representation of color #A3E7D3: hue angle of 162.35º degrees, saturation: 0.59, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A3E7D3 is Cyan = 0.29, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 163 | 231 | 211 | - |
| CMYK | 0.29 | 0 | 0.09 | 0.09 |
| HSL | 162.35º | 0.59% | 0.77% | - |
| HSV(B) | 162.35º | 0.29% | 0.91% | - |
| XYZ | 55.44 | 69.64 | 72.15 | - |
| YUV | 208.39 | 129.47 | 95.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 231 | 211 | 0.29 | 0 | 0.09 | 0.09 | 162.35 | 0.59 | 0.77 |
| Hex | A3 | E7 | D3 | 1D | 0 | 9 | 9 | A2 | 3B | 4D |
| Octal | 243 | 347 | 323 | 35 | 0 | 11 | 11 | 242 | 73 | 115 |
| Binary | 10100011 | 11100111 | 11010011 | 11101 | 0 | 1001 | 1001 | 10100010 | 111011 | 1001101 |
Color Harmonies of #A3E7D3
Complementary color
Monochromatic Colors of #A3E7D3
Black with #A3E7D3
Text Example
Text Example
White with #A3E7D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3E7D3; }
p { color: rgb(163,231,211); }
H1.HeaderClassName
{
color: #A3E7D3;
}
.AnyTagClassName
{
color: #A3E7D3;
}
</style>
background-color css
<style>
a { background-color: #A3E7D3; }
a { background-color: rgb(163,231,211); }
div.DivClassName
{
background-color: #A3E7D3;
}
.BgClassName
{
background-color: #A3E7D3;
}
</style>
border-color css
<style>
span { border-color: #A3E7D3; }
span { border-color: rgb(163,231,211); }
td.TdClassName
{
border-color: #A3E7D3;
}
.TagClassName
{
border-color: #A3E7D3;
}
</style>