Shades of Ice Cold #A9E6D4
Tints of Ice Cold #A9E6D4
RGB
CMYK
RGB Variations
Color information
#A9E6D4 (or 0xA9E6D4) is known color: Ice Cold. HEX triplet: A9, E6 and D4. RGB value is (169,230,212). Sum of RGB (Red+Green+Blue) = 169+230+212=611 (80% of max value = 765). Red value is 169 (66.41% from 255 or 27.66% from 611); Green value is 230 (90.23% from 255 or 37.64% from 611); Blue value is 212 (83.20% from 255 or 34.70% from 611); Max value from RGB is 230 - color contains mainly: green. Hex color #A9E6D4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A9E6D4 is #56192B. Grayscale: #D1D1D1. Windows color (decimal): -5642540 or 13952681. OLE color: 13952681.
HSL color Cylindrical-coordinate representation of color #A9E6D4: hue angle of 162.3º degrees, saturation: 0.55, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A9E6D4 is Cyan = 0.27, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 169 | 230 | 212 | - |
| CMYK | 0.27 | 0 | 0.08 | 0.10 |
| HSL | 162.3º | 0.55% | 0.78% | - |
| HSV(B) | 162.3º | 0.27% | 0.9% | - |
| XYZ | 56.54 | 69.78 | 72.78 | - |
| YUV | 209.71 | 129.29 | 98.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 230 | 212 | 0.27 | 0 | 0.08 | 0.10 | 162.3 | 0.55 | 0.78 |
| Hex | A9 | E6 | D4 | 1B | 0 | 8 | A | A2 | 37 | 4E |
| Octal | 251 | 346 | 324 | 33 | 0 | 10 | 12 | 242 | 67 | 116 |
| Binary | 10101001 | 11100110 | 11010100 | 11011 | 0 | 1000 | 1010 | 10100010 | 110111 | 1001110 |
Color Harmonies of #A9E6D4
Complementary color
Monochromatic Colors of #A9E6D4
Black with #A9E6D4
Text Example
Text Example
White with #A9E6D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9E6D4; }
p { color: rgb(169,230,212); }
H1.HeaderClassName
{
color: #A9E6D4;
}
.AnyTagClassName
{
color: #A9E6D4;
}
</style>
background-color css
<style>
a { background-color: #A9E6D4; }
a { background-color: rgb(169,230,212); }
div.DivClassName
{
background-color: #A9E6D4;
}
.BgClassName
{
background-color: #A9E6D4;
}
</style>
border-color css
<style>
span { border-color: #A9E6D4; }
span { border-color: rgb(169,230,212); }
td.TdClassName
{
border-color: #A9E6D4;
}
.TagClassName
{
border-color: #A9E6D4;
}
</style>