Shades of Ice Cold #ABEADC
Tints of Ice Cold #ABEADC
RGB
CMYK
RGB Variations
Color information
#ABEADC (or 0xABEADC) is known color: Ice Cold. HEX triplet: AB, EA and DC. RGB value is (171,234,220). Sum of RGB (Red+Green+Blue) = 171+234+220=625 (82% of max value = 765). Red value is 171 (67.19% from 255 or 27.36% from 625); Green value is 234 (91.80% from 255 or 37.44% from 625); Blue value is 220 (86.33% from 255 or 35.2% from 625); Max value from RGB is 234 - color contains mainly: green. Hex color #ABEADC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ABEADC is #541523. Grayscale: #D5D5D5. Windows color (decimal): -5510436 or 14477995. OLE color: 14477995.
HSL color Cylindrical-coordinate representation of color #ABEADC: hue angle of 166.67º degrees, saturation: 0.6, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #ABEADC is Cyan = 0.27, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 171 | 234 | 220 | - |
| CMYK | 0.27 | 0 | 0.06 | 0.08 |
| HSL | 166.67º | 0.6% | 0.79% | - |
| HSV(B) | 166.67º | 0.27% | 0.92% | - |
| XYZ | 59.14 | 72.67 | 78.62 | - |
| YUV | 213.57 | 131.63 | 97.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 234 | 220 | 0.27 | 0 | 0.06 | 0.08 | 166.67 | 0.6 | 0.79 |
| Hex | AB | EA | DC | 1B | 0 | 6 | 8 | A7 | 3C | 4F |
| Octal | 253 | 352 | 334 | 33 | 0 | 6 | 10 | 247 | 74 | 117 |
| Binary | 10101011 | 11101010 | 11011100 | 11011 | 0 | 110 | 1000 | 10100111 | 111100 | 1001111 |
Color Harmonies of #ABEADC
Complementary color
Monochromatic Colors of #ABEADC
Black with #ABEADC
Text Example
Text Example
White with #ABEADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABEADC; }
p { color: rgb(171,234,220); }
H1.HeaderClassName
{
color: #ABEADC;
}
.AnyTagClassName
{
color: #ABEADC;
}
</style>
background-color css
<style>
a { background-color: #ABEADC; }
a { background-color: rgb(171,234,220); }
div.DivClassName
{
background-color: #ABEADC;
}
.BgClassName
{
background-color: #ABEADC;
}
</style>
border-color css
<style>
span { border-color: #ABEADC; }
span { border-color: rgb(171,234,220); }
td.TdClassName
{
border-color: #ABEADC;
}
.TagClassName
{
border-color: #ABEADC;
}
</style>