Shades of Ice Cold #A7ECDF
Tints of Ice Cold #A7ECDF
RGB
CMYK
RGB Variations
Color information
#A7ECDF (or 0xA7ECDF) is known color: Ice Cold. HEX triplet: A7, EC and DF. RGB value is (167,236,223). Sum of RGB (Red+Green+Blue) = 167+236+223=626 (82% of max value = 765). Red value is 167 (65.62% from 255 or 26.68% from 626); Green value is 236 (92.58% from 255 or 37.70% from 626); Blue value is 223 (87.5% from 255 or 35.62% from 626); Max value from RGB is 236 - color contains mainly: green. Hex color #A7ECDF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A7ECDF is #581320. Grayscale: #D5D5D5. Windows color (decimal): -5772065 or 14675111. OLE color: 14675111.
HSL color Cylindrical-coordinate representation of color #A7ECDF: hue angle of 168.7º 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 #A7ECDF is Cyan = 0.29, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 167 | 236 | 223 | - |
| CMYK | 0.29 | 0 | 0.06 | 0.07 |
| HSL | 168.7º | 0.64% | 0.79% | - |
| HSV(B) | 168.7º | 0.29% | 0.93% | - |
| XYZ | 59.25 | 73.53 | 80.88 | - |
| YUV | 213.89 | 133.14 | 94.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 236 | 223 | 0.29 | 0 | 0.06 | 0.07 | 168.7 | 0.64 | 0.79 |
| Hex | A7 | EC | DF | 1D | 0 | 6 | 7 | A9 | 40 | 4F |
| Octal | 247 | 354 | 337 | 35 | 0 | 6 | 7 | 251 | 100 | 117 |
| Binary | 10100111 | 11101100 | 11011111 | 11101 | 0 | 110 | 111 | 10101001 | 1000000 | 1001111 |
Color Harmonies of #A7ECDF
Complementary color
Monochromatic Colors of #A7ECDF
Black with #A7ECDF
Text Example
Text Example
White with #A7ECDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7ECDF; }
p { color: rgb(167,236,223); }
H1.HeaderClassName
{
color: #A7ECDF;
}
.AnyTagClassName
{
color: #A7ECDF;
}
</style>
background-color css
<style>
a { background-color: #A7ECDF; }
a { background-color: rgb(167,236,223); }
div.DivClassName
{
background-color: #A7ECDF;
}
.BgClassName
{
background-color: #A7ECDF;
}
</style>
border-color css
<style>
span { border-color: #A7ECDF; }
span { border-color: rgb(167,236,223); }
td.TdClassName
{
border-color: #A7ECDF;
}
.TagClassName
{
border-color: #A7ECDF;
}
</style>