Shades of Ice Cold #A8E1D8
Tints of Ice Cold #A8E1D8
RGB
CMYK
RGB Variations
Color information
#A8E1D8 (or 0xA8E1D8) is known color: Ice Cold. HEX triplet: A8, E1 and D8. RGB value is (168,225,216). Sum of RGB (Red+Green+Blue) = 168+225+216=609 (80% of max value = 765). Red value is 168 (66.02% from 255 or 27.59% from 609); Green value is 225 (88.28% from 255 or 36.95% from 609); Blue value is 216 (84.77% from 255 or 35.47% from 609); Max value from RGB is 225 - color contains mainly: green. Hex color #A8E1D8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8E1D8 is #571E27. Grayscale: #CECECE. Windows color (decimal): -5709352 or 14213544. OLE color: 14213544.
HSL color Cylindrical-coordinate representation of color #A8E1D8: hue angle of 170.53º degrees, saturation: 0.49, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A8E1D8 is Cyan = 0.25, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 168 | 225 | 216 | - |
| CMYK | 0.25 | 0 | 0.04 | 0.12 |
| HSL | 170.53º | 0.49% | 0.77% | - |
| HSV(B) | 170.53º | 0.25% | 0.88% | - |
| XYZ | 55.47 | 67.13 | 75 | - |
| YUV | 206.93 | 133.12 | 100.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 225 | 216 | 0.25 | 0 | 0.04 | 0.12 | 170.53 | 0.49 | 0.77 |
| Hex | A8 | E1 | D8 | 19 | 0 | 4 | C | AB | 31 | 4D |
| Octal | 250 | 341 | 330 | 31 | 0 | 4 | 14 | 253 | 61 | 115 |
| Binary | 10101000 | 11100001 | 11011000 | 11001 | 0 | 100 | 1100 | 10101011 | 110001 | 1001101 |
Color Harmonies of #A8E1D8
Complementary color
Monochromatic Colors of #A8E1D8
Black with #A8E1D8
Text Example
Text Example
White with #A8E1D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8E1D8; }
p { color: rgb(168,225,216); }
H1.HeaderClassName
{
color: #A8E1D8;
}
.AnyTagClassName
{
color: #A8E1D8;
}
</style>
background-color css
<style>
a { background-color: #A8E1D8; }
a { background-color: rgb(168,225,216); }
div.DivClassName
{
background-color: #A8E1D8;
}
.BgClassName
{
background-color: #A8E1D8;
}
</style>
border-color css
<style>
span { border-color: #A8E1D8; }
span { border-color: rgb(168,225,216); }
td.TdClassName
{
border-color: #A8E1D8;
}
.TagClassName
{
border-color: #A8E1D8;
}
</style>