Shades of Ice Cold #A9E9DB
Tints of Ice Cold #A9E9DB
RGB
CMYK
RGB Variations
Color information
#A9E9DB (or 0xA9E9DB) is known color: Ice Cold. HEX triplet: A9, E9 and DB. RGB value is (169,233,219). Sum of RGB (Red+Green+Blue) = 169+233+219=621 (82% of max value = 765). Red value is 169 (66.41% from 255 or 27.21% from 621); Green value is 233 (91.41% from 255 or 37.52% from 621); Blue value is 219 (85.94% from 255 or 35.27% from 621); Max value from RGB is 233 - color contains mainly: green. Hex color #A9E9DB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A9E9DB is #561624. Grayscale: #D4D4D4. Windows color (decimal): -5641765 or 14412201. OLE color: 14412201.
HSL color Cylindrical-coordinate representation of color #A9E9DB: hue angle of 166.88º degrees, saturation: 0.59, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A9E9DB is Cyan = 0.27, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 169 | 233 | 219 | - |
| CMYK | 0.27 | 0 | 0.06 | 0.09 |
| HSL | 166.88º | 0.59% | 0.79% | - |
| HSV(B) | 166.88º | 0.27% | 0.91% | - |
| XYZ | 58.29 | 71.83 | 77.81 | - |
| YUV | 212.27 | 131.8 | 97.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 233 | 219 | 0.27 | 0 | 0.06 | 0.09 | 166.88 | 0.59 | 0.79 |
| Hex | A9 | E9 | DB | 1B | 0 | 6 | 9 | A7 | 3B | 4F |
| Octal | 251 | 351 | 333 | 33 | 0 | 6 | 11 | 247 | 73 | 117 |
| Binary | 10101001 | 11101001 | 11011011 | 11011 | 0 | 110 | 1001 | 10100111 | 111011 | 1001111 |
Color Harmonies of #A9E9DB
Complementary color
Monochromatic Colors of #A9E9DB
Black with #A9E9DB
Text Example
Text Example
White with #A9E9DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9E9DB; }
p { color: rgb(169,233,219); }
H1.HeaderClassName
{
color: #A9E9DB;
}
.AnyTagClassName
{
color: #A9E9DB;
}
</style>
background-color css
<style>
a { background-color: #A9E9DB; }
a { background-color: rgb(169,233,219); }
div.DivClassName
{
background-color: #A9E9DB;
}
.BgClassName
{
background-color: #A9E9DB;
}
</style>
border-color css
<style>
span { border-color: #A9E9DB; }
span { border-color: rgb(169,233,219); }
td.TdClassName
{
border-color: #A9E9DB;
}
.TagClassName
{
border-color: #A9E9DB;
}
</style>