Shades of Ice Cold #A9ECDB
Tints of Ice Cold #A9ECDB
RGB
CMYK
RGB Variations
Color information
#A9ECDB (or 0xA9ECDB) is known color: Ice Cold. HEX triplet: A9, EC and DB. RGB value is (169,236,219). Sum of RGB (Red+Green+Blue) = 169+236+219=624 (82% of max value = 765). Red value is 169 (66.41% from 255 or 27.08% from 624); Green value is 236 (92.58% from 255 or 37.82% from 624); Blue value is 219 (85.94% from 255 or 35.10% from 624); Max value from RGB is 236 - color contains mainly: green. Hex color #A9ECDB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A9ECDB is #561324. Grayscale: #D6D6D6. Windows color (decimal): -5640997 or 14412969. OLE color: 14412969.
HSL color Cylindrical-coordinate representation of color #A9ECDB: hue angle of 164.78º degrees, saturation: 0.64, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A9ECDB is Cyan = 0.28, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 169 | 236 | 219 | - |
| CMYK | 0.28 | 0 | 0.07 | 0.07 |
| HSL | 164.78º | 0.64% | 0.79% | - |
| HSV(B) | 164.78º | 0.28% | 0.93% | - |
| XYZ | 59.14 | 73.54 | 78.1 | - |
| YUV | 214.03 | 130.8 | 95.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 236 | 219 | 0.28 | 0 | 0.07 | 0.07 | 164.78 | 0.64 | 0.79 |
| Hex | A9 | EC | DB | 1C | 0 | 7 | 7 | A5 | 40 | 4F |
| Octal | 251 | 354 | 333 | 34 | 0 | 7 | 7 | 245 | 100 | 117 |
| Binary | 10101001 | 11101100 | 11011011 | 11100 | 0 | 111 | 111 | 10100101 | 1000000 | 1001111 |
Color Harmonies of #A9ECDB
Complementary color
Monochromatic Colors of #A9ECDB
Black with #A9ECDB
Text Example
Text Example
White with #A9ECDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9ECDB; }
p { color: rgb(169,236,219); }
H1.HeaderClassName
{
color: #A9ECDB;
}
.AnyTagClassName
{
color: #A9ECDB;
}
</style>
background-color css
<style>
a { background-color: #A9ECDB; }
a { background-color: rgb(169,236,219); }
div.DivClassName
{
background-color: #A9ECDB;
}
.BgClassName
{
background-color: #A9ECDB;
}
</style>
border-color css
<style>
span { border-color: #A9ECDB; }
span { border-color: rgb(169,236,219); }
td.TdClassName
{
border-color: #A9ECDB;
}
.TagClassName
{
border-color: #A9ECDB;
}
</style>