Shades of Ice Cold #A9EBDB
Tints of Ice Cold #A9EBDB
RGB
CMYK
RGB Variations
Color information
#A9EBDB (or 0xA9EBDB) is known color: Ice Cold. HEX triplet: A9, EB and DB. RGB value is (169,235,219). Sum of RGB (Red+Green+Blue) = 169+235+219=623 (82% of max value = 765). Red value is 169 (66.41% from 255 or 27.13% from 623); Green value is 235 (92.19% from 255 or 37.72% from 623); Blue value is 219 (85.94% from 255 or 35.15% from 623); Max value from RGB is 235 - color contains mainly: green. Hex color #A9EBDB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A9EBDB is #561424. Grayscale: #D5D5D5. Windows color (decimal): -5641253 or 14412713. OLE color: 14412713.
HSL color Cylindrical-coordinate representation of color #A9EBDB: hue angle of 165.45º 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 #A9EBDB is Cyan = 0.28, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 169 | 235 | 219 | - |
| CMYK | 0.28 | 0 | 0.07 | 0.08 |
| HSL | 165.45º | 0.62% | 0.79% | - |
| HSV(B) | 165.45º | 0.28% | 0.92% | - |
| XYZ | 58.86 | 72.97 | 78 | - |
| YUV | 213.44 | 131.13 | 96.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 235 | 219 | 0.28 | 0 | 0.07 | 0.08 | 165.45 | 0.62 | 0.79 |
| Hex | A9 | EB | DB | 1C | 0 | 7 | 8 | A5 | 3E | 4F |
| Octal | 251 | 353 | 333 | 34 | 0 | 7 | 10 | 245 | 76 | 117 |
| Binary | 10101001 | 11101011 | 11011011 | 11100 | 0 | 111 | 1000 | 10100101 | 111110 | 1001111 |
Color Harmonies of #A9EBDB
Complementary color
Monochromatic Colors of #A9EBDB
Black with #A9EBDB
Text Example
Text Example
White with #A9EBDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9EBDB; }
p { color: rgb(169,235,219); }
H1.HeaderClassName
{
color: #A9EBDB;
}
.AnyTagClassName
{
color: #A9EBDB;
}
</style>
background-color css
<style>
a { background-color: #A9EBDB; }
a { background-color: rgb(169,235,219); }
div.DivClassName
{
background-color: #A9EBDB;
}
.BgClassName
{
background-color: #A9EBDB;
}
</style>
border-color css
<style>
span { border-color: #A9EBDB; }
span { border-color: rgb(169,235,219); }
td.TdClassName
{
border-color: #A9EBDB;
}
.TagClassName
{
border-color: #A9EBDB;
}
</style>