Shades of Ice Cold #A4E9DB
Tints of Ice Cold #A4E9DB
RGB
CMYK
RGB Variations
Color information
#A4E9DB (or 0xA4E9DB) is known color: Ice Cold. HEX triplet: A4, E9 and DB. RGB value is (164,233,219). Sum of RGB (Red+Green+Blue) = 164+233+219=616 (81% of max value = 765). Red value is 164 (64.45% from 255 or 26.62% from 616); Green value is 233 (91.41% from 255 or 37.82% from 616); Blue value is 219 (85.94% from 255 or 35.55% from 616); Max value from RGB is 233 - color contains mainly: green. Hex color #A4E9DB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A4E9DB is #5B1624. Grayscale: #D2D2D2. Windows color (decimal): -5969445 or 14412196. OLE color: 14412196.
HSL color Cylindrical-coordinate representation of color #A4E9DB: hue angle of 167.83º degrees, saturation: 0.61, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A4E9DB is Cyan = 0.30, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 164 | 233 | 219 | - |
| CMYK | 0.30 | 0 | 0.06 | 0.09 |
| HSL | 167.83º | 0.61% | 0.78% | - |
| HSV(B) | 167.83º | 0.3% | 0.91% | - |
| XYZ | 57.23 | 71.28 | 77.76 | - |
| YUV | 210.77 | 132.64 | 94.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 233 | 219 | 0.30 | 0 | 0.06 | 0.09 | 167.83 | 0.61 | 0.78 |
| Hex | A4 | E9 | DB | 1E | 0 | 6 | 9 | A8 | 3D | 4E |
| Octal | 244 | 351 | 333 | 36 | 0 | 6 | 11 | 250 | 75 | 116 |
| Binary | 10100100 | 11101001 | 11011011 | 11110 | 0 | 110 | 1001 | 10101000 | 111101 | 1001110 |
Color Harmonies of #A4E9DB
Complementary color
Monochromatic Colors of #A4E9DB
Black with #A4E9DB
Text Example
Text Example
White with #A4E9DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4E9DB; }
p { color: rgb(164,233,219); }
H1.HeaderClassName
{
color: #A4E9DB;
}
.AnyTagClassName
{
color: #A4E9DB;
}
</style>
background-color css
<style>
a { background-color: #A4E9DB; }
a { background-color: rgb(164,233,219); }
div.DivClassName
{
background-color: #A4E9DB;
}
.BgClassName
{
background-color: #A4E9DB;
}
</style>
border-color css
<style>
span { border-color: #A4E9DB; }
span { border-color: rgb(164,233,219); }
td.TdClassName
{
border-color: #A4E9DB;
}
.TagClassName
{
border-color: #A4E9DB;
}
</style>