Shades of Ice Cold #A4DFCD
Tints of Ice Cold #A4DFCD
RGB
CMYK
RGB Variations
Color information
#A4DFCD (or 0xA4DFCD) is known color: Ice Cold. HEX triplet: A4, DF and CD. RGB value is (164,223,205). Sum of RGB (Red+Green+Blue) = 164+223+205=592 (78% of max value = 765). Red value is 164 (64.45% from 255 or 27.70% from 592); Green value is 223 (87.5% from 255 or 37.67% from 592); Blue value is 205 (80.47% from 255 or 34.63% from 592); Max value from RGB is 223 - color contains mainly: green. Hex color #A4DFCD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A4DFCD is #5B2032. Grayscale: #CBCBCB. Windows color (decimal): -5972019 or 13492132. OLE color: 13492132.
HSL color Cylindrical-coordinate representation of color #A4DFCD: hue angle of 161.69º degrees, saturation: 0.48, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A4DFCD is Cyan = 0.26, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 164 | 223 | 205 | - |
| CMYK | 0.26 | 0 | 0.08 | 0.13 |
| HSL | 161.69º | 0.48% | 0.76% | - |
| HSV(B) | 161.69º | 0.26% | 0.87% | - |
| XYZ | 52.72 | 65.08 | 67.54 | - |
| YUV | 203.31 | 128.95 | 99.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 223 | 205 | 0.26 | 0 | 0.08 | 0.13 | 161.69 | 0.48 | 0.76 |
| Hex | A4 | DF | CD | 1A | 0 | 8 | D | A2 | 30 | 4C |
| Octal | 244 | 337 | 315 | 32 | 0 | 10 | 15 | 242 | 60 | 114 |
| Binary | 10100100 | 11011111 | 11001101 | 11010 | 0 | 1000 | 1101 | 10100010 | 110000 | 1001100 |
Color Harmonies of #A4DFCD
Complementary color
Monochromatic Colors of #A4DFCD
Black with #A4DFCD
Text Example
Text Example
White with #A4DFCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4DFCD; }
p { color: rgb(164,223,205); }
H1.HeaderClassName
{
color: #A4DFCD;
}
.AnyTagClassName
{
color: #A4DFCD;
}
</style>
background-color css
<style>
a { background-color: #A4DFCD; }
a { background-color: rgb(164,223,205); }
div.DivClassName
{
background-color: #A4DFCD;
}
.BgClassName
{
background-color: #A4DFCD;
}
</style>
border-color css
<style>
span { border-color: #A4DFCD; }
span { border-color: rgb(164,223,205); }
td.TdClassName
{
border-color: #A4DFCD;
}
.TagClassName
{
border-color: #A4DFCD;
}
</style>