Shades of Ice Cold #ABEBDB
Tints of Ice Cold #ABEBDB
RGB
CMYK
RGB Variations
Color information
#ABEBDB (or 0xABEBDB) is known color: Ice Cold. HEX triplet: AB, EB and DB. RGB value is (171,235,219). Sum of RGB (Red+Green+Blue) = 171+235+219=625 (82% of max value = 765). Red value is 171 (67.19% from 255 or 27.36% from 625); Green value is 235 (92.19% from 255 or 37.6% from 625); Blue value is 219 (85.94% from 255 or 35.04% from 625); Max value from RGB is 235 - color contains mainly: green. Hex color #ABEBDB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ABEBDB is #541424. Grayscale: #D6D6D6. Windows color (decimal): -5510181 or 14412715. OLE color: 14412715.
HSL color Cylindrical-coordinate representation of color #ABEBDB: hue angle of 165º 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 #ABEBDB is Cyan = 0.27, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 171 | 235 | 219 | - |
| CMYK | 0.27 | 0 | 0.07 | 0.08 |
| HSL | 165º | 0.62% | 0.8% | - |
| HSV(B) | 165º | 0.27% | 0.92% | - |
| XYZ | 59.29 | 73.19 | 78.02 | - |
| YUV | 214.04 | 130.8 | 97.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 235 | 219 | 0.27 | 0 | 0.07 | 0.08 | 165 | 0.62 | 0.8 |
| Hex | AB | EB | DB | 1B | 0 | 7 | 8 | A5 | 3E | 50 |
| Octal | 253 | 353 | 333 | 33 | 0 | 7 | 10 | 245 | 76 | 120 |
| Binary | 10101011 | 11101011 | 11011011 | 11011 | 0 | 111 | 1000 | 10100101 | 111110 | 1010000 |
Color Harmonies of #ABEBDB
Complementary color
Monochromatic Colors of #ABEBDB
Black with #ABEBDB
Text Example
Text Example
White with #ABEBDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABEBDB; }
p { color: rgb(171,235,219); }
H1.HeaderClassName
{
color: #ABEBDB;
}
.AnyTagClassName
{
color: #ABEBDB;
}
</style>
background-color css
<style>
a { background-color: #ABEBDB; }
a { background-color: rgb(171,235,219); }
div.DivClassName
{
background-color: #ABEBDB;
}
.BgClassName
{
background-color: #ABEBDB;
}
</style>
border-color css
<style>
span { border-color: #ABEBDB; }
span { border-color: rgb(171,235,219); }
td.TdClassName
{
border-color: #ABEBDB;
}
.TagClassName
{
border-color: #ABEBDB;
}
</style>