Shades of Ice Cold #A5EBDD
Tints of Ice Cold #A5EBDD
RGB
CMYK
RGB Variations
Color information
#A5EBDD (or 0xA5EBDD) is known color: Ice Cold. HEX triplet: A5, EB and DD. RGB value is (165,235,221). Sum of RGB (Red+Green+Blue) = 165+235+221=621 (82% of max value = 765). Red value is 165 (64.84% from 255 or 26.57% from 621); Green value is 235 (92.19% from 255 or 37.84% from 621); Blue value is 221 (86.72% from 255 or 35.59% from 621); Max value from RGB is 235 - color contains mainly: green. Hex color #A5EBDD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A5EBDD is #5A1422. Grayscale: #D4D4D4. Windows color (decimal): -5903395 or 14543781. OLE color: 14543781.
HSL color Cylindrical-coordinate representation of color #A5EBDD: hue angle of 168º degrees, saturation: 0.64, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A5EBDD is Cyan = 0.30, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 165 | 235 | 221 | - |
| CMYK | 0.30 | 0 | 0.06 | 0.08 |
| HSL | 168º | 0.64% | 0.78% | - |
| HSV(B) | 168º | 0.3% | 0.92% | - |
| XYZ | 58.28 | 72.64 | 79.36 | - |
| YUV | 212.47 | 132.81 | 94.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 235 | 221 | 0.30 | 0 | 0.06 | 0.08 | 168 | 0.64 | 0.78 |
| Hex | A5 | EB | DD | 1E | 0 | 6 | 8 | A8 | 40 | 4E |
| Octal | 245 | 353 | 335 | 36 | 0 | 6 | 10 | 250 | 100 | 116 |
| Binary | 10100101 | 11101011 | 11011101 | 11110 | 0 | 110 | 1000 | 10101000 | 1000000 | 1001110 |
Color Harmonies of #A5EBDD
Complementary color
Monochromatic Colors of #A5EBDD
Black with #A5EBDD
Text Example
Text Example
White with #A5EBDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5EBDD; }
p { color: rgb(165,235,221); }
H1.HeaderClassName
{
color: #A5EBDD;
}
.AnyTagClassName
{
color: #A5EBDD;
}
</style>
background-color css
<style>
a { background-color: #A5EBDD; }
a { background-color: rgb(165,235,221); }
div.DivClassName
{
background-color: #A5EBDD;
}
.BgClassName
{
background-color: #A5EBDD;
}
</style>
border-color css
<style>
span { border-color: #A5EBDD; }
span { border-color: rgb(165,235,221); }
td.TdClassName
{
border-color: #A5EBDD;
}
.TagClassName
{
border-color: #A5EBDD;
}
</style>