Shades of Ice Cold #A4ECDB
Tints of Ice Cold #A4ECDB
RGB
CMYK
RGB Variations
Color information
#A4ECDB (or 0xA4ECDB) is known color: Ice Cold. HEX triplet: A4, EC and DB. RGB value is (164,236,219). Sum of RGB (Red+Green+Blue) = 164+236+219=619 (81% of max value = 765). Red value is 164 (64.45% from 255 or 26.49% from 619); Green value is 236 (92.58% from 255 or 38.13% from 619); Blue value is 219 (85.94% from 255 or 35.38% from 619); Max value from RGB is 236 - color contains mainly: green. Hex color #A4ECDB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A4ECDB is #5B1324. Grayscale: #D4D4D4. Windows color (decimal): -5968677 or 14412964. OLE color: 14412964.
HSL color Cylindrical-coordinate representation of color #A4ECDB: hue angle of 165.83º degrees, saturation: 0.65, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A4ECDB is Cyan = 0.31, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.07.
Color convert
RGB | 164 | 236 | 219 | - |
CMYK | 0.31 | 0 | 0.07 | 0.07 |
HSL | 165.83º | 0.65% | 0.78% | - |
HSV(B) | 165.83º | 0.31% | 0.93% | - |
XYZ | 58.09 | 73 | 78.05 | - |
YUV | 212.53 | 131.65 | 93.38 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 164 | 236 | 219 | 0.31 | 0 | 0.07 | 0.07 | 165.83 | 0.65 | 0.78 |
Hex | A4 | EC | DB | 1F | 0 | 7 | 7 | A6 | 41 | 4E |
Octal | 244 | 354 | 333 | 37 | 0 | 7 | 7 | 246 | 101 | 116 |
Binary | 10100100 | 11101100 | 11011011 | 11111 | 0 | 111 | 111 | 10100110 | 1000001 | 1001110 |
Color Harmonies of #A4ECDB
Complementary color
Monochromatic Colors of #A4ECDB
Black with #A4ECDB
Text Example
Text Example
White with #A4ECDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4ECDB; }
p { color: rgb(164,236,219); }
H1.HeaderClassName
{
color: #A4ECDB;
}
.AnyTagClassName
{
color: #A4ECDB;
}
</style>
background-color css
<style>
a { background-color: #A4ECDB; }
a { background-color: rgb(164,236,219); }
div.DivClassName
{
background-color: #A4ECDB;
}
.BgClassName
{
background-color: #A4ECDB;
}
</style>
border-color css
<style>
span { border-color: #A4ECDB; }
span { border-color: rgb(164,236,219); }
td.TdClassName
{
border-color: #A4ECDB;
}
.TagClassName
{
border-color: #A4ECDB;
}
</style>