Shades of Ice Cold #A3E9D7
Tints of Ice Cold #A3E9D7
RGB
CMYK
RGB Variations
Color information
#A3E9D7 (or 0xA3E9D7) is known color: Ice Cold. HEX triplet: A3, E9 and D7. RGB value is (163,233,215). Sum of RGB (Red+Green+Blue) = 163+233+215=611 (80% of max value = 765). Red value is 163 (64.06% from 255 or 26.68% from 611); Green value is 233 (91.41% from 255 or 38.13% from 611); Blue value is 215 (84.38% from 255 or 35.19% from 611); Max value from RGB is 233 - color contains mainly: green. Hex color #A3E9D7 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A3E9D7 is #5C1628. Grayscale: #D2D2D2. Windows color (decimal): -6034985 or 14150051. OLE color: 14150051.
HSL color Cylindrical-coordinate representation of color #A3E9D7: hue angle of 164.57º 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 #A3E9D7 is Cyan = 0.30, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 163 | 233 | 215 | - |
| CMYK | 0.30 | 0 | 0.08 | 0.09 |
| HSL | 164.57º | 0.61% | 0.78% | - |
| HSV(B) | 164.57º | 0.3% | 0.91% | - |
| XYZ | 56.51 | 70.97 | 75.01 | - |
| YUV | 210.02 | 130.81 | 94.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 233 | 215 | 0.30 | 0 | 0.08 | 0.09 | 164.57 | 0.61 | 0.78 |
| Hex | A3 | E9 | D7 | 1E | 0 | 8 | 9 | A5 | 3D | 4E |
| Octal | 243 | 351 | 327 | 36 | 0 | 10 | 11 | 245 | 75 | 116 |
| Binary | 10100011 | 11101001 | 11010111 | 11110 | 0 | 1000 | 1001 | 10100101 | 111101 | 1001110 |
Color Harmonies of #A3E9D7
Complementary color
Monochromatic Colors of #A3E9D7
Black with #A3E9D7
Text Example
Text Example
White with #A3E9D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3E9D7; }
p { color: rgb(163,233,215); }
H1.HeaderClassName
{
color: #A3E9D7;
}
.AnyTagClassName
{
color: #A3E9D7;
}
</style>
background-color css
<style>
a { background-color: #A3E9D7; }
a { background-color: rgb(163,233,215); }
div.DivClassName
{
background-color: #A3E9D7;
}
.BgClassName
{
background-color: #A3E9D7;
}
</style>
border-color css
<style>
span { border-color: #A3E9D7; }
span { border-color: rgb(163,233,215); }
td.TdClassName
{
border-color: #A3E9D7;
}
.TagClassName
{
border-color: #A3E9D7;
}
</style>