Shades of Ice Cold #ABE7DF
Tints of Ice Cold #ABE7DF
RGB
CMYK
RGB Variations
Color information
#ABE7DF (or 0xABE7DF) is known color: Ice Cold. HEX triplet: AB, E7 and DF. RGB value is (171,231,223). Sum of RGB (Red+Green+Blue) = 171+231+223=625 (82% of max value = 765). Red value is 171 (67.19% from 255 or 27.36% from 625); Green value is 231 (90.62% from 255 or 36.96% from 625); Blue value is 223 (87.5% from 255 or 35.68% from 625); Max value from RGB is 231 - color contains mainly: green. Hex color #ABE7DF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ABE7DF is #541820. Grayscale: #D4D4D4. Windows color (decimal): -5511201 or 14673835. OLE color: 14673835.
HSL color Cylindrical-coordinate representation of color #ABE7DF: hue angle of 172º degrees, saturation: 0.56, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #ABE7DF is Cyan = 0.26, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 171 | 231 | 223 | - |
| CMYK | 0.26 | 0 | 0.03 | 0.09 |
| HSL | 172º | 0.56% | 0.79% | - |
| HSV(B) | 172º | 0.26% | 0.91% | - |
| XYZ | 58.69 | 71.14 | 80.45 | - |
| YUV | 212.15 | 134.12 | 98.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 231 | 223 | 0.26 | 0 | 0.03 | 0.09 | 172 | 0.56 | 0.79 |
| Hex | AB | E7 | DF | 1A | 0 | 3 | 9 | AC | 38 | 4F |
| Octal | 253 | 347 | 337 | 32 | 0 | 3 | 11 | 254 | 70 | 117 |
| Binary | 10101011 | 11100111 | 11011111 | 11010 | 0 | 11 | 1001 | 10101100 | 111000 | 1001111 |
Color Harmonies of #ABE7DF
Complementary color
Monochromatic Colors of #ABE7DF
Black with #ABE7DF
Text Example
Text Example
White with #ABE7DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABE7DF; }
p { color: rgb(171,231,223); }
H1.HeaderClassName
{
color: #ABE7DF;
}
.AnyTagClassName
{
color: #ABE7DF;
}
</style>
background-color css
<style>
a { background-color: #ABE7DF; }
a { background-color: rgb(171,231,223); }
div.DivClassName
{
background-color: #ABE7DF;
}
.BgClassName
{
background-color: #ABE7DF;
}
</style>
border-color css
<style>
span { border-color: #ABE7DF; }
span { border-color: rgb(171,231,223); }
td.TdClassName
{
border-color: #ABE7DF;
}
.TagClassName
{
border-color: #ABE7DF;
}
</style>