Shades of Ice Cold #A6EFDC
Tints of Ice Cold #A6EFDC
RGB
CMYK
RGB Variations
Color information
#A6EFDC (or 0xA6EFDC) is known color: Ice Cold. HEX triplet: A6, EF and DC. RGB value is (166,239,220). Sum of RGB (Red+Green+Blue) = 166+239+220=625 (82% of max value = 765). Red value is 166 (65.23% from 255 or 26.56% from 625); Green value is 239 (93.75% from 255 or 38.24% from 625); Blue value is 220 (86.33% from 255 or 35.2% from 625); Max value from RGB is 239 - color contains mainly: green. Hex color #A6EFDC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A6EFDC is #591023. Grayscale: #D7D7D7. Windows color (decimal): -5836836 or 14479270. OLE color: 14479270.
HSL color Cylindrical-coordinate representation of color #A6EFDC: hue angle of 164.38º degrees, saturation: 0.7, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A6EFDC is Cyan = 0.31, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 166 | 239 | 220 | - |
| CMYK | 0.31 | 0 | 0.08 | 0.06 |
| HSL | 164.38º | 0.7% | 0.79% | - |
| HSV(B) | 164.38º | 0.31% | 0.94% | - |
| XYZ | 59.51 | 75.01 | 79.05 | - |
| YUV | 215.01 | 130.82 | 93.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 239 | 220 | 0.31 | 0 | 0.08 | 0.06 | 164.38 | 0.7 | 0.79 |
| Hex | A6 | EF | DC | 1F | 0 | 8 | 6 | A4 | 46 | 4F |
| Octal | 246 | 357 | 334 | 37 | 0 | 10 | 6 | 244 | 106 | 117 |
| Binary | 10100110 | 11101111 | 11011100 | 11111 | 0 | 1000 | 110 | 10100100 | 1000110 | 1001111 |
Color Harmonies of #A6EFDC
Complementary color
Monochromatic Colors of #A6EFDC
Black with #A6EFDC
Text Example
Text Example
White with #A6EFDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6EFDC; }
p { color: rgb(166,239,220); }
H1.HeaderClassName
{
color: #A6EFDC;
}
.AnyTagClassName
{
color: #A6EFDC;
}
</style>
background-color css
<style>
a { background-color: #A6EFDC; }
a { background-color: rgb(166,239,220); }
div.DivClassName
{
background-color: #A6EFDC;
}
.BgClassName
{
background-color: #A6EFDC;
}
</style>
border-color css
<style>
span { border-color: #A6EFDC; }
span { border-color: rgb(166,239,220); }
td.TdClassName
{
border-color: #A6EFDC;
}
.TagClassName
{
border-color: #A6EFDC;
}
</style>