Shades of Ice Cold #A4E7DB
Tints of Ice Cold #A4E7DB
RGB
CMYK
RGB Variations
Color information
#A4E7DB (or 0xA4E7DB) is known color: Ice Cold. HEX triplet: A4, E7 and DB. RGB value is (164,231,219). Sum of RGB (Red+Green+Blue) = 164+231+219=614 (81% of max value = 765). Red value is 164 (64.45% from 255 or 26.71% from 614); Green value is 231 (90.62% from 255 or 37.62% from 614); Blue value is 219 (85.94% from 255 or 35.67% from 614); Max value from RGB is 231 - color contains mainly: green. Hex color #A4E7DB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A4E7DB is #5B1824. Grayscale: #D1D1D1. Windows color (decimal): -5969957 or 14411684. OLE color: 14411684.
HSL color Cylindrical-coordinate representation of color #A4E7DB: hue angle of 169.25º degrees, saturation: 0.58, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A4E7DB is Cyan = 0.29, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 164 | 231 | 219 | - |
| CMYK | 0.29 | 0 | 0.05 | 0.09 |
| HSL | 169.25º | 0.58% | 0.77% | - |
| HSV(B) | 169.25º | 0.29% | 0.91% | - |
| XYZ | 56.67 | 70.16 | 77.57 | - |
| YUV | 209.6 | 133.3 | 95.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 231 | 219 | 0.29 | 0 | 0.05 | 0.09 | 169.25 | 0.58 | 0.77 |
| Hex | A4 | E7 | DB | 1D | 0 | 5 | 9 | A9 | 3A | 4D |
| Octal | 244 | 347 | 333 | 35 | 0 | 5 | 11 | 251 | 72 | 115 |
| Binary | 10100100 | 11100111 | 11011011 | 11101 | 0 | 101 | 1001 | 10101001 | 111010 | 1001101 |
Color Harmonies of #A4E7DB
Complementary color
Monochromatic Colors of #A4E7DB
Black with #A4E7DB
Text Example
Text Example
White with #A4E7DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4E7DB; }
p { color: rgb(164,231,219); }
H1.HeaderClassName
{
color: #A4E7DB;
}
.AnyTagClassName
{
color: #A4E7DB;
}
</style>
background-color css
<style>
a { background-color: #A4E7DB; }
a { background-color: rgb(164,231,219); }
div.DivClassName
{
background-color: #A4E7DB;
}
.BgClassName
{
background-color: #A4E7DB;
}
</style>
border-color css
<style>
span { border-color: #A4E7DB; }
span { border-color: rgb(164,231,219); }
td.TdClassName
{
border-color: #A4E7DB;
}
.TagClassName
{
border-color: #A4E7DB;
}
</style>