Shades of Ice Cold #A9EBDD
Tints of Ice Cold #A9EBDD
RGB
CMYK
RGB Variations
Color information
#A9EBDD (or 0xA9EBDD) is known color: Ice Cold. HEX triplet: A9, EB and DD. RGB value is (169,235,221). Sum of RGB (Red+Green+Blue) = 169+235+221=625 (82% of max value = 765). Red value is 169 (66.41% from 255 or 27.04% from 625); Green value is 235 (92.19% from 255 or 37.6% from 625); Blue value is 221 (86.72% from 255 or 35.36% from 625); Max value from RGB is 235 - color contains mainly: green. Hex color #A9EBDD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A9EBDD is #561422. Grayscale: #D5D5D5. Windows color (decimal): -5641251 or 14543785. OLE color: 14543785.
HSL color Cylindrical-coordinate representation of color #A9EBDD: hue angle of 167.27º degrees, saturation: 0.62, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A9EBDD is Cyan = 0.28, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 169 | 235 | 221 | - |
| CMYK | 0.28 | 0 | 0.06 | 0.08 |
| HSL | 167.27º | 0.62% | 0.79% | - |
| HSV(B) | 167.27º | 0.28% | 0.92% | - |
| XYZ | 59.12 | 73.07 | 79.39 | - |
| YUV | 213.67 | 132.13 | 96.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 235 | 221 | 0.28 | 0 | 0.06 | 0.08 | 167.27 | 0.62 | 0.79 |
| Hex | A9 | EB | DD | 1C | 0 | 6 | 8 | A7 | 3E | 4F |
| Octal | 251 | 353 | 335 | 34 | 0 | 6 | 10 | 247 | 76 | 117 |
| Binary | 10101001 | 11101011 | 11011101 | 11100 | 0 | 110 | 1000 | 10100111 | 111110 | 1001111 |
Color Harmonies of #A9EBDD
Complementary color
Monochromatic Colors of #A9EBDD
Black with #A9EBDD
Text Example
Text Example
White with #A9EBDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9EBDD; }
p { color: rgb(169,235,221); }
H1.HeaderClassName
{
color: #A9EBDD;
}
.AnyTagClassName
{
color: #A9EBDD;
}
</style>
background-color css
<style>
a { background-color: #A9EBDD; }
a { background-color: rgb(169,235,221); }
div.DivClassName
{
background-color: #A9EBDD;
}
.BgClassName
{
background-color: #A9EBDD;
}
</style>
border-color css
<style>
span { border-color: #A9EBDD; }
span { border-color: rgb(169,235,221); }
td.TdClassName
{
border-color: #A9EBDD;
}
.TagClassName
{
border-color: #A9EBDD;
}
</style>