Shades of Ice Cold #A8ECD9
Tints of Ice Cold #A8ECD9
RGB
CMYK
RGB Variations
Color information
#A8ECD9 (or 0xA8ECD9) is known color: Ice Cold. HEX triplet: A8, EC and D9. RGB value is (168,236,217). Sum of RGB (Red+Green+Blue) = 168+236+217=621 (82% of max value = 765). Red value is 168 (66.02% from 255 or 27.05% from 621); Green value is 236 (92.58% from 255 or 38.00% from 621); Blue value is 217 (85.16% from 255 or 34.94% from 621); Max value from RGB is 236 - color contains mainly: green. Hex color #A8ECD9 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A8ECD9 is #571326. Grayscale: #D5D5D5. Windows color (decimal): -5706535 or 14281896. OLE color: 14281896.
HSL color Cylindrical-coordinate representation of color #A8ECD9: hue angle of 163.24º degrees, saturation: 0.64, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A8ECD9 is Cyan = 0.29, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 168 | 236 | 217 | - |
| CMYK | 0.29 | 0 | 0.08 | 0.07 |
| HSL | 163.24º | 0.64% | 0.79% | - |
| HSV(B) | 163.24º | 0.29% | 0.93% | - |
| XYZ | 58.67 | 73.33 | 76.71 | - |
| YUV | 213.5 | 129.97 | 95.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 236 | 217 | 0.29 | 0 | 0.08 | 0.07 | 163.24 | 0.64 | 0.79 |
| Hex | A8 | EC | D9 | 1D | 0 | 8 | 7 | A3 | 40 | 4F |
| Octal | 250 | 354 | 331 | 35 | 0 | 10 | 7 | 243 | 100 | 117 |
| Binary | 10101000 | 11101100 | 11011001 | 11101 | 0 | 1000 | 111 | 10100011 | 1000000 | 1001111 |
Color Harmonies of #A8ECD9
Complementary color
Monochromatic Colors of #A8ECD9
Black with #A8ECD9
Text Example
Text Example
White with #A8ECD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8ECD9; }
p { color: rgb(168,236,217); }
H1.HeaderClassName
{
color: #A8ECD9;
}
.AnyTagClassName
{
color: #A8ECD9;
}
</style>
background-color css
<style>
a { background-color: #A8ECD9; }
a { background-color: rgb(168,236,217); }
div.DivClassName
{
background-color: #A8ECD9;
}
.BgClassName
{
background-color: #A8ECD9;
}
</style>
border-color css
<style>
span { border-color: #A8ECD9; }
span { border-color: rgb(168,236,217); }
td.TdClassName
{
border-color: #A8ECD9;
}
.TagClassName
{
border-color: #A8ECD9;
}
</style>