Shades of Ice Cold #A4E9D7
Tints of Ice Cold #A4E9D7
RGB
CMYK
RGB Variations
Color information
#A4E9D7 (or 0xA4E9D7) is known color: Ice Cold. HEX triplet: A4, E9 and D7. RGB value is (164,233,215). Sum of RGB (Red+Green+Blue) = 164+233+215=612 (81% of max value = 765). Red value is 164 (64.45% from 255 or 26.80% from 612); Green value is 233 (91.41% from 255 or 38.07% from 612); Blue value is 215 (84.38% from 255 or 35.13% from 612); Max value from RGB is 233 - color contains mainly: green. Hex color #A4E9D7 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A4E9D7 is #5B1628. Grayscale: #D2D2D2. Windows color (decimal): -5969449 or 14150052. OLE color: 14150052.
HSL color Cylindrical-coordinate representation of color #A4E9D7: hue angle of 164.35º 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 #A4E9D7 is Cyan = 0.30, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 164 | 233 | 215 | - |
| CMYK | 0.30 | 0 | 0.08 | 0.09 |
| HSL | 164.35º | 0.61% | 0.78% | - |
| HSV(B) | 164.35º | 0.3% | 0.91% | - |
| XYZ | 56.71 | 71.08 | 75.02 | - |
| YUV | 210.32 | 130.64 | 94.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 233 | 215 | 0.30 | 0 | 0.08 | 0.09 | 164.35 | 0.61 | 0.78 |
| Hex | A4 | E9 | D7 | 1E | 0 | 8 | 9 | A4 | 3D | 4E |
| Octal | 244 | 351 | 327 | 36 | 0 | 10 | 11 | 244 | 75 | 116 |
| Binary | 10100100 | 11101001 | 11010111 | 11110 | 0 | 1000 | 1001 | 10100100 | 111101 | 1001110 |
Color Harmonies of #A4E9D7
Complementary color
Monochromatic Colors of #A4E9D7
Black with #A4E9D7
Text Example
Text Example
White with #A4E9D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4E9D7; }
p { color: rgb(164,233,215); }
H1.HeaderClassName
{
color: #A4E9D7;
}
.AnyTagClassName
{
color: #A4E9D7;
}
</style>
background-color css
<style>
a { background-color: #A4E9D7; }
a { background-color: rgb(164,233,215); }
div.DivClassName
{
background-color: #A4E9D7;
}
.BgClassName
{
background-color: #A4E9D7;
}
</style>
border-color css
<style>
span { border-color: #A4E9D7; }
span { border-color: rgb(164,233,215); }
td.TdClassName
{
border-color: #A4E9D7;
}
.TagClassName
{
border-color: #A4E9D7;
}
</style>