Shades of Ice Cold #A6EADF
Tints of Ice Cold #A6EADF
RGB
CMYK
RGB Variations
Color information
#A6EADF (or 0xA6EADF) is known color: Ice Cold. HEX triplet: A6, EA and DF. RGB value is (166,234,223). Sum of RGB (Red+Green+Blue) = 166+234+223=623 (82% of max value = 765). Red value is 166 (65.23% from 255 or 26.65% from 623); Green value is 234 (91.80% from 255 or 37.56% from 623); Blue value is 223 (87.5% from 255 or 35.79% from 623); Max value from RGB is 234 - color contains mainly: green. Hex color #A6EADF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A6EADF is #591520. Grayscale: #D4D4D4. Windows color (decimal): -5838113 or 14674598. OLE color: 14674598.
HSL color Cylindrical-coordinate representation of color #A6EADF: hue angle of 170.29º 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 #A6EADF is Cyan = 0.29, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 166 | 234 | 223 | - |
| CMYK | 0.29 | 0 | 0.05 | 0.08 |
| HSL | 170.29º | 0.62% | 0.78% | - |
| HSV(B) | 170.29º | 0.29% | 0.92% | - |
| XYZ | 58.47 | 72.28 | 80.68 | - |
| YUV | 212.41 | 133.97 | 94.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 234 | 223 | 0.29 | 0 | 0.05 | 0.08 | 170.29 | 0.62 | 0.78 |
| Hex | A6 | EA | DF | 1D | 0 | 5 | 8 | AA | 3E | 4E |
| Octal | 246 | 352 | 337 | 35 | 0 | 5 | 10 | 252 | 76 | 116 |
| Binary | 10100110 | 11101010 | 11011111 | 11101 | 0 | 101 | 1000 | 10101010 | 111110 | 1001110 |
Color Harmonies of #A6EADF
Complementary color
Monochromatic Colors of #A6EADF
Black with #A6EADF
Text Example
Text Example
White with #A6EADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6EADF; }
p { color: rgb(166,234,223); }
H1.HeaderClassName
{
color: #A6EADF;
}
.AnyTagClassName
{
color: #A6EADF;
}
</style>
background-color css
<style>
a { background-color: #A6EADF; }
a { background-color: rgb(166,234,223); }
div.DivClassName
{
background-color: #A6EADF;
}
.BgClassName
{
background-color: #A6EADF;
}
</style>
border-color css
<style>
span { border-color: #A6EADF; }
span { border-color: rgb(166,234,223); }
td.TdClassName
{
border-color: #A6EADF;
}
.TagClassName
{
border-color: #A6EADF;
}
</style>