Shades of Ice Cold #ABEBDC
Tints of Ice Cold #ABEBDC
RGB
CMYK
RGB Variations
Color information
#ABEBDC (or 0xABEBDC) is known color: Ice Cold. HEX triplet: AB, EB and DC. RGB value is (171,235,220). Sum of RGB (Red+Green+Blue) = 171+235+220=626 (82% of max value = 765). Red value is 171 (67.19% from 255 or 27.32% from 626); Green value is 235 (92.19% from 255 or 37.54% from 626); Blue value is 220 (86.33% from 255 or 35.14% from 626); Max value from RGB is 235 - color contains mainly: green. Hex color #ABEBDC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ABEBDC is #541423. Grayscale: #D6D6D6. Windows color (decimal): -5510180 or 14478251. OLE color: 14478251.
HSL color Cylindrical-coordinate representation of color #ABEBDC: hue angle of 165.94º degrees, saturation: 0.62, 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 #ABEBDC is Cyan = 0.27, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 171 | 235 | 220 | - |
| CMYK | 0.27 | 0 | 0.06 | 0.08 |
| HSL | 165.94º | 0.62% | 0.8% | - |
| HSV(B) | 165.94º | 0.27% | 0.92% | - |
| XYZ | 59.42 | 73.24 | 78.72 | - |
| YUV | 214.15 | 131.3 | 97.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 235 | 220 | 0.27 | 0 | 0.06 | 0.08 | 165.94 | 0.62 | 0.8 |
| Hex | AB | EB | DC | 1B | 0 | 6 | 8 | A6 | 3E | 50 |
| Octal | 253 | 353 | 334 | 33 | 0 | 6 | 10 | 246 | 76 | 120 |
| Binary | 10101011 | 11101011 | 11011100 | 11011 | 0 | 110 | 1000 | 10100110 | 111110 | 1010000 |
Color Harmonies of #ABEBDC
Complementary color
Monochromatic Colors of #ABEBDC
Black with #ABEBDC
Text Example
Text Example
White with #ABEBDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABEBDC; }
p { color: rgb(171,235,220); }
H1.HeaderClassName
{
color: #ABEBDC;
}
.AnyTagClassName
{
color: #ABEBDC;
}
</style>
background-color css
<style>
a { background-color: #ABEBDC; }
a { background-color: rgb(171,235,220); }
div.DivClassName
{
background-color: #ABEBDC;
}
.BgClassName
{
background-color: #ABEBDC;
}
</style>
border-color css
<style>
span { border-color: #ABEBDC; }
span { border-color: rgb(171,235,220); }
td.TdClassName
{
border-color: #ABEBDC;
}
.TagClassName
{
border-color: #ABEBDC;
}
</style>