Shades of Ice Cold #A5ECDB
Tints of Ice Cold #A5ECDB
RGB
CMYK
RGB Variations
Color information
#A5ECDB (or 0xA5ECDB) is known color: Ice Cold. HEX triplet: A5, EC and DB. RGB value is (165,236,219). Sum of RGB (Red+Green+Blue) = 165+236+219=620 (82% of max value = 765). Red value is 165 (64.84% from 255 or 26.61% from 620); Green value is 236 (92.58% from 255 or 38.06% from 620); Blue value is 219 (85.94% from 255 or 35.32% from 620); Max value from RGB is 236 - color contains mainly: green. Hex color #A5ECDB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A5ECDB is #5A1324. Grayscale: #D4D4D4. Windows color (decimal): -5903141 or 14412965. OLE color: 14412965.
HSL color Cylindrical-coordinate representation of color #A5ECDB: hue angle of 165.63º degrees, saturation: 0.65, 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 #A5ECDB is Cyan = 0.30, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 165 | 236 | 219 | - |
| CMYK | 0.30 | 0 | 0.07 | 0.07 |
| HSL | 165.63º | 0.65% | 0.79% | - |
| HSV(B) | 165.63º | 0.3% | 0.93% | - |
| XYZ | 58.3 | 73.1 | 78.06 | - |
| YUV | 212.83 | 131.48 | 93.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 236 | 219 | 0.30 | 0 | 0.07 | 0.07 | 165.63 | 0.65 | 0.79 |
| Hex | A5 | EC | DB | 1E | 0 | 7 | 7 | A6 | 41 | 4F |
| Octal | 245 | 354 | 333 | 36 | 0 | 7 | 7 | 246 | 101 | 117 |
| Binary | 10100101 | 11101100 | 11011011 | 11110 | 0 | 111 | 111 | 10100110 | 1000001 | 1001111 |
Color Harmonies of #A5ECDB
Complementary color
Monochromatic Colors of #A5ECDB
Black with #A5ECDB
Text Example
Text Example
White with #A5ECDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5ECDB; }
p { color: rgb(165,236,219); }
H1.HeaderClassName
{
color: #A5ECDB;
}
.AnyTagClassName
{
color: #A5ECDB;
}
</style>
background-color css
<style>
a { background-color: #A5ECDB; }
a { background-color: rgb(165,236,219); }
div.DivClassName
{
background-color: #A5ECDB;
}
.BgClassName
{
background-color: #A5ECDB;
}
</style>
border-color css
<style>
span { border-color: #A5ECDB; }
span { border-color: rgb(165,236,219); }
td.TdClassName
{
border-color: #A5ECDB;
}
.TagClassName
{
border-color: #A5ECDB;
}
</style>