Shades of Ice Cold #A5E5DB
Tints of Ice Cold #A5E5DB
RGB
CMYK
RGB Variations
Color information
#A5E5DB (or 0xA5E5DB) is known color: Ice Cold. HEX triplet: A5, E5 and DB. RGB value is (165,229,219). Sum of RGB (Red+Green+Blue) = 165+229+219=613 (81% of max value = 765). Red value is 165 (64.84% from 255 or 26.92% from 613); Green value is 229 (89.84% from 255 or 37.36% from 613); Blue value is 219 (85.94% from 255 or 35.73% from 613); Max value from RGB is 229 - color contains mainly: green. Hex color #A5E5DB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A5E5DB is #5A1A24. Grayscale: #D0D0D0. Windows color (decimal): -5904933 or 14411173. OLE color: 14411173.
HSL color Cylindrical-coordinate representation of color #A5E5DB: hue angle of 170.62º degrees, saturation: 0.55, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A5E5DB is Cyan = 0.28, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 165 | 229 | 219 | - |
| CMYK | 0.28 | 0 | 0.04 | 0.10 |
| HSL | 170.63º | 0.55% | 0.77% | - |
| HSV(B) | 170.63º | 0.28% | 0.9% | - |
| XYZ | 56.32 | 69.15 | 77.4 | - |
| YUV | 208.72 | 133.8 | 96.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 229 | 219 | 0.28 | 0 | 0.04 | 0.10 | 170.63 | 0.55 | 0.77 |
| Hex | A5 | E5 | DB | 1C | 0 | 4 | A | AB | 37 | 4D |
| Octal | 245 | 345 | 333 | 34 | 0 | 4 | 12 | 253 | 67 | 115 |
| Binary | 10100101 | 11100101 | 11011011 | 11100 | 0 | 100 | 1010 | 10101011 | 110111 | 1001101 |
Color Harmonies of #A5E5DB
Complementary color
Monochromatic Colors of #A5E5DB
Black with #A5E5DB
Text Example
Text Example
White with #A5E5DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5E5DB; }
p { color: rgb(165,229,219); }
H1.HeaderClassName
{
color: #A5E5DB;
}
.AnyTagClassName
{
color: #A5E5DB;
}
</style>
background-color css
<style>
a { background-color: #A5E5DB; }
a { background-color: rgb(165,229,219); }
div.DivClassName
{
background-color: #A5E5DB;
}
.BgClassName
{
background-color: #A5E5DB;
}
</style>
border-color css
<style>
span { border-color: #A5E5DB; }
span { border-color: rgb(165,229,219); }
td.TdClassName
{
border-color: #A5E5DB;
}
.TagClassName
{
border-color: #A5E5DB;
}
</style>