Shades of Ice Cold #A8DEC9
Tints of Ice Cold #A8DEC9
RGB
CMYK
RGB Variations
Color information
#A8DEC9 (or 0xA8DEC9) is known color: Ice Cold. HEX triplet: A8, DE and C9. RGB value is (168,222,201). Sum of RGB (Red+Green+Blue) = 168+222+201=591 (78% of max value = 765). Red value is 168 (66.02% from 255 or 28.43% from 591); Green value is 222 (87.11% from 255 or 37.56% from 591); Blue value is 201 (78.91% from 255 or 34.01% from 591); Max value from RGB is 222 - color contains mainly: green. Hex color #A8DEC9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8DEC9 is #572136. Grayscale: #CBCBCB. Windows color (decimal): -5710135 or 13229736. OLE color: 13229736.
HSL color Cylindrical-coordinate representation of color #A8DEC9: hue angle of 156.67º 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 #A8DEC9 is Cyan = 0.24, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 168 | 222 | 201 | - |
| CMYK | 0.24 | 0 | 0.09 | 0.13 |
| HSL | 156.67º | 0.45% | 0.76% | - |
| HSV(B) | 156.67º | 0.24% | 0.87% | - |
| XYZ | 52.81 | 64.78 | 64.98 | - |
| YUV | 203.46 | 126.61 | 102.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 222 | 201 | 0.24 | 0 | 0.09 | 0.13 | 156.67 | 0.45 | 0.76 |
| Hex | A8 | DE | C9 | 18 | 0 | 9 | D | 9D | 2D | 4C |
| Octal | 250 | 336 | 311 | 30 | 0 | 11 | 15 | 235 | 55 | 114 |
| Binary | 10101000 | 11011110 | 11001001 | 11000 | 0 | 1001 | 1101 | 10011101 | 101101 | 1001100 |
Color Harmonies of #A8DEC9
Complementary color
Monochromatic Colors of #A8DEC9
Black with #A8DEC9
Text Example
Text Example
White with #A8DEC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8DEC9; }
p { color: rgb(168,222,201); }
H1.HeaderClassName
{
color: #A8DEC9;
}
.AnyTagClassName
{
color: #A8DEC9;
}
</style>
background-color css
<style>
a { background-color: #A8DEC9; }
a { background-color: rgb(168,222,201); }
div.DivClassName
{
background-color: #A8DEC9;
}
.BgClassName
{
background-color: #A8DEC9;
}
</style>
border-color css
<style>
span { border-color: #A8DEC9; }
span { border-color: rgb(168,222,201); }
td.TdClassName
{
border-color: #A8DEC9;
}
.TagClassName
{
border-color: #A8DEC9;
}
</style>