Shades of Ice Cold #A3EED9
Tints of Ice Cold #A3EED9
RGB
CMYK
RGB Variations
Color information
#A3EED9 (or 0xA3EED9) is known color: Ice Cold. HEX triplet: A3, EE and D9. RGB value is (163,238,217). Sum of RGB (Red+Green+Blue) = 163+238+217=618 (81% of max value = 765). Red value is 163 (64.06% from 255 or 26.38% from 618); Green value is 238 (93.36% from 255 or 38.51% from 618); Blue value is 217 (85.16% from 255 or 35.11% from 618); Max value from RGB is 238 - color contains mainly: green. Hex color #A3EED9 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A3EED9 is #5C1126. Grayscale: #D5D5D5. Windows color (decimal): -6033703 or 14282403. OLE color: 14282403.
HSL color Cylindrical-coordinate representation of color #A3EED9: hue angle of 163.2º degrees, saturation: 0.69, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A3EED9 is Cyan = 0.32, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 163 | 238 | 217 | - |
| CMYK | 0.32 | 0 | 0.09 | 0.07 |
| HSL | 163.2º | 0.69% | 0.79% | - |
| HSV(B) | 163.2º | 0.32% | 0.93% | - |
| XYZ | 58.2 | 73.95 | 76.85 | - |
| YUV | 213.18 | 130.15 | 92.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 238 | 217 | 0.32 | 0 | 0.09 | 0.07 | 163.2 | 0.69 | 0.79 |
| Hex | A3 | EE | D9 | 20 | 0 | 9 | 7 | A3 | 45 | 4F |
| Octal | 243 | 356 | 331 | 40 | 0 | 11 | 7 | 243 | 105 | 117 |
| Binary | 10100011 | 11101110 | 11011001 | 100000 | 0 | 1001 | 111 | 10100011 | 1000101 | 1001111 |
Color Harmonies of #A3EED9
Complementary color
Monochromatic Colors of #A3EED9
Black with #A3EED9
Text Example
Text Example
White with #A3EED9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3EED9; }
p { color: rgb(163,238,217); }
H1.HeaderClassName
{
color: #A3EED9;
}
.AnyTagClassName
{
color: #A3EED9;
}
</style>
background-color css
<style>
a { background-color: #A3EED9; }
a { background-color: rgb(163,238,217); }
div.DivClassName
{
background-color: #A3EED9;
}
.BgClassName
{
background-color: #A3EED9;
}
</style>
border-color css
<style>
span { border-color: #A3EED9; }
span { border-color: rgb(163,238,217); }
td.TdClassName
{
border-color: #A3EED9;
}
.TagClassName
{
border-color: #A3EED9;
}
</style>