Shades of Ice Cold #A9DECA
Tints of Ice Cold #A9DECA
RGB
CMYK
RGB Variations
Color information
#A9DECA (or 0xA9DECA) is known color: Ice Cold. HEX triplet: A9, DE and CA. RGB value is (169,222,202). Sum of RGB (Red+Green+Blue) = 169+222+202=593 (78% of max value = 765). Red value is 169 (66.41% from 255 or 28.50% from 593); Green value is 222 (87.11% from 255 or 37.44% from 593); Blue value is 202 (79.30% from 255 or 34.06% from 593); Max value from RGB is 222 - color contains mainly: green. Hex color #A9DECA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A9DECA is #562135. Grayscale: #CBCBCB. Windows color (decimal): -5644598 or 13295273. OLE color: 13295273.
HSL color Cylindrical-coordinate representation of color #A9DECA: hue angle of 157.36º degrees, saturation: 0.45, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A9DECA is Cyan = 0.24, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 169 | 222 | 202 | - |
| CMYK | 0.24 | 0 | 0.09 | 0.13 |
| HSL | 157.36º | 0.45% | 0.77% | - |
| HSV(B) | 157.36º | 0.24% | 0.87% | - |
| XYZ | 53.14 | 64.94 | 65.61 | - |
| YUV | 203.87 | 126.94 | 103.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 222 | 202 | 0.24 | 0 | 0.09 | 0.13 | 157.36 | 0.45 | 0.77 |
| Hex | A9 | DE | CA | 18 | 0 | 9 | D | 9D | 2D | 4D |
| Octal | 251 | 336 | 312 | 30 | 0 | 11 | 15 | 235 | 55 | 115 |
| Binary | 10101001 | 11011110 | 11001010 | 11000 | 0 | 1001 | 1101 | 10011101 | 101101 | 1001101 |
Color Harmonies of #A9DECA
Complementary color
Monochromatic Colors of #A9DECA
Black with #A9DECA
Text Example
Text Example
White with #A9DECA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9DECA; }
p { color: rgb(169,222,202); }
H1.HeaderClassName
{
color: #A9DECA;
}
.AnyTagClassName
{
color: #A9DECA;
}
</style>
background-color css
<style>
a { background-color: #A9DECA; }
a { background-color: rgb(169,222,202); }
div.DivClassName
{
background-color: #A9DECA;
}
.BgClassName
{
background-color: #A9DECA;
}
</style>
border-color css
<style>
span { border-color: #A9DECA; }
span { border-color: rgb(169,222,202); }
td.TdClassName
{
border-color: #A9DECA;
}
.TagClassName
{
border-color: #A9DECA;
}
</style>