Shades of Ice Cold #A8DECD
Tints of Ice Cold #A8DECD
RGB
CMYK
RGB Variations
Color information
#A8DECD (or 0xA8DECD) is known color: Ice Cold. HEX triplet: A8, DE and CD. RGB value is (168,222,205). Sum of RGB (Red+Green+Blue) = 168+222+205=595 (78% of max value = 765). Red value is 168 (66.02% from 255 or 28.24% from 595); Green value is 222 (87.11% from 255 or 37.31% from 595); Blue value is 205 (80.47% from 255 or 34.45% from 595); Max value from RGB is 222 - color contains mainly: green. Hex color #A8DECD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8DECD is #572132. Grayscale: #CBCBCB. Windows color (decimal): -5710131 or 13491880. OLE color: 13491880.
HSL color Cylindrical-coordinate representation of color #A8DECD: hue angle of 161.11º degrees, saturation: 0.45, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A8DECD is Cyan = 0.24, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 168 | 222 | 205 | - |
| CMYK | 0.24 | 0 | 0.08 | 0.13 |
| HSL | 161.11º | 0.45% | 0.76% | - |
| HSV(B) | 161.11º | 0.24% | 0.87% | - |
| XYZ | 53.29 | 64.98 | 67.49 | - |
| YUV | 203.92 | 128.61 | 102.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 222 | 205 | 0.24 | 0 | 0.08 | 0.13 | 161.11 | 0.45 | 0.76 |
| Hex | A8 | DE | CD | 18 | 0 | 8 | D | A1 | 2D | 4C |
| Octal | 250 | 336 | 315 | 30 | 0 | 10 | 15 | 241 | 55 | 114 |
| Binary | 10101000 | 11011110 | 11001101 | 11000 | 0 | 1000 | 1101 | 10100001 | 101101 | 1001100 |
Color Harmonies of #A8DECD
Complementary color
Monochromatic Colors of #A8DECD
Black with #A8DECD
Text Example
Text Example
White with #A8DECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8DECD; }
p { color: rgb(168,222,205); }
H1.HeaderClassName
{
color: #A8DECD;
}
.AnyTagClassName
{
color: #A8DECD;
}
</style>
background-color css
<style>
a { background-color: #A8DECD; }
a { background-color: rgb(168,222,205); }
div.DivClassName
{
background-color: #A8DECD;
}
.BgClassName
{
background-color: #A8DECD;
}
</style>
border-color css
<style>
span { border-color: #A8DECD; }
span { border-color: rgb(168,222,205); }
td.TdClassName
{
border-color: #A8DECD;
}
.TagClassName
{
border-color: #A8DECD;
}
</style>