Shades of Ice Cold #A3E9D9
Tints of Ice Cold #A3E9D9
RGB
CMYK
RGB Variations
Color information
#A3E9D9 (or 0xA3E9D9) is known color: Ice Cold. HEX triplet: A3, E9 and D9. RGB value is (163,233,217). Sum of RGB (Red+Green+Blue) = 163+233+217=613 (81% of max value = 765). Red value is 163 (64.06% from 255 or 26.59% from 613); Green value is 233 (91.41% from 255 or 38.01% from 613); Blue value is 217 (85.16% from 255 or 35.40% from 613); Max value from RGB is 233 - color contains mainly: green. Hex color #A3E9D9 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A3E9D9 is #5C1626. Grayscale: #D2D2D2. Windows color (decimal): -6034983 or 14281123. OLE color: 14281123.
HSL color Cylindrical-coordinate representation of color #A3E9D9: hue angle of 166.29º degrees, saturation: 0.61, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A3E9D9 is Cyan = 0.30, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 163 | 233 | 217 | - |
| CMYK | 0.30 | 0 | 0.07 | 0.09 |
| HSL | 166.29º | 0.61% | 0.78% | - |
| HSV(B) | 166.29º | 0.3% | 0.91% | - |
| XYZ | 56.77 | 71.07 | 76.37 | - |
| YUV | 210.25 | 131.81 | 94.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 233 | 217 | 0.30 | 0 | 0.07 | 0.09 | 166.29 | 0.61 | 0.78 |
| Hex | A3 | E9 | D9 | 1E | 0 | 7 | 9 | A6 | 3D | 4E |
| Octal | 243 | 351 | 331 | 36 | 0 | 7 | 11 | 246 | 75 | 116 |
| Binary | 10100011 | 11101001 | 11011001 | 11110 | 0 | 111 | 1001 | 10100110 | 111101 | 1001110 |
Color Harmonies of #A3E9D9
Complementary color
Monochromatic Colors of #A3E9D9
Black with #A3E9D9
Text Example
Text Example
White with #A3E9D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3E9D9; }
p { color: rgb(163,233,217); }
H1.HeaderClassName
{
color: #A3E9D9;
}
.AnyTagClassName
{
color: #A3E9D9;
}
</style>
background-color css
<style>
a { background-color: #A3E9D9; }
a { background-color: rgb(163,233,217); }
div.DivClassName
{
background-color: #A3E9D9;
}
.BgClassName
{
background-color: #A3E9D9;
}
</style>
border-color css
<style>
span { border-color: #A3E9D9; }
span { border-color: rgb(163,233,217); }
td.TdClassName
{
border-color: #A3E9D9;
}
.TagClassName
{
border-color: #A3E9D9;
}
</style>