Shades of Ice Cold #A6EADE
Tints of Ice Cold #A6EADE
RGB
CMYK
RGB Variations
Color information
#A6EADE (or 0xA6EADE) is known color: Ice Cold. HEX triplet: A6, EA and DE. RGB value is (166,234,222). Sum of RGB (Red+Green+Blue) = 166+234+222=622 (82% of max value = 765). Red value is 166 (65.23% from 255 or 26.69% from 622); Green value is 234 (91.80% from 255 or 37.62% from 622); Blue value is 222 (87.11% from 255 or 35.69% from 622); Max value from RGB is 234 - color contains mainly: green. Hex color #A6EADE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A6EADE is #591521. Grayscale: #D4D4D4. Windows color (decimal): -5838114 or 14609062. OLE color: 14609062.
HSL color Cylindrical-coordinate representation of color #A6EADE: hue angle of 169.41º degrees, saturation: 0.62, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A6EADE is Cyan = 0.29, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 166 | 234 | 222 | - |
| CMYK | 0.29 | 0 | 0.05 | 0.08 |
| HSL | 169.41º | 0.62% | 0.78% | - |
| HSV(B) | 169.41º | 0.29% | 0.92% | - |
| XYZ | 58.33 | 72.23 | 79.97 | - |
| YUV | 212.3 | 133.47 | 94.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 234 | 222 | 0.29 | 0 | 0.05 | 0.08 | 169.41 | 0.62 | 0.78 |
| Hex | A6 | EA | DE | 1D | 0 | 5 | 8 | A9 | 3E | 4E |
| Octal | 246 | 352 | 336 | 35 | 0 | 5 | 10 | 251 | 76 | 116 |
| Binary | 10100110 | 11101010 | 11011110 | 11101 | 0 | 101 | 1000 | 10101001 | 111110 | 1001110 |
Color Harmonies of #A6EADE
Complementary color
Monochromatic Colors of #A6EADE
Black with #A6EADE
Text Example
Text Example
White with #A6EADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6EADE; }
p { color: rgb(166,234,222); }
H1.HeaderClassName
{
color: #A6EADE;
}
.AnyTagClassName
{
color: #A6EADE;
}
</style>
background-color css
<style>
a { background-color: #A6EADE; }
a { background-color: rgb(166,234,222); }
div.DivClassName
{
background-color: #A6EADE;
}
.BgClassName
{
background-color: #A6EADE;
}
</style>
border-color css
<style>
span { border-color: #A6EADE; }
span { border-color: rgb(166,234,222); }
td.TdClassName
{
border-color: #A6EADE;
}
.TagClassName
{
border-color: #A6EADE;
}
</style>