Shades of Ice Cold #A6E0CE
Tints of Ice Cold #A6E0CE
RGB
CMYK
RGB Variations
Color information
#A6E0CE (or 0xA6E0CE) is known color: Ice Cold. HEX triplet: A6, E0 and CE. RGB value is (166,224,206). Sum of RGB (Red+Green+Blue) = 166+224+206=596 (78% of max value = 765). Red value is 166 (65.23% from 255 or 27.85% from 596); Green value is 224 (87.89% from 255 or 37.58% from 596); Blue value is 206 (80.86% from 255 or 34.56% from 596); Max value from RGB is 224 - color contains mainly: green. Hex color #A6E0CE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6E0CE is #591F31. Grayscale: #CCCCCC. Windows color (decimal): -5840690 or 13557926. OLE color: 13557926.
HSL color Cylindrical-coordinate representation of color #A6E0CE: hue angle of 161.38º degrees, saturation: 0.48, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A6E0CE is Cyan = 0.26, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 166 | 224 | 206 | - |
| CMYK | 0.26 | 0 | 0.08 | 0.12 |
| HSL | 161.38º | 0.48% | 0.76% | - |
| HSV(B) | 161.38º | 0.26% | 0.88% | - |
| XYZ | 53.52 | 65.87 | 68.29 | - |
| YUV | 204.61 | 128.78 | 100.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 224 | 206 | 0.26 | 0 | 0.08 | 0.12 | 161.38 | 0.48 | 0.76 |
| Hex | A6 | E0 | CE | 1A | 0 | 8 | C | A1 | 30 | 4C |
| Octal | 246 | 340 | 316 | 32 | 0 | 10 | 14 | 241 | 60 | 114 |
| Binary | 10100110 | 11100000 | 11001110 | 11010 | 0 | 1000 | 1100 | 10100001 | 110000 | 1001100 |
Color Harmonies of #A6E0CE
Complementary color
Monochromatic Colors of #A6E0CE
Black with #A6E0CE
Text Example
Text Example
White with #A6E0CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6E0CE; }
p { color: rgb(166,224,206); }
H1.HeaderClassName
{
color: #A6E0CE;
}
.AnyTagClassName
{
color: #A6E0CE;
}
</style>
background-color css
<style>
a { background-color: #A6E0CE; }
a { background-color: rgb(166,224,206); }
div.DivClassName
{
background-color: #A6E0CE;
}
.BgClassName
{
background-color: #A6E0CE;
}
</style>
border-color css
<style>
span { border-color: #A6E0CE; }
span { border-color: rgb(166,224,206); }
td.TdClassName
{
border-color: #A6E0CE;
}
.TagClassName
{
border-color: #A6E0CE;
}
</style>