Shades of Ice Cold #ACDECF
Tints of Ice Cold #ACDECF
RGB
CMYK
RGB Variations
Color information
#ACDECF (or 0xACDECF) is known color: Ice Cold. HEX triplet: AC, DE and CF. RGB value is (172,222,207). Sum of RGB (Red+Green+Blue) = 172+222+207=601 (79% of max value = 765). Red value is 172 (67.58% from 255 or 28.62% from 601); Green value is 222 (87.11% from 255 or 36.94% from 601); Blue value is 207 (81.25% from 255 or 34.44% from 601); Max value from RGB is 222 - color contains mainly: green. Hex color #ACDECF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACDECF is #532130. Grayscale: #CDCDCD. Windows color (decimal): -5447985 or 13622956. OLE color: 13622956.
HSL color Cylindrical-coordinate representation of color #ACDECF: hue angle of 162º degrees, saturation: 0.43, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #ACDECF is Cyan = 0.23, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 172 | 222 | 207 | - |
| CMYK | 0.23 | 0 | 0.07 | 0.13 |
| HSL | 162º | 0.43% | 0.77% | - |
| HSV(B) | 162º | 0.23% | 0.87% | - |
| XYZ | 54.4 | 65.52 | 68.81 | - |
| YUV | 205.34 | 128.94 | 104.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 222 | 207 | 0.23 | 0 | 0.07 | 0.13 | 162 | 0.43 | 0.77 |
| Hex | AC | DE | CF | 17 | 0 | 7 | D | A2 | 2B | 4D |
| Octal | 254 | 336 | 317 | 27 | 0 | 7 | 15 | 242 | 53 | 115 |
| Binary | 10101100 | 11011110 | 11001111 | 10111 | 0 | 111 | 1101 | 10100010 | 101011 | 1001101 |
Color Harmonies of #ACDECF
Complementary color
Monochromatic Colors of #ACDECF
Black with #ACDECF
Text Example
Text Example
White with #ACDECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACDECF; }
p { color: rgb(172,222,207); }
H1.HeaderClassName
{
color: #ACDECF;
}
.AnyTagClassName
{
color: #ACDECF;
}
</style>
background-color css
<style>
a { background-color: #ACDECF; }
a { background-color: rgb(172,222,207); }
div.DivClassName
{
background-color: #ACDECF;
}
.BgClassName
{
background-color: #ACDECF;
}
</style>
border-color css
<style>
span { border-color: #ACDECF; }
span { border-color: rgb(172,222,207); }
td.TdClassName
{
border-color: #ACDECF;
}
.TagClassName
{
border-color: #ACDECF;
}
</style>