Shades of Ice Cold #ABE2DE
Tints of Ice Cold #ABE2DE
RGB
CMYK
RGB Variations
Color information
#ABE2DE (or 0xABE2DE) is known color: Ice Cold. HEX triplet: AB, E2 and DE. RGB value is (171,226,222). Sum of RGB (Red+Green+Blue) = 171+226+222=619 (81% of max value = 765). Red value is 171 (67.19% from 255 or 27.63% from 619); Green value is 226 (88.67% from 255 or 36.51% from 619); Blue value is 222 (87.11% from 255 or 35.86% from 619); Max value from RGB is 226 - color contains mainly: green. Hex color #ABE2DE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABE2DE is #541D21. Grayscale: #D1D1D1. Windows color (decimal): -5512482 or 14607019. OLE color: 14607019.
HSL color Cylindrical-coordinate representation of color #ABE2DE: hue angle of 175.64º degrees, saturation: 0.49, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #ABE2DE is Cyan = 0.24, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 171 | 226 | 222 | - |
| CMYK | 0.24 | 0 | 0.02 | 0.11 |
| HSL | 175.64º | 0.49% | 0.78% | - |
| HSV(B) | 175.64º | 0.24% | 0.89% | - |
| XYZ | 57.18 | 68.32 | 79.28 | - |
| YUV | 209.1 | 135.28 | 100.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 226 | 222 | 0.24 | 0 | 0.02 | 0.11 | 175.64 | 0.49 | 0.78 |
| Hex | AB | E2 | DE | 18 | 0 | 2 | B | B0 | 31 | 4E |
| Octal | 253 | 342 | 336 | 30 | 0 | 2 | 13 | 260 | 61 | 116 |
| Binary | 10101011 | 11100010 | 11011110 | 11000 | 0 | 10 | 1011 | 10110000 | 110001 | 1001110 |
Color Harmonies of #ABE2DE
Complementary color
Monochromatic Colors of #ABE2DE
Black with #ABE2DE
Text Example
Text Example
White with #ABE2DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABE2DE; }
p { color: rgb(171,226,222); }
H1.HeaderClassName
{
color: #ABE2DE;
}
.AnyTagClassName
{
color: #ABE2DE;
}
</style>
background-color css
<style>
a { background-color: #ABE2DE; }
a { background-color: rgb(171,226,222); }
div.DivClassName
{
background-color: #ABE2DE;
}
.BgClassName
{
background-color: #ABE2DE;
}
</style>
border-color css
<style>
span { border-color: #ABE2DE; }
span { border-color: rgb(171,226,222); }
td.TdClassName
{
border-color: #ABE2DE;
}
.TagClassName
{
border-color: #ABE2DE;
}
</style>