Shades of Ice Cold #A8E7D6
Tints of Ice Cold #A8E7D6
RGB
CMYK
RGB Variations
Color information
#A8E7D6 (or 0xA8E7D6) is known color: Ice Cold. HEX triplet: A8, E7 and D6. RGB value is (168,231,214). Sum of RGB (Red+Green+Blue) = 168+231+214=613 (81% of max value = 765). Red value is 168 (66.02% from 255 or 27.41% from 613); Green value is 231 (90.62% from 255 or 37.68% from 613); Blue value is 214 (83.98% from 255 or 34.91% from 613); Max value from RGB is 231 - color contains mainly: green. Hex color #A8E7D6 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A8E7D6 is #571829. Grayscale: #D2D2D2. Windows color (decimal): -5707818 or 14084008. OLE color: 14084008.
HSL color Cylindrical-coordinate representation of color #A8E7D6: hue angle of 163.81º degrees, saturation: 0.57, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A8E7D6 is Cyan = 0.27, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 168 | 231 | 214 | - |
| CMYK | 0.27 | 0 | 0.07 | 0.09 |
| HSL | 163.81º | 0.57% | 0.78% | - |
| HSV(B) | 163.81º | 0.27% | 0.91% | - |
| XYZ | 56.86 | 70.33 | 74.2 | - |
| YUV | 210.23 | 130.13 | 97.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 231 | 214 | 0.27 | 0 | 0.07 | 0.09 | 163.81 | 0.57 | 0.78 |
| Hex | A8 | E7 | D6 | 1B | 0 | 7 | 9 | A4 | 39 | 4E |
| Octal | 250 | 347 | 326 | 33 | 0 | 7 | 11 | 244 | 71 | 116 |
| Binary | 10101000 | 11100111 | 11010110 | 11011 | 0 | 111 | 1001 | 10100100 | 111001 | 1001110 |
Color Harmonies of #A8E7D6
Complementary color
Monochromatic Colors of #A8E7D6
Black with #A8E7D6
Text Example
Text Example
White with #A8E7D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8E7D6; }
p { color: rgb(168,231,214); }
H1.HeaderClassName
{
color: #A8E7D6;
}
.AnyTagClassName
{
color: #A8E7D6;
}
</style>
background-color css
<style>
a { background-color: #A8E7D6; }
a { background-color: rgb(168,231,214); }
div.DivClassName
{
background-color: #A8E7D6;
}
.BgClassName
{
background-color: #A8E7D6;
}
</style>
border-color css
<style>
span { border-color: #A8E7D6; }
span { border-color: rgb(168,231,214); }
td.TdClassName
{
border-color: #A8E7D6;
}
.TagClassName
{
border-color: #A8E7D6;
}
</style>