Shades of Ice Cold #A6EFDB
Tints of Ice Cold #A6EFDB
RGB
CMYK
RGB Variations
Color information
#A6EFDB (or 0xA6EFDB) is known color: Ice Cold. HEX triplet: A6, EF and DB. RGB value is (166,239,219). Sum of RGB (Red+Green+Blue) = 166+239+219=624 (82% of max value = 765). Red value is 166 (65.23% from 255 or 26.60% from 624); Green value is 239 (93.75% from 255 or 38.30% from 624); Blue value is 219 (85.94% from 255 or 35.10% from 624); Max value from RGB is 239 - color contains mainly: green. Hex color #A6EFDB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A6EFDB is #591024. Grayscale: #D6D6D6. Windows color (decimal): -5836837 or 14413734. OLE color: 14413734.
HSL color Cylindrical-coordinate representation of color #A6EFDB: hue angle of 163.56º 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 #A6EFDB is Cyan = 0.31, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 166 | 239 | 219 | - |
| CMYK | 0.31 | 0 | 0.08 | 0.06 |
| HSL | 163.56º | 0.7% | 0.79% | - |
| HSV(B) | 163.56º | 0.31% | 0.94% | - |
| XYZ | 59.38 | 74.95 | 78.36 | - |
| YUV | 214.89 | 130.32 | 93.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 239 | 219 | 0.31 | 0 | 0.08 | 0.06 | 163.56 | 0.7 | 0.79 |
| Hex | A6 | EF | DB | 1F | 0 | 8 | 6 | A4 | 46 | 4F |
| Octal | 246 | 357 | 333 | 37 | 0 | 10 | 6 | 244 | 106 | 117 |
| Binary | 10100110 | 11101111 | 11011011 | 11111 | 0 | 1000 | 110 | 10100100 | 1000110 | 1001111 |
Color Harmonies of #A6EFDB
Complementary color
Monochromatic Colors of #A6EFDB
Black with #A6EFDB
Text Example
Text Example
White with #A6EFDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6EFDB; }
p { color: rgb(166,239,219); }
H1.HeaderClassName
{
color: #A6EFDB;
}
.AnyTagClassName
{
color: #A6EFDB;
}
</style>
background-color css
<style>
a { background-color: #A6EFDB; }
a { background-color: rgb(166,239,219); }
div.DivClassName
{
background-color: #A6EFDB;
}
.BgClassName
{
background-color: #A6EFDB;
}
</style>
border-color css
<style>
span { border-color: #A6EFDB; }
span { border-color: rgb(166,239,219); }
td.TdClassName
{
border-color: #A6EFDB;
}
.TagClassName
{
border-color: #A6EFDB;
}
</style>