Shades of Ice Cold #A3E9D4
Tints of Ice Cold #A3E9D4
RGB
CMYK
RGB Variations
Color information
#A3E9D4 (or 0xA3E9D4) is known color: Ice Cold. HEX triplet: A3, E9 and D4. RGB value is (163,233,212). Sum of RGB (Red+Green+Blue) = 163+233+212=608 (80% of max value = 765). Red value is 163 (64.06% from 255 or 26.81% from 608); Green value is 233 (91.41% from 255 or 38.32% from 608); Blue value is 212 (83.20% from 255 or 34.87% from 608); Max value from RGB is 233 - color contains mainly: green. Hex color #A3E9D4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A3E9D4 is #5C162B. Grayscale: #D1D1D1. Windows color (decimal): -6034988 or 13953443. OLE color: 13953443.
HSL color Cylindrical-coordinate representation of color #A3E9D4: hue angle of 162º 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 #A3E9D4 is Cyan = 0.30, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 163 | 233 | 212 | - |
| CMYK | 0.30 | 0 | 0.09 | 0.09 |
| HSL | 162º | 0.61% | 0.78% | - |
| HSV(B) | 162º | 0.3% | 0.91% | - |
| XYZ | 56.13 | 70.82 | 73 | - |
| YUV | 209.68 | 129.31 | 94.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 233 | 212 | 0.30 | 0 | 0.09 | 0.09 | 162 | 0.61 | 0.78 |
| Hex | A3 | E9 | D4 | 1E | 0 | 9 | 9 | A2 | 3D | 4E |
| Octal | 243 | 351 | 324 | 36 | 0 | 11 | 11 | 242 | 75 | 116 |
| Binary | 10100011 | 11101001 | 11010100 | 11110 | 0 | 1001 | 1001 | 10100010 | 111101 | 1001110 |
Color Harmonies of #A3E9D4
Complementary color
Monochromatic Colors of #A3E9D4
Black with #A3E9D4
Text Example
Text Example
White with #A3E9D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3E9D4; }
p { color: rgb(163,233,212); }
H1.HeaderClassName
{
color: #A3E9D4;
}
.AnyTagClassName
{
color: #A3E9D4;
}
</style>
background-color css
<style>
a { background-color: #A3E9D4; }
a { background-color: rgb(163,233,212); }
div.DivClassName
{
background-color: #A3E9D4;
}
.BgClassName
{
background-color: #A3E9D4;
}
</style>
border-color css
<style>
span { border-color: #A3E9D4; }
span { border-color: rgb(163,233,212); }
td.TdClassName
{
border-color: #A3E9D4;
}
.TagClassName
{
border-color: #A3E9D4;
}
</style>