Shades of Ice Cold #A6EDDC
Tints of Ice Cold #A6EDDC
RGB
CMYK
RGB Variations
Color information
#A6EDDC (or 0xA6EDDC) is known color: Ice Cold. HEX triplet: A6, ED and DC. RGB value is (166,237,220). Sum of RGB (Red+Green+Blue) = 166+237+220=623 (82% of max value = 765). Red value is 166 (65.23% from 255 or 26.65% from 623); Green value is 237 (92.97% from 255 or 38.04% from 623); Blue value is 220 (86.33% from 255 or 35.31% from 623); Max value from RGB is 237 - color contains mainly: green. Hex color #A6EDDC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A6EDDC is #591223. Grayscale: #D5D5D5. Windows color (decimal): -5837348 or 14478758. OLE color: 14478758.
HSL color Cylindrical-coordinate representation of color #A6EDDC: hue angle of 165.63º degrees, saturation: 0.66, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A6EDDC is Cyan = 0.30, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 166 | 237 | 220 | - |
| CMYK | 0.30 | 0 | 0.07 | 0.07 |
| HSL | 165.63º | 0.66% | 0.79% | - |
| HSV(B) | 165.63º | 0.3% | 0.93% | - |
| XYZ | 58.93 | 73.84 | 78.86 | - |
| YUV | 213.83 | 131.48 | 93.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 237 | 220 | 0.30 | 0 | 0.07 | 0.07 | 165.63 | 0.66 | 0.79 |
| Hex | A6 | ED | DC | 1E | 0 | 7 | 7 | A6 | 42 | 4F |
| Octal | 246 | 355 | 334 | 36 | 0 | 7 | 7 | 246 | 102 | 117 |
| Binary | 10100110 | 11101101 | 11011100 | 11110 | 0 | 111 | 111 | 10100110 | 1000010 | 1001111 |
Color Harmonies of #A6EDDC
Complementary color
Monochromatic Colors of #A6EDDC
Black with #A6EDDC
Text Example
Text Example
White with #A6EDDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6EDDC; }
p { color: rgb(166,237,220); }
H1.HeaderClassName
{
color: #A6EDDC;
}
.AnyTagClassName
{
color: #A6EDDC;
}
</style>
background-color css
<style>
a { background-color: #A6EDDC; }
a { background-color: rgb(166,237,220); }
div.DivClassName
{
background-color: #A6EDDC;
}
.BgClassName
{
background-color: #A6EDDC;
}
</style>
border-color css
<style>
span { border-color: #A6EDDC; }
span { border-color: rgb(166,237,220); }
td.TdClassName
{
border-color: #A6EDDC;
}
.TagClassName
{
border-color: #A6EDDC;
}
</style>