Shades of Ice Cold #A6E8DB
Tints of Ice Cold #A6E8DB
RGB
CMYK
RGB Variations
Color information
#A6E8DB (or 0xA6E8DB) is known color: Ice Cold. HEX triplet: A6, E8 and DB. RGB value is (166,232,219). Sum of RGB (Red+Green+Blue) = 166+232+219=617 (81% of max value = 765). Red value is 166 (65.23% from 255 or 26.90% from 617); Green value is 232 (91.02% from 255 or 37.60% from 617); Blue value is 219 (85.94% from 255 or 35.49% from 617); Max value from RGB is 232 - color contains mainly: green. Hex color #A6E8DB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A6E8DB is #591724. Grayscale: #D2D2D2. Windows color (decimal): -5838629 or 14411942. OLE color: 14411942.
HSL color Cylindrical-coordinate representation of color #A6E8DB: hue angle of 168.18º degrees, saturation: 0.59, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A6E8DB is Cyan = 0.28, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 166 | 232 | 219 | - |
| CMYK | 0.28 | 0 | 0.06 | 0.09 |
| HSL | 168.18º | 0.59% | 0.78% | - |
| HSV(B) | 168.18º | 0.28% | 0.91% | - |
| XYZ | 57.37 | 70.93 | 77.69 | - |
| YUV | 210.78 | 132.63 | 96.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 232 | 219 | 0.28 | 0 | 0.06 | 0.09 | 168.18 | 0.59 | 0.78 |
| Hex | A6 | E8 | DB | 1C | 0 | 6 | 9 | A8 | 3B | 4E |
| Octal | 246 | 350 | 333 | 34 | 0 | 6 | 11 | 250 | 73 | 116 |
| Binary | 10100110 | 11101000 | 11011011 | 11100 | 0 | 110 | 1001 | 10101000 | 111011 | 1001110 |
Color Harmonies of #A6E8DB
Complementary color
Monochromatic Colors of #A6E8DB
Black with #A6E8DB
Text Example
Text Example
White with #A6E8DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6E8DB; }
p { color: rgb(166,232,219); }
H1.HeaderClassName
{
color: #A6E8DB;
}
.AnyTagClassName
{
color: #A6E8DB;
}
</style>
background-color css
<style>
a { background-color: #A6E8DB; }
a { background-color: rgb(166,232,219); }
div.DivClassName
{
background-color: #A6E8DB;
}
.BgClassName
{
background-color: #A6E8DB;
}
</style>
border-color css
<style>
span { border-color: #A6E8DB; }
span { border-color: rgb(166,232,219); }
td.TdClassName
{
border-color: #A6E8DB;
}
.TagClassName
{
border-color: #A6E8DB;
}
</style>