Shades of Ice Cold #A8ECDD
Tints of Ice Cold #A8ECDD
RGB
CMYK
RGB Variations
Color information
#A8ECDD (or 0xA8ECDD) is known color: Ice Cold. HEX triplet: A8, EC and DD. RGB value is (168,236,221). Sum of RGB (Red+Green+Blue) = 168+236+221=625 (82% of max value = 765). Red value is 168 (66.02% from 255 or 26.88% from 625); Green value is 236 (92.58% from 255 or 37.76% from 625); Blue value is 221 (86.72% from 255 or 35.36% from 625); Max value from RGB is 236 - color contains mainly: green. Hex color #A8ECDD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A8ECDD is #571322. Grayscale: #D5D5D5. Windows color (decimal): -5706531 or 14544040. OLE color: 14544040.
HSL color Cylindrical-coordinate representation of color #A8ECDD: hue angle of 166.76º 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 #A8ECDD is Cyan = 0.29, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 168 | 236 | 221 | - |
| CMYK | 0.29 | 0 | 0.06 | 0.07 |
| HSL | 166.76º | 0.64% | 0.79% | - |
| HSV(B) | 166.76º | 0.29% | 0.93% | - |
| XYZ | 59.2 | 73.54 | 79.48 | - |
| YUV | 213.96 | 131.97 | 95.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 236 | 221 | 0.29 | 0 | 0.06 | 0.07 | 166.76 | 0.64 | 0.79 |
| Hex | A8 | EC | DD | 1D | 0 | 6 | 7 | A7 | 40 | 4F |
| Octal | 250 | 354 | 335 | 35 | 0 | 6 | 7 | 247 | 100 | 117 |
| Binary | 10101000 | 11101100 | 11011101 | 11101 | 0 | 110 | 111 | 10100111 | 1000000 | 1001111 |
Color Harmonies of #A8ECDD
Complementary color
Monochromatic Colors of #A8ECDD
Black with #A8ECDD
Text Example
Text Example
White with #A8ECDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8ECDD; }
p { color: rgb(168,236,221); }
H1.HeaderClassName
{
color: #A8ECDD;
}
.AnyTagClassName
{
color: #A8ECDD;
}
</style>
background-color css
<style>
a { background-color: #A8ECDD; }
a { background-color: rgb(168,236,221); }
div.DivClassName
{
background-color: #A8ECDD;
}
.BgClassName
{
background-color: #A8ECDD;
}
</style>
border-color css
<style>
span { border-color: #A8ECDD; }
span { border-color: rgb(168,236,221); }
td.TdClassName
{
border-color: #A8ECDD;
}
.TagClassName
{
border-color: #A8ECDD;
}
</style>