Shades of Ice Cold #A3E5DD
Tints of Ice Cold #A3E5DD
RGB
CMYK
RGB Variations
Color information
#A3E5DD (or 0xA3E5DD) is known color: Ice Cold. HEX triplet: A3, E5 and DD. RGB value is (163,229,221). Sum of RGB (Red+Green+Blue) = 163+229+221=613 (81% of max value = 765). Red value is 163 (64.06% from 255 or 26.59% from 613); Green value is 229 (89.84% from 255 or 37.36% from 613); Blue value is 221 (86.72% from 255 or 36.05% from 613); Max value from RGB is 229 - color contains mainly: green. Hex color #A3E5DD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A3E5DD is #5C1A22. Grayscale: #D0D0D0. Windows color (decimal): -6036003 or 14542243. OLE color: 14542243.
HSL color Cylindrical-coordinate representation of color #A3E5DD: hue angle of 172.73º 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 #A3E5DD is Cyan = 0.29, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 163 | 229 | 221 | - |
| CMYK | 0.29 | 0 | 0.03 | 0.10 |
| HSL | 172.73º | 0.56% | 0.77% | - |
| HSV(B) | 172.73º | 0.29% | 0.9% | - |
| XYZ | 56.17 | 69.05 | 78.77 | - |
| YUV | 208.35 | 135.13 | 95.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 229 | 221 | 0.29 | 0 | 0.03 | 0.10 | 172.73 | 0.56 | 0.77 |
| Hex | A3 | E5 | DD | 1D | 0 | 3 | A | AD | 38 | 4D |
| Octal | 243 | 345 | 335 | 35 | 0 | 3 | 12 | 255 | 70 | 115 |
| Binary | 10100011 | 11100101 | 11011101 | 11101 | 0 | 11 | 1010 | 10101101 | 111000 | 1001101 |
Color Harmonies of #A3E5DD
Complementary color
Monochromatic Colors of #A3E5DD
Black with #A3E5DD
Text Example
Text Example
White with #A3E5DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3E5DD; }
p { color: rgb(163,229,221); }
H1.HeaderClassName
{
color: #A3E5DD;
}
.AnyTagClassName
{
color: #A3E5DD;
}
</style>
background-color css
<style>
a { background-color: #A3E5DD; }
a { background-color: rgb(163,229,221); }
div.DivClassName
{
background-color: #A3E5DD;
}
.BgClassName
{
background-color: #A3E5DD;
}
</style>
border-color css
<style>
span { border-color: #A3E5DD; }
span { border-color: rgb(163,229,221); }
td.TdClassName
{
border-color: #A3E5DD;
}
.TagClassName
{
border-color: #A3E5DD;
}
</style>