Shades of Ice Cold #ACEBDB
Tints of Ice Cold #ACEBDB
RGB
CMYK
RGB Variations
Color information
#ACEBDB (or 0xACEBDB) is known color: Ice Cold. HEX triplet: AC, EB and DB. RGB value is (172,235,219). Sum of RGB (Red+Green+Blue) = 172+235+219=626 (82% of max value = 765). Red value is 172 (67.58% from 255 or 27.48% from 626); Green value is 235 (92.19% from 255 or 37.54% from 626); Blue value is 219 (85.94% from 255 or 34.98% from 626); Max value from RGB is 235 - color contains mainly: green. Hex color #ACEBDB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACEBDB is #531424. Grayscale: #D6D6D6. Windows color (decimal): -5444645 or 14412716. OLE color: 14412716.
HSL color Cylindrical-coordinate representation of color #ACEBDB: hue angle of 164.76º degrees, saturation: 0.61, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #ACEBDB is Cyan = 0.27, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 172 | 235 | 219 | - |
| CMYK | 0.27 | 0 | 0.07 | 0.08 |
| HSL | 164.76º | 0.61% | 0.8% | - |
| HSV(B) | 164.76º | 0.27% | 0.92% | - |
| XYZ | 59.51 | 73.3 | 78.03 | - |
| YUV | 214.34 | 130.63 | 97.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 235 | 219 | 0.27 | 0 | 0.07 | 0.08 | 164.76 | 0.61 | 0.8 |
| Hex | AC | EB | DB | 1B | 0 | 7 | 8 | A5 | 3D | 50 |
| Octal | 254 | 353 | 333 | 33 | 0 | 7 | 10 | 245 | 75 | 120 |
| Binary | 10101100 | 11101011 | 11011011 | 11011 | 0 | 111 | 1000 | 10100101 | 111101 | 1010000 |
Color Harmonies of #ACEBDB
Complementary color
Monochromatic Colors of #ACEBDB
Black with #ACEBDB
Text Example
Text Example
White with #ACEBDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACEBDB; }
p { color: rgb(172,235,219); }
H1.HeaderClassName
{
color: #ACEBDB;
}
.AnyTagClassName
{
color: #ACEBDB;
}
</style>
background-color css
<style>
a { background-color: #ACEBDB; }
a { background-color: rgb(172,235,219); }
div.DivClassName
{
background-color: #ACEBDB;
}
.BgClassName
{
background-color: #ACEBDB;
}
</style>
border-color css
<style>
span { border-color: #ACEBDB; }
span { border-color: rgb(172,235,219); }
td.TdClassName
{
border-color: #ACEBDB;
}
.TagClassName
{
border-color: #ACEBDB;
}
</style>