Shades of Ice Cold #ABE8D6
Tints of Ice Cold #ABE8D6
RGB
CMYK
RGB Variations
Color information
#ABE8D6 (or 0xABE8D6) is known color: Ice Cold. HEX triplet: AB, E8 and D6. RGB value is (171,232,214). Sum of RGB (Red+Green+Blue) = 171+232+214=617 (81% of max value = 765). Red value is 171 (67.19% from 255 or 27.71% from 617); Green value is 232 (91.02% from 255 or 37.60% from 617); Blue value is 214 (83.98% from 255 or 34.68% from 617); Max value from RGB is 232 - color contains mainly: green. Hex color #ABE8D6 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ABE8D6 is #541729. Grayscale: #D3D3D3. Windows color (decimal): -5510954 or 14084267. OLE color: 14084267.
HSL color Cylindrical-coordinate representation of color #ABE8D6: hue angle of 162.3º degrees, saturation: 0.57, 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 #ABE8D6 is Cyan = 0.26, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 171 | 232 | 214 | - |
| CMYK | 0.26 | 0 | 0.08 | 0.09 |
| HSL | 162.3º | 0.57% | 0.79% | - |
| HSV(B) | 162.3º | 0.26% | 0.91% | - |
| XYZ | 57.79 | 71.23 | 74.32 | - |
| YUV | 211.71 | 129.29 | 98.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 232 | 214 | 0.26 | 0 | 0.08 | 0.09 | 162.3 | 0.57 | 0.79 |
| Hex | AB | E8 | D6 | 1A | 0 | 8 | 9 | A2 | 39 | 4F |
| Octal | 253 | 350 | 326 | 32 | 0 | 10 | 11 | 242 | 71 | 117 |
| Binary | 10101011 | 11101000 | 11010110 | 11010 | 0 | 1000 | 1001 | 10100010 | 111001 | 1001111 |
Color Harmonies of #ABE8D6
Complementary color
Monochromatic Colors of #ABE8D6
Black with #ABE8D6
Text Example
Text Example
White with #ABE8D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABE8D6; }
p { color: rgb(171,232,214); }
H1.HeaderClassName
{
color: #ABE8D6;
}
.AnyTagClassName
{
color: #ABE8D6;
}
</style>
background-color css
<style>
a { background-color: #ABE8D6; }
a { background-color: rgb(171,232,214); }
div.DivClassName
{
background-color: #ABE8D6;
}
.BgClassName
{
background-color: #ABE8D6;
}
</style>
border-color css
<style>
span { border-color: #ABE8D6; }
span { border-color: rgb(171,232,214); }
td.TdClassName
{
border-color: #ABE8D6;
}
.TagClassName
{
border-color: #ABE8D6;
}
</style>