Shades of Ice Cold #A5EDDD
Tints of Ice Cold #A5EDDD
RGB
CMYK
RGB Variations
Color information
#A5EDDD (or 0xA5EDDD) is known color: Ice Cold. HEX triplet: A5, ED and DD. RGB value is (165,237,221). Sum of RGB (Red+Green+Blue) = 165+237+221=623 (82% of max value = 765). Red value is 165 (64.84% from 255 or 26.48% from 623); Green value is 237 (92.97% from 255 or 38.04% from 623); Blue value is 221 (86.72% from 255 or 35.47% from 623); Max value from RGB is 237 - color contains mainly: green. Hex color #A5EDDD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A5EDDD is #5A1222. Grayscale: #D5D5D5. Windows color (decimal): -5902883 or 14544293. OLE color: 14544293.
HSL color Cylindrical-coordinate representation of color #A5EDDD: hue angle of 166.67º degrees, saturation: 0.67, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A5EDDD is Cyan = 0.30, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 165 | 237 | 221 | - |
| CMYK | 0.30 | 0 | 0.07 | 0.07 |
| HSL | 166.67º | 0.67% | 0.79% | - |
| HSV(B) | 166.67º | 0.3% | 0.93% | - |
| XYZ | 58.85 | 73.79 | 79.55 | - |
| YUV | 213.65 | 132.15 | 93.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 237 | 221 | 0.30 | 0 | 0.07 | 0.07 | 166.67 | 0.67 | 0.79 |
| Hex | A5 | ED | DD | 1E | 0 | 7 | 7 | A7 | 43 | 4F |
| Octal | 245 | 355 | 335 | 36 | 0 | 7 | 7 | 247 | 103 | 117 |
| Binary | 10100101 | 11101101 | 11011101 | 11110 | 0 | 111 | 111 | 10100111 | 1000011 | 1001111 |
Color Harmonies of #A5EDDD
Complementary color
Monochromatic Colors of #A5EDDD
Black with #A5EDDD
Text Example
Text Example
White with #A5EDDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5EDDD; }
p { color: rgb(165,237,221); }
H1.HeaderClassName
{
color: #A5EDDD;
}
.AnyTagClassName
{
color: #A5EDDD;
}
</style>
background-color css
<style>
a { background-color: #A5EDDD; }
a { background-color: rgb(165,237,221); }
div.DivClassName
{
background-color: #A5EDDD;
}
.BgClassName
{
background-color: #A5EDDD;
}
</style>
border-color css
<style>
span { border-color: #A5EDDD; }
span { border-color: rgb(165,237,221); }
td.TdClassName
{
border-color: #A5EDDD;
}
.TagClassName
{
border-color: #A5EDDD;
}
</style>