Shades of Ice Cold #A9DECB
Tints of Ice Cold #A9DECB
RGB
CMYK
RGB Variations
Color information
#A9DECB (or 0xA9DECB) is known color: Ice Cold. HEX triplet: A9, DE and CB. RGB value is (169,222,203). Sum of RGB (Red+Green+Blue) = 169+222+203=594 (78% of max value = 765). Red value is 169 (66.41% from 255 or 28.45% from 594); Green value is 222 (87.11% from 255 or 37.37% from 594); Blue value is 203 (79.69% from 255 or 34.18% from 594); Max value from RGB is 222 - color contains mainly: green. Hex color #A9DECB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A9DECB is #562134. Grayscale: #CCCCCC. Windows color (decimal): -5644597 or 13360809. OLE color: 13360809.
HSL color Cylindrical-coordinate representation of color #A9DECB: hue angle of 158.49º 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 #A9DECB is Cyan = 0.24, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 169 | 222 | 203 | - |
| CMYK | 0.24 | 0 | 0.09 | 0.13 |
| HSL | 158.49º | 0.45% | 0.77% | - |
| HSV(B) | 158.49º | 0.24% | 0.87% | - |
| XYZ | 53.26 | 64.99 | 66.24 | - |
| YUV | 203.99 | 127.44 | 103.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 222 | 203 | 0.24 | 0 | 0.09 | 0.13 | 158.49 | 0.45 | 0.77 |
| Hex | A9 | DE | CB | 18 | 0 | 9 | D | 9E | 2D | 4D |
| Octal | 251 | 336 | 313 | 30 | 0 | 11 | 15 | 236 | 55 | 115 |
| Binary | 10101001 | 11011110 | 11001011 | 11000 | 0 | 1001 | 1101 | 10011110 | 101101 | 1001101 |
Color Harmonies of #A9DECB
Complementary color
Monochromatic Colors of #A9DECB
Black with #A9DECB
Text Example
Text Example
White with #A9DECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9DECB; }
p { color: rgb(169,222,203); }
H1.HeaderClassName
{
color: #A9DECB;
}
.AnyTagClassName
{
color: #A9DECB;
}
</style>
background-color css
<style>
a { background-color: #A9DECB; }
a { background-color: rgb(169,222,203); }
div.DivClassName
{
background-color: #A9DECB;
}
.BgClassName
{
background-color: #A9DECB;
}
</style>
border-color css
<style>
span { border-color: #A9DECB; }
span { border-color: rgb(169,222,203); }
td.TdClassName
{
border-color: #A9DECB;
}
.TagClassName
{
border-color: #A9DECB;
}
</style>