Shades of Ice Cold #A3E6D5
Tints of Ice Cold #A3E6D5
RGB
CMYK
RGB Variations
Color information
#A3E6D5 (or 0xA3E6D5) is known color: Ice Cold. HEX triplet: A3, E6 and D5. RGB value is (163,230,213). Sum of RGB (Red+Green+Blue) = 163+230+213=606 (80% of max value = 765). Red value is 163 (64.06% from 255 or 26.90% from 606); Green value is 230 (90.23% from 255 or 37.95% from 606); Blue value is 213 (83.59% from 255 or 35.15% from 606); Max value from RGB is 230 - color contains mainly: green. Hex color #A3E6D5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A3E6D5 is #5C192A. Grayscale: #D0D0D0. Windows color (decimal): -6035755 or 14018211. OLE color: 14018211.
HSL color Cylindrical-coordinate representation of color #A3E6D5: hue angle of 164.78º degrees, saturation: 0.57, 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 #A3E6D5 is Cyan = 0.29, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 163 | 230 | 213 | - |
| CMYK | 0.29 | 0 | 0.07 | 0.10 |
| HSL | 164.78º | 0.57% | 0.77% | - |
| HSV(B) | 164.78º | 0.29% | 0.9% | - |
| XYZ | 55.41 | 69.18 | 73.38 | - |
| YUV | 208.03 | 130.8 | 95.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 230 | 213 | 0.29 | 0 | 0.07 | 0.10 | 164.78 | 0.57 | 0.77 |
| Hex | A3 | E6 | D5 | 1D | 0 | 7 | A | A5 | 39 | 4D |
| Octal | 243 | 346 | 325 | 35 | 0 | 7 | 12 | 245 | 71 | 115 |
| Binary | 10100011 | 11100110 | 11010101 | 11101 | 0 | 111 | 1010 | 10100101 | 111001 | 1001101 |
Color Harmonies of #A3E6D5
Complementary color
Monochromatic Colors of #A3E6D5
Black with #A3E6D5
Text Example
Text Example
White with #A3E6D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3E6D5; }
p { color: rgb(163,230,213); }
H1.HeaderClassName
{
color: #A3E6D5;
}
.AnyTagClassName
{
color: #A3E6D5;
}
</style>
background-color css
<style>
a { background-color: #A3E6D5; }
a { background-color: rgb(163,230,213); }
div.DivClassName
{
background-color: #A3E6D5;
}
.BgClassName
{
background-color: #A3E6D5;
}
</style>
border-color css
<style>
span { border-color: #A3E6D5; }
span { border-color: rgb(163,230,213); }
td.TdClassName
{
border-color: #A3E6D5;
}
.TagClassName
{
border-color: #A3E6D5;
}
</style>