Shades of Ice Cold #A6EEDA
Tints of Ice Cold #A6EEDA
RGB
CMYK
RGB Variations
Color information
#A6EEDA (or 0xA6EEDA) is known color: Ice Cold. HEX triplet: A6, EE and DA. RGB value is (166,238,218). Sum of RGB (Red+Green+Blue) = 166+238+218=622 (82% of max value = 765). Red value is 166 (65.23% from 255 or 26.69% from 622); Green value is 238 (93.36% from 255 or 38.26% from 622); Blue value is 218 (85.55% from 255 or 35.05% from 622); Max value from RGB is 238 - color contains mainly: green. Hex color #A6EEDA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A6EEDA is #591125. Grayscale: #D6D6D6. Windows color (decimal): -5837094 or 14347942. OLE color: 14347942.
HSL color Cylindrical-coordinate representation of color #A6EEDA: hue angle of 163.33º degrees, saturation: 0.68, 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 #A6EEDA is Cyan = 0.30, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 166 | 238 | 218 | - |
| CMYK | 0.30 | 0 | 0.08 | 0.07 |
| HSL | 163.33º | 0.68% | 0.79% | - |
| HSV(B) | 163.33º | 0.3% | 0.93% | - |
| XYZ | 58.96 | 74.32 | 77.57 | - |
| YUV | 214.19 | 130.15 | 93.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 238 | 218 | 0.30 | 0 | 0.08 | 0.07 | 163.33 | 0.68 | 0.79 |
| Hex | A6 | EE | DA | 1E | 0 | 8 | 7 | A3 | 44 | 4F |
| Octal | 246 | 356 | 332 | 36 | 0 | 10 | 7 | 243 | 104 | 117 |
| Binary | 10100110 | 11101110 | 11011010 | 11110 | 0 | 1000 | 111 | 10100011 | 1000100 | 1001111 |
Color Harmonies of #A6EEDA
Complementary color
Monochromatic Colors of #A6EEDA
Black with #A6EEDA
Text Example
Text Example
White with #A6EEDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6EEDA; }
p { color: rgb(166,238,218); }
H1.HeaderClassName
{
color: #A6EEDA;
}
.AnyTagClassName
{
color: #A6EEDA;
}
</style>
background-color css
<style>
a { background-color: #A6EEDA; }
a { background-color: rgb(166,238,218); }
div.DivClassName
{
background-color: #A6EEDA;
}
.BgClassName
{
background-color: #A6EEDA;
}
</style>
border-color css
<style>
span { border-color: #A6EEDA; }
span { border-color: rgb(166,238,218); }
td.TdClassName
{
border-color: #A6EEDA;
}
.TagClassName
{
border-color: #A6EEDA;
}
</style>