Shades of Ice Cold #A4E2D3
Tints of Ice Cold #A4E2D3
RGB
CMYK
RGB Variations
Color information
#A4E2D3 (or 0xA4E2D3) is known color: Ice Cold. HEX triplet: A4, E2 and D3. RGB value is (164,226,211). Sum of RGB (Red+Green+Blue) = 164+226+211=601 (79% of max value = 765). Red value is 164 (64.45% from 255 or 27.29% from 601); Green value is 226 (88.67% from 255 or 37.60% from 601); Blue value is 211 (82.81% from 255 or 35.11% from 601); Max value from RGB is 226 - color contains mainly: green. Hex color #A4E2D3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A4E2D3 is #5B1D2C. Grayscale: #CDCDCD. Windows color (decimal): -5971245 or 13886116. OLE color: 13886116.
HSL color Cylindrical-coordinate representation of color #A4E2D3: hue angle of 165.48º degrees, saturation: 0.52, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A4E2D3 is Cyan = 0.27, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 164 | 226 | 211 | - |
| CMYK | 0.27 | 0 | 0.07 | 0.11 |
| HSL | 165.48º | 0.52% | 0.76% | - |
| HSV(B) | 165.48º | 0.27% | 0.89% | - |
| XYZ | 54.26 | 66.99 | 71.7 | - |
| YUV | 205.75 | 130.96 | 98.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 226 | 211 | 0.27 | 0 | 0.07 | 0.11 | 165.48 | 0.52 | 0.76 |
| Hex | A4 | E2 | D3 | 1B | 0 | 7 | B | A5 | 34 | 4C |
| Octal | 244 | 342 | 323 | 33 | 0 | 7 | 13 | 245 | 64 | 114 |
| Binary | 10100100 | 11100010 | 11010011 | 11011 | 0 | 111 | 1011 | 10100101 | 110100 | 1001100 |
Color Harmonies of #A4E2D3
Complementary color
Monochromatic Colors of #A4E2D3
Black with #A4E2D3
Text Example
Text Example
White with #A4E2D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4E2D3; }
p { color: rgb(164,226,211); }
H1.HeaderClassName
{
color: #A4E2D3;
}
.AnyTagClassName
{
color: #A4E2D3;
}
</style>
background-color css
<style>
a { background-color: #A4E2D3; }
a { background-color: rgb(164,226,211); }
div.DivClassName
{
background-color: #A4E2D3;
}
.BgClassName
{
background-color: #A4E2D3;
}
</style>
border-color css
<style>
span { border-color: #A4E2D3; }
span { border-color: rgb(164,226,211); }
td.TdClassName
{
border-color: #A4E2D3;
}
.TagClassName
{
border-color: #A4E2D3;
}
</style>