Shades of Ice Cold #ABE6DE
Tints of Ice Cold #ABE6DE
RGB
CMYK
RGB Variations
Color information
#ABE6DE (or 0xABE6DE) is known color: Ice Cold. HEX triplet: AB, E6 and DE. RGB value is (171,230,222). Sum of RGB (Red+Green+Blue) = 171+230+222=623 (82% of max value = 765). Red value is 171 (67.19% from 255 or 27.45% from 623); Green value is 230 (90.23% from 255 or 36.92% from 623); Blue value is 222 (87.11% from 255 or 35.63% from 623); Max value from RGB is 230 - color contains mainly: green. Hex color #ABE6DE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ABE6DE is #541921. Grayscale: #D3D3D3. Windows color (decimal): -5511458 or 14608043. OLE color: 14608043.
HSL color Cylindrical-coordinate representation of color #ABE6DE: hue angle of 171.86º degrees, saturation: 0.54, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #ABE6DE is Cyan = 0.26, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 171 | 230 | 222 | - |
| CMYK | 0.26 | 0 | 0.03 | 0.10 |
| HSL | 171.86º | 0.54% | 0.79% | - |
| HSV(B) | 171.86º | 0.26% | 0.9% | - |
| XYZ | 58.28 | 70.53 | 79.65 | - |
| YUV | 211.45 | 133.95 | 99.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 230 | 222 | 0.26 | 0 | 0.03 | 0.10 | 171.86 | 0.54 | 0.79 |
| Hex | AB | E6 | DE | 1A | 0 | 3 | A | AC | 36 | 4F |
| Octal | 253 | 346 | 336 | 32 | 0 | 3 | 12 | 254 | 66 | 117 |
| Binary | 10101011 | 11100110 | 11011110 | 11010 | 0 | 11 | 1010 | 10101100 | 110110 | 1001111 |
Color Harmonies of #ABE6DE
Complementary color
Monochromatic Colors of #ABE6DE
Black with #ABE6DE
Text Example
Text Example
White with #ABE6DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABE6DE; }
p { color: rgb(171,230,222); }
H1.HeaderClassName
{
color: #ABE6DE;
}
.AnyTagClassName
{
color: #ABE6DE;
}
</style>
background-color css
<style>
a { background-color: #ABE6DE; }
a { background-color: rgb(171,230,222); }
div.DivClassName
{
background-color: #ABE6DE;
}
.BgClassName
{
background-color: #ABE6DE;
}
</style>
border-color css
<style>
span { border-color: #ABE6DE; }
span { border-color: rgb(171,230,222); }
td.TdClassName
{
border-color: #ABE6DE;
}
.TagClassName
{
border-color: #ABE6DE;
}
</style>