Shades of Ice Cold #A4E5DF
Tints of Ice Cold #A4E5DF
RGB
CMYK
RGB Variations
Color information
#A4E5DF (or 0xA4E5DF) is known color: Ice Cold. HEX triplet: A4, E5 and DF. RGB value is (164,229,223). Sum of RGB (Red+Green+Blue) = 164+229+223=616 (81% of max value = 765). Red value is 164 (64.45% from 255 or 26.62% from 616); Green value is 229 (89.84% from 255 or 37.18% from 616); Blue value is 223 (87.5% from 255 or 36.20% from 616); Max value from RGB is 229 - color contains mainly: green. Hex color #A4E5DF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A4E5DF is #5B1A20. Grayscale: #D0D0D0. Windows color (decimal): -5970465 or 14673316. OLE color: 14673316.
HSL color Cylindrical-coordinate representation of color #A4E5DF: hue angle of 174.46º degrees, saturation: 0.56, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A4E5DF is Cyan = 0.28, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 164 | 229 | 223 | - |
| CMYK | 0.28 | 0 | 0.03 | 0.10 |
| HSL | 174.46º | 0.56% | 0.77% | - |
| HSV(B) | 174.46º | 0.28% | 0.9% | - |
| XYZ | 56.65 | 69.26 | 80.19 | - |
| YUV | 208.88 | 135.97 | 95.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 229 | 223 | 0.28 | 0 | 0.03 | 0.10 | 174.46 | 0.56 | 0.77 |
| Hex | A4 | E5 | DF | 1C | 0 | 3 | A | AE | 38 | 4D |
| Octal | 244 | 345 | 337 | 34 | 0 | 3 | 12 | 256 | 70 | 115 |
| Binary | 10100100 | 11100101 | 11011111 | 11100 | 0 | 11 | 1010 | 10101110 | 111000 | 1001101 |
Color Harmonies of #A4E5DF
Complementary color
Monochromatic Colors of #A4E5DF
Black with #A4E5DF
Text Example
Text Example
White with #A4E5DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4E5DF; }
p { color: rgb(164,229,223); }
H1.HeaderClassName
{
color: #A4E5DF;
}
.AnyTagClassName
{
color: #A4E5DF;
}
</style>
background-color css
<style>
a { background-color: #A4E5DF; }
a { background-color: rgb(164,229,223); }
div.DivClassName
{
background-color: #A4E5DF;
}
.BgClassName
{
background-color: #A4E5DF;
}
</style>
border-color css
<style>
span { border-color: #A4E5DF; }
span { border-color: rgb(164,229,223); }
td.TdClassName
{
border-color: #A4E5DF;
}
.TagClassName
{
border-color: #A4E5DF;
}
</style>