Shades of Ice Cold #A5E0CD
Tints of Ice Cold #A5E0CD
RGB
CMYK
RGB Variations
Color information
#A5E0CD (or 0xA5E0CD) is known color: Ice Cold. HEX triplet: A5, E0 and CD. RGB value is (165,224,205). Sum of RGB (Red+Green+Blue) = 165+224+205=594 (78% of max value = 765). Red value is 165 (64.84% from 255 or 27.78% from 594); Green value is 224 (87.89% from 255 or 37.71% from 594); Blue value is 205 (80.47% from 255 or 34.51% from 594); Max value from RGB is 224 - color contains mainly: green. Hex color #A5E0CD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A5E0CD is #5A1F32. Grayscale: #CCCCCC. Windows color (decimal): -5906227 or 13492389. OLE color: 13492389.
HSL color Cylindrical-coordinate representation of color #A5E0CD: hue angle of 160.68º degrees, saturation: 0.49, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A5E0CD is Cyan = 0.26, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 165 | 224 | 205 | - |
| CMYK | 0.26 | 0 | 0.08 | 0.12 |
| HSL | 160.68º | 0.49% | 0.76% | - |
| HSV(B) | 160.68º | 0.26% | 0.88% | - |
| XYZ | 53.19 | 65.72 | 67.64 | - |
| YUV | 204.19 | 128.45 | 100.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 224 | 205 | 0.26 | 0 | 0.08 | 0.12 | 160.68 | 0.49 | 0.76 |
| Hex | A5 | E0 | CD | 1A | 0 | 8 | C | A1 | 31 | 4C |
| Octal | 245 | 340 | 315 | 32 | 0 | 10 | 14 | 241 | 61 | 114 |
| Binary | 10100101 | 11100000 | 11001101 | 11010 | 0 | 1000 | 1100 | 10100001 | 110001 | 1001100 |
Color Harmonies of #A5E0CD
Complementary color
Monochromatic Colors of #A5E0CD
Black with #A5E0CD
Text Example
Text Example
White with #A5E0CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5E0CD; }
p { color: rgb(165,224,205); }
H1.HeaderClassName
{
color: #A5E0CD;
}
.AnyTagClassName
{
color: #A5E0CD;
}
</style>
background-color css
<style>
a { background-color: #A5E0CD; }
a { background-color: rgb(165,224,205); }
div.DivClassName
{
background-color: #A5E0CD;
}
.BgClassName
{
background-color: #A5E0CD;
}
</style>
border-color css
<style>
span { border-color: #A5E0CD; }
span { border-color: rgb(165,224,205); }
td.TdClassName
{
border-color: #A5E0CD;
}
.TagClassName
{
border-color: #A5E0CD;
}
</style>