Shades of Ice Cold #A3E4D6
Tints of Ice Cold #A3E4D6
RGB
CMYK
RGB Variations
Color information
#A3E4D6 (or 0xA3E4D6) is known color: Ice Cold. HEX triplet: A3, E4 and D6. RGB value is (163,228,214). Sum of RGB (Red+Green+Blue) = 163+228+214=605 (80% of max value = 765). Red value is 163 (64.06% from 255 or 26.94% from 605); Green value is 228 (89.45% from 255 or 37.69% from 605); Blue value is 214 (83.98% from 255 or 35.37% from 605); Max value from RGB is 228 - color contains mainly: green. Hex color #A3E4D6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A3E4D6 is #5C1B29. Grayscale: #CECECE. Windows color (decimal): -6036266 or 14083235. OLE color: 14083235.
HSL color Cylindrical-coordinate representation of color #A3E4D6: hue angle of 167.08º degrees, saturation: 0.55, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A3E4D6 is Cyan = 0.29, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 163 | 228 | 214 | - |
| CMYK | 0.29 | 0 | 0.06 | 0.11 |
| HSL | 167.08º | 0.55% | 0.77% | - |
| HSV(B) | 167.08º | 0.29% | 0.89% | - |
| XYZ | 54.99 | 68.13 | 73.87 | - |
| YUV | 206.97 | 131.97 | 96.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 228 | 214 | 0.29 | 0 | 0.06 | 0.11 | 167.08 | 0.55 | 0.77 |
| Hex | A3 | E4 | D6 | 1D | 0 | 6 | B | A7 | 37 | 4D |
| Octal | 243 | 344 | 326 | 35 | 0 | 6 | 13 | 247 | 67 | 115 |
| Binary | 10100011 | 11100100 | 11010110 | 11101 | 0 | 110 | 1011 | 10100111 | 110111 | 1001101 |
Color Harmonies of #A3E4D6
Complementary color
Monochromatic Colors of #A3E4D6
Black with #A3E4D6
Text Example
Text Example
White with #A3E4D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3E4D6; }
p { color: rgb(163,228,214); }
H1.HeaderClassName
{
color: #A3E4D6;
}
.AnyTagClassName
{
color: #A3E4D6;
}
</style>
background-color css
<style>
a { background-color: #A3E4D6; }
a { background-color: rgb(163,228,214); }
div.DivClassName
{
background-color: #A3E4D6;
}
.BgClassName
{
background-color: #A3E4D6;
}
</style>
border-color css
<style>
span { border-color: #A3E4D6; }
span { border-color: rgb(163,228,214); }
td.TdClassName
{
border-color: #A3E4D6;
}
.TagClassName
{
border-color: #A3E4D6;
}
</style>