Shades of Ice Cold #A3E5D4
Tints of Ice Cold #A3E5D4
RGB
CMYK
RGB Variations
Color information
#A3E5D4 (or 0xA3E5D4) is known color: Ice Cold. HEX triplet: A3, E5 and D4. RGB value is (163,229,212). Sum of RGB (Red+Green+Blue) = 163+229+212=604 (80% of max value = 765). Red value is 163 (64.06% from 255 or 26.99% from 604); Green value is 229 (89.84% from 255 or 37.91% from 604); Blue value is 212 (83.20% from 255 or 35.10% from 604); Max value from RGB is 229 - color contains mainly: green. Hex color #A3E5D4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A3E5D4 is #5C1A2B. Grayscale: #CFCFCF. Windows color (decimal): -6036012 or 13952419. OLE color: 13952419.
HSL color Cylindrical-coordinate representation of color #A3E5D4: hue angle of 164.55º degrees, saturation: 0.56, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A3E5D4 is Cyan = 0.29, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 163 | 229 | 212 | - |
| CMYK | 0.29 | 0 | 0.07 | 0.10 |
| HSL | 164.55º | 0.56% | 0.77% | - |
| HSV(B) | 164.55º | 0.29% | 0.9% | - |
| XYZ | 55.01 | 68.58 | 72.63 | - |
| YUV | 207.33 | 130.63 | 96.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 229 | 212 | 0.29 | 0 | 0.07 | 0.10 | 164.55 | 0.56 | 0.77 |
| Hex | A3 | E5 | D4 | 1D | 0 | 7 | A | A5 | 38 | 4D |
| Octal | 243 | 345 | 324 | 35 | 0 | 7 | 12 | 245 | 70 | 115 |
| Binary | 10100011 | 11100101 | 11010100 | 11101 | 0 | 111 | 1010 | 10100101 | 111000 | 1001101 |
Color Harmonies of #A3E5D4
Complementary color
Monochromatic Colors of #A3E5D4
Black with #A3E5D4
Text Example
Text Example
White with #A3E5D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3E5D4; }
p { color: rgb(163,229,212); }
H1.HeaderClassName
{
color: #A3E5D4;
}
.AnyTagClassName
{
color: #A3E5D4;
}
</style>
background-color css
<style>
a { background-color: #A3E5D4; }
a { background-color: rgb(163,229,212); }
div.DivClassName
{
background-color: #A3E5D4;
}
.BgClassName
{
background-color: #A3E5D4;
}
</style>
border-color css
<style>
span { border-color: #A3E5D4; }
span { border-color: rgb(163,229,212); }
td.TdClassName
{
border-color: #A3E5D4;
}
.TagClassName
{
border-color: #A3E5D4;
}
</style>