Shades of Ice Cold #A6E5DB
Tints of Ice Cold #A6E5DB
RGB
CMYK
RGB Variations
Color information
#A6E5DB (or 0xA6E5DB) is known color: Ice Cold. HEX triplet: A6, E5 and DB. RGB value is (166,229,219). Sum of RGB (Red+Green+Blue) = 166+229+219=614 (81% of max value = 765). Red value is 166 (65.23% from 255 or 27.04% from 614); Green value is 229 (89.84% from 255 or 37.30% from 614); Blue value is 219 (85.94% from 255 or 35.67% from 614); Max value from RGB is 229 - color contains mainly: green. Hex color #A6E5DB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6E5DB is #591A24. Grayscale: #D0D0D0. Windows color (decimal): -5839397 or 14411174. OLE color: 14411174.
HSL color Cylindrical-coordinate representation of color #A6E5DB: hue angle of 170.48º degrees, saturation: 0.55, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A6E5DB is Cyan = 0.28, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 166 | 229 | 219 | - |
| CMYK | 0.28 | 0 | 0.04 | 0.10 |
| HSL | 170.48º | 0.55% | 0.77% | - |
| HSV(B) | 170.48º | 0.28% | 0.9% | - |
| XYZ | 56.53 | 69.26 | 77.41 | - |
| YUV | 209.02 | 133.63 | 97.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 229 | 219 | 0.28 | 0 | 0.04 | 0.10 | 170.48 | 0.55 | 0.77 |
| Hex | A6 | E5 | DB | 1C | 0 | 4 | A | AA | 37 | 4D |
| Octal | 246 | 345 | 333 | 34 | 0 | 4 | 12 | 252 | 67 | 115 |
| Binary | 10100110 | 11100101 | 11011011 | 11100 | 0 | 100 | 1010 | 10101010 | 110111 | 1001101 |
Color Harmonies of #A6E5DB
Complementary color
Monochromatic Colors of #A6E5DB
Black with #A6E5DB
Text Example
Text Example
White with #A6E5DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6E5DB; }
p { color: rgb(166,229,219); }
H1.HeaderClassName
{
color: #A6E5DB;
}
.AnyTagClassName
{
color: #A6E5DB;
}
</style>
background-color css
<style>
a { background-color: #A6E5DB; }
a { background-color: rgb(166,229,219); }
div.DivClassName
{
background-color: #A6E5DB;
}
.BgClassName
{
background-color: #A6E5DB;
}
</style>
border-color css
<style>
span { border-color: #A6E5DB; }
span { border-color: rgb(166,229,219); }
td.TdClassName
{
border-color: #A6E5DB;
}
.TagClassName
{
border-color: #A6E5DB;
}
</style>