Shades of Ice Cold #A4DFC9
Tints of Ice Cold #A4DFC9
RGB
CMYK
RGB Variations
Color information
#A4DFC9 (or 0xA4DFC9) is known color: Ice Cold. HEX triplet: A4, DF and C9. RGB value is (164,223,201). Sum of RGB (Red+Green+Blue) = 164+223+201=588 (77% of max value = 765). Red value is 164 (64.45% from 255 or 27.89% from 588); Green value is 223 (87.5% from 255 or 37.93% from 588); Blue value is 201 (78.91% from 255 or 34.18% from 588); Max value from RGB is 223 - color contains mainly: green. Hex color #A4DFC9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A4DFC9 is #5B2036. Grayscale: #CACACA. Windows color (decimal): -5972023 or 13229988. OLE color: 13229988.
HSL color Cylindrical-coordinate representation of color #A4DFC9: hue angle of 157.63º 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 #A4DFC9 is Cyan = 0.26, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 164 | 223 | 201 | - |
| CMYK | 0.26 | 0 | 0.10 | 0.13 |
| HSL | 157.63º | 0.48% | 0.76% | - |
| HSV(B) | 157.63º | 0.26% | 0.87% | - |
| XYZ | 52.24 | 64.88 | 65.03 | - |
| YUV | 202.85 | 126.95 | 100.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 223 | 201 | 0.26 | 0 | 0.10 | 0.13 | 157.63 | 0.48 | 0.76 |
| Hex | A4 | DF | C9 | 1A | 0 | A | D | 9E | 30 | 4C |
| Octal | 244 | 337 | 311 | 32 | 0 | 12 | 15 | 236 | 60 | 114 |
| Binary | 10100100 | 11011111 | 11001001 | 11010 | 0 | 1010 | 1101 | 10011110 | 110000 | 1001100 |
Color Harmonies of #A4DFC9
Complementary color
Monochromatic Colors of #A4DFC9
Black with #A4DFC9
Text Example
Text Example
White with #A4DFC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4DFC9; }
p { color: rgb(164,223,201); }
H1.HeaderClassName
{
color: #A4DFC9;
}
.AnyTagClassName
{
color: #A4DFC9;
}
</style>
background-color css
<style>
a { background-color: #A4DFC9; }
a { background-color: rgb(164,223,201); }
div.DivClassName
{
background-color: #A4DFC9;
}
.BgClassName
{
background-color: #A4DFC9;
}
</style>
border-color css
<style>
span { border-color: #A4DFC9; }
span { border-color: rgb(164,223,201); }
td.TdClassName
{
border-color: #A4DFC9;
}
.TagClassName
{
border-color: #A4DFC9;
}
</style>