Shades of Ice Cold #A6E7DF
Tints of Ice Cold #A6E7DF
RGB
CMYK
RGB Variations
Color information
#A6E7DF (or 0xA6E7DF) is known color: Ice Cold. HEX triplet: A6, E7 and DF. RGB value is (166,231,223). Sum of RGB (Red+Green+Blue) = 166+231+223=620 (82% of max value = 765). Red value is 166 (65.23% from 255 or 26.77% from 620); Green value is 231 (90.62% from 255 or 37.26% from 620); Blue value is 223 (87.5% from 255 or 35.97% from 620); Max value from RGB is 231 - color contains mainly: green. Hex color #A6E7DF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A6E7DF is #591820. Grayscale: #D2D2D2. Windows color (decimal): -5838881 or 14673830. OLE color: 14673830.
HSL color Cylindrical-coordinate representation of color #A6E7DF: hue angle of 172.62º degrees, saturation: 0.58, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A6E7DF is Cyan = 0.28, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 166 | 231 | 223 | - |
| CMYK | 0.28 | 0 | 0.03 | 0.09 |
| HSL | 172.62º | 0.58% | 0.78% | - |
| HSV(B) | 172.62º | 0.28% | 0.91% | - |
| XYZ | 57.62 | 70.59 | 80.4 | - |
| YUV | 210.65 | 134.97 | 96.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 231 | 223 | 0.28 | 0 | 0.03 | 0.09 | 172.62 | 0.58 | 0.78 |
| Hex | A6 | E7 | DF | 1C | 0 | 3 | 9 | AD | 3A | 4E |
| Octal | 246 | 347 | 337 | 34 | 0 | 3 | 11 | 255 | 72 | 116 |
| Binary | 10100110 | 11100111 | 11011111 | 11100 | 0 | 11 | 1001 | 10101101 | 111010 | 1001110 |
Color Harmonies of #A6E7DF
Complementary color
Monochromatic Colors of #A6E7DF
Black with #A6E7DF
Text Example
Text Example
White with #A6E7DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6E7DF; }
p { color: rgb(166,231,223); }
H1.HeaderClassName
{
color: #A6E7DF;
}
.AnyTagClassName
{
color: #A6E7DF;
}
</style>
background-color css
<style>
a { background-color: #A6E7DF; }
a { background-color: rgb(166,231,223); }
div.DivClassName
{
background-color: #A6E7DF;
}
.BgClassName
{
background-color: #A6E7DF;
}
</style>
border-color css
<style>
span { border-color: #A6E7DF; }
span { border-color: rgb(166,231,223); }
td.TdClassName
{
border-color: #A6E7DF;
}
.TagClassName
{
border-color: #A6E7DF;
}
</style>