Shades of Ice Cold #A3E3DD
Tints of Ice Cold #A3E3DD
RGB
CMYK
RGB Variations
Color information
#A3E3DD (or 0xA3E3DD) is known color: Ice Cold. HEX triplet: A3, E3 and DD. RGB value is (163,227,221). Sum of RGB (Red+Green+Blue) = 163+227+221=611 (80% of max value = 765). Red value is 163 (64.06% from 255 or 26.68% from 611); Green value is 227 (89.06% from 255 or 37.15% from 611); Blue value is 221 (86.72% from 255 or 36.17% from 611); Max value from RGB is 227 - color contains mainly: green. Hex color #A3E3DD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A3E3DD is #5C1C22. Grayscale: #CFCFCF. Windows color (decimal): -6036515 or 14541731. OLE color: 14541731.
HSL color Cylindrical-coordinate representation of color #A3E3DD: hue angle of 174.38º degrees, saturation: 0.53, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A3E3DD is Cyan = 0.28, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 163 | 227 | 221 | - |
| CMYK | 0.28 | 0 | 0.03 | 0.11 |
| HSL | 174.38º | 0.53% | 0.76% | - |
| HSV(B) | 174.38º | 0.28% | 0.89% | - |
| XYZ | 55.62 | 67.95 | 78.59 | - |
| YUV | 207.18 | 135.8 | 96.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 227 | 221 | 0.28 | 0 | 0.03 | 0.11 | 174.38 | 0.53 | 0.76 |
| Hex | A3 | E3 | DD | 1C | 0 | 3 | B | AE | 35 | 4C |
| Octal | 243 | 343 | 335 | 34 | 0 | 3 | 13 | 256 | 65 | 114 |
| Binary | 10100011 | 11100011 | 11011101 | 11100 | 0 | 11 | 1011 | 10101110 | 110101 | 1001100 |
Color Harmonies of #A3E3DD
Complementary color
Monochromatic Colors of #A3E3DD
Black with #A3E3DD
Text Example
Text Example
White with #A3E3DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3E3DD; }
p { color: rgb(163,227,221); }
H1.HeaderClassName
{
color: #A3E3DD;
}
.AnyTagClassName
{
color: #A3E3DD;
}
</style>
background-color css
<style>
a { background-color: #A3E3DD; }
a { background-color: rgb(163,227,221); }
div.DivClassName
{
background-color: #A3E3DD;
}
.BgClassName
{
background-color: #A3E3DD;
}
</style>
border-color css
<style>
span { border-color: #A3E3DD; }
span { border-color: rgb(163,227,221); }
td.TdClassName
{
border-color: #A3E3DD;
}
.TagClassName
{
border-color: #A3E3DD;
}
</style>