Shades of Ice Cold #ABE6E0
Tints of Ice Cold #ABE6E0
RGB
CMYK
RGB Variations
Color information
#ABE6E0 (or 0xABE6E0) is known color: Ice Cold. HEX triplet: AB, E6 and E0. RGB value is (171,230,224). Sum of RGB (Red+Green+Blue) = 171+230+224=625 (82% of max value = 765). Red value is 171 (67.19% from 255 or 27.36% from 625); Green value is 230 (90.23% from 255 or 36.8% from 625); Blue value is 224 (87.89% from 255 or 35.84% from 625); Max value from RGB is 230 - color contains mainly: green. Hex color #ABE6E0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ABE6E0 is #54191F. Grayscale: #D3D3D3. Windows color (decimal): -5511456 or 14739115. OLE color: 14739115.
HSL color Cylindrical-coordinate representation of color #ABE6E0: hue angle of 173.9º 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 #ABE6E0 is Cyan = 0.26, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 171 | 230 | 224 | - |
| CMYK | 0.26 | 0 | 0.03 | 0.10 |
| HSL | 173.9º | 0.54% | 0.79% | - |
| HSV(B) | 173.9º | 0.26% | 0.9% | - |
| XYZ | 58.55 | 70.63 | 81.07 | - |
| YUV | 211.68 | 134.95 | 98.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 230 | 224 | 0.26 | 0 | 0.03 | 0.10 | 173.9 | 0.54 | 0.79 |
| Hex | AB | E6 | E0 | 1A | 0 | 3 | A | AE | 36 | 4F |
| Octal | 253 | 346 | 340 | 32 | 0 | 3 | 12 | 256 | 66 | 117 |
| Binary | 10101011 | 11100110 | 11100000 | 11010 | 0 | 11 | 1010 | 10101110 | 110110 | 1001111 |
Color Harmonies of #ABE6E0
Complementary color
Monochromatic Colors of #ABE6E0
Black with #ABE6E0
Text Example
Text Example
White with #ABE6E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABE6E0; }
p { color: rgb(171,230,224); }
H1.HeaderClassName
{
color: #ABE6E0;
}
.AnyTagClassName
{
color: #ABE6E0;
}
</style>
background-color css
<style>
a { background-color: #ABE6E0; }
a { background-color: rgb(171,230,224); }
div.DivClassName
{
background-color: #ABE6E0;
}
.BgClassName
{
background-color: #ABE6E0;
}
</style>
border-color css
<style>
span { border-color: #ABE6E0; }
span { border-color: rgb(171,230,224); }
td.TdClassName
{
border-color: #ABE6E0;
}
.TagClassName
{
border-color: #ABE6E0;
}
</style>