Shades of Ice Cold #A9EADA
Tints of Ice Cold #A9EADA
RGB
CMYK
RGB Variations
Color information
#A9EADA (or 0xA9EADA) is known color: Ice Cold. HEX triplet: A9, EA and DA. RGB value is (169,234,218). Sum of RGB (Red+Green+Blue) = 169+234+218=621 (82% of max value = 765). Red value is 169 (66.41% from 255 or 27.21% from 621); Green value is 234 (91.80% from 255 or 37.68% from 621); Blue value is 218 (85.55% from 255 or 35.10% from 621); Max value from RGB is 234 - color contains mainly: green. Hex color #A9EADA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A9EADA is #561525. Grayscale: #D4D4D4. Windows color (decimal): -5641510 or 14346921. OLE color: 14346921.
HSL color Cylindrical-coordinate representation of color #A9EADA: hue angle of 165.23º degrees, saturation: 0.61, 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 #A9EADA is Cyan = 0.28, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 169 | 234 | 218 | - |
| CMYK | 0.28 | 0 | 0.07 | 0.08 |
| HSL | 165.23º | 0.61% | 0.79% | - |
| HSV(B) | 165.23º | 0.28% | 0.92% | - |
| XYZ | 58.44 | 72.34 | 77.21 | - |
| YUV | 212.74 | 130.97 | 96.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 234 | 218 | 0.28 | 0 | 0.07 | 0.08 | 165.23 | 0.61 | 0.79 |
| Hex | A9 | EA | DA | 1C | 0 | 7 | 8 | A5 | 3D | 4F |
| Octal | 251 | 352 | 332 | 34 | 0 | 7 | 10 | 245 | 75 | 117 |
| Binary | 10101001 | 11101010 | 11011010 | 11100 | 0 | 111 | 1000 | 10100101 | 111101 | 1001111 |
Color Harmonies of #A9EADA
Complementary color
Monochromatic Colors of #A9EADA
Black with #A9EADA
Text Example
Text Example
White with #A9EADA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9EADA; }
p { color: rgb(169,234,218); }
H1.HeaderClassName
{
color: #A9EADA;
}
.AnyTagClassName
{
color: #A9EADA;
}
</style>
background-color css
<style>
a { background-color: #A9EADA; }
a { background-color: rgb(169,234,218); }
div.DivClassName
{
background-color: #A9EADA;
}
.BgClassName
{
background-color: #A9EADA;
}
</style>
border-color css
<style>
span { border-color: #A9EADA; }
span { border-color: rgb(169,234,218); }
td.TdClassName
{
border-color: #A9EADA;
}
.TagClassName
{
border-color: #A9EADA;
}
</style>