Shades of Ice Cold #A3EADD
Tints of Ice Cold #A3EADD
RGB
CMYK
RGB Variations
Color information
#A3EADD (or 0xA3EADD) is known color: Ice Cold. HEX triplet: A3, EA and DD. RGB value is (163,234,221). Sum of RGB (Red+Green+Blue) = 163+234+221=618 (81% of max value = 765). Red value is 163 (64.06% from 255 or 26.38% from 618); Green value is 234 (91.80% from 255 or 37.86% from 618); Blue value is 221 (86.72% from 255 or 35.76% from 618); Max value from RGB is 234 - color contains mainly: green. Hex color #A3EADD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A3EADD is #5C1522. Grayscale: #D3D3D3. Windows color (decimal): -6034723 or 14543523. OLE color: 14543523.
HSL color Cylindrical-coordinate representation of color #A3EADD: hue angle of 169.01º degrees, saturation: 0.63, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A3EADD is Cyan = 0.30, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 163 | 234 | 221 | - |
| CMYK | 0.30 | 0 | 0.06 | 0.08 |
| HSL | 169.01º | 0.63% | 0.78% | - |
| HSV(B) | 169.01º | 0.3% | 0.92% | - |
| XYZ | 57.58 | 71.85 | 79.24 | - |
| YUV | 211.29 | 133.48 | 93.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 234 | 221 | 0.30 | 0 | 0.06 | 0.08 | 169.01 | 0.63 | 0.78 |
| Hex | A3 | EA | DD | 1E | 0 | 6 | 8 | A9 | 3F | 4E |
| Octal | 243 | 352 | 335 | 36 | 0 | 6 | 10 | 251 | 77 | 116 |
| Binary | 10100011 | 11101010 | 11011101 | 11110 | 0 | 110 | 1000 | 10101001 | 111111 | 1001110 |
Color Harmonies of #A3EADD
Complementary color
Monochromatic Colors of #A3EADD
Black with #A3EADD
Text Example
Text Example
White with #A3EADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3EADD; }
p { color: rgb(163,234,221); }
H1.HeaderClassName
{
color: #A3EADD;
}
.AnyTagClassName
{
color: #A3EADD;
}
</style>
background-color css
<style>
a { background-color: #A3EADD; }
a { background-color: rgb(163,234,221); }
div.DivClassName
{
background-color: #A3EADD;
}
.BgClassName
{
background-color: #A3EADD;
}
</style>
border-color css
<style>
span { border-color: #A3EADD; }
span { border-color: rgb(163,234,221); }
td.TdClassName
{
border-color: #A3EADD;
}
.TagClassName
{
border-color: #A3EADD;
}
</style>