Shades of Ice Cold #A4E7DF
Tints of Ice Cold #A4E7DF
RGB
CMYK
RGB Variations
Color information
#A4E7DF (or 0xA4E7DF) is known color: Ice Cold. HEX triplet: A4, E7 and DF. RGB value is (164,231,223). Sum of RGB (Red+Green+Blue) = 164+231+223=618 (81% of max value = 765). Red value is 164 (64.45% from 255 or 26.54% from 618); Green value is 231 (90.62% from 255 or 37.38% from 618); Blue value is 223 (87.5% from 255 or 36.08% from 618); Max value from RGB is 231 - color contains mainly: green. Hex color #A4E7DF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A4E7DF is #5B1820. Grayscale: #D2D2D2. Windows color (decimal): -5969953 or 14673828. OLE color: 14673828.
HSL color Cylindrical-coordinate representation of color #A4E7DF: hue angle of 172.84º 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 #A4E7DF is Cyan = 0.29, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 164 | 231 | 223 | - |
| CMYK | 0.29 | 0 | 0.03 | 0.09 |
| HSL | 172.84º | 0.58% | 0.77% | - |
| HSV(B) | 172.84º | 0.29% | 0.91% | - |
| XYZ | 57.21 | 70.37 | 80.38 | - |
| YUV | 210.06 | 135.3 | 95.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 231 | 223 | 0.29 | 0 | 0.03 | 0.09 | 172.84 | 0.58 | 0.77 |
| Hex | A4 | E7 | DF | 1D | 0 | 3 | 9 | AD | 3A | 4D |
| Octal | 244 | 347 | 337 | 35 | 0 | 3 | 11 | 255 | 72 | 115 |
| Binary | 10100100 | 11100111 | 11011111 | 11101 | 0 | 11 | 1001 | 10101101 | 111010 | 1001101 |
Color Harmonies of #A4E7DF
Complementary color
Monochromatic Colors of #A4E7DF
Black with #A4E7DF
Text Example
Text Example
White with #A4E7DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4E7DF; }
p { color: rgb(164,231,223); }
H1.HeaderClassName
{
color: #A4E7DF;
}
.AnyTagClassName
{
color: #A4E7DF;
}
</style>
background-color css
<style>
a { background-color: #A4E7DF; }
a { background-color: rgb(164,231,223); }
div.DivClassName
{
background-color: #A4E7DF;
}
.BgClassName
{
background-color: #A4E7DF;
}
</style>
border-color css
<style>
span { border-color: #A4E7DF; }
span { border-color: rgb(164,231,223); }
td.TdClassName
{
border-color: #A4E7DF;
}
.TagClassName
{
border-color: #A4E7DF;
}
</style>