Shades of Ice Cold #A8E4D1
Tints of Ice Cold #A8E4D1
RGB
CMYK
RGB Variations
Color information
#A8E4D1 (or 0xA8E4D1) is known color: Ice Cold. HEX triplet: A8, E4 and D1. RGB value is (168,228,209). Sum of RGB (Red+Green+Blue) = 168+228+209=605 (80% of max value = 765). Red value is 168 (66.02% from 255 or 27.77% from 605); Green value is 228 (89.45% from 255 or 37.69% from 605); Blue value is 209 (82.03% from 255 or 34.55% from 605); Max value from RGB is 228 - color contains mainly: green. Hex color #A8E4D1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8E4D1 is #571B2E. Grayscale: #CFCFCF. Windows color (decimal): -5708591 or 13755560. OLE color: 13755560.
HSL color Cylindrical-coordinate representation of color #A8E4D1: hue angle of 161º degrees, saturation: 0.53, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A8E4D1 is Cyan = 0.26, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 168 | 228 | 209 | - |
| CMYK | 0.26 | 0 | 0.08 | 0.11 |
| HSL | 161º | 0.53% | 0.78% | - |
| HSV(B) | 161º | 0.26% | 0.89% | - |
| XYZ | 55.4 | 68.42 | 70.61 | - |
| YUV | 207.89 | 128.62 | 99.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 228 | 209 | 0.26 | 0 | 0.08 | 0.11 | 161 | 0.53 | 0.78 |
| Hex | A8 | E4 | D1 | 1A | 0 | 8 | B | A1 | 35 | 4E |
| Octal | 250 | 344 | 321 | 32 | 0 | 10 | 13 | 241 | 65 | 116 |
| Binary | 10101000 | 11100100 | 11010001 | 11010 | 0 | 1000 | 1011 | 10100001 | 110101 | 1001110 |
Color Harmonies of #A8E4D1
Complementary color
Monochromatic Colors of #A8E4D1
Black with #A8E4D1
Text Example
Text Example
White with #A8E4D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8E4D1; }
p { color: rgb(168,228,209); }
H1.HeaderClassName
{
color: #A8E4D1;
}
.AnyTagClassName
{
color: #A8E4D1;
}
</style>
background-color css
<style>
a { background-color: #A8E4D1; }
a { background-color: rgb(168,228,209); }
div.DivClassName
{
background-color: #A8E4D1;
}
.BgClassName
{
background-color: #A8E4D1;
}
</style>
border-color css
<style>
span { border-color: #A8E4D1; }
span { border-color: rgb(168,228,209); }
td.TdClassName
{
border-color: #A8E4D1;
}
.TagClassName
{
border-color: #A8E4D1;
}
</style>