#A6E7DD

Color #A6E7DD Ice Cold (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ice Cold #A6E7DD

Tints of Ice Cold #A6E7DD

Color information

#A6E7DD (or 0xA6E7DD) is unknown color: approx Ice Cold. HEX triplet: A6, E7 and DD. RGB value is (166,231,221). Sum of RGB (Red+Green+Blue) = 166+231+221=618 (81% of max value = 765). Red value is 166 (65.23% from 255 or 26.86% from 618); Green value is 231 (90.62% from 255 or 37.38% from 618); Blue value is 221 (86.72% from 255 or 35.76% from 618); Max value from RGB is 231 - color contains mainly: green. Hex color #A6E7DD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A6E7DD is #591822. Grayscale: #D2D2D2. Windows color (decimal): -5838883 or 14542758. OLE color: 14542758.

HSL color Cylindrical-coordinate representation of color #A6E7DD: hue angle of 170.77º 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 #A6E7DD is Cyan = 0.28, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.09.

Color convert

RGB166231221-
CMYK0.2800.040.09
HSL170.77º57.52%77.84%-
HSV(B)170.77º28.14%90.59%-
XYZ57.3570.4878.99-
YUV210.42133.9796.31-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 166 (65.23% from 255) = 26.86%
GREEN value IS 231 (90.62% from 255) = 37.38%
BLUE value IS 221 (86.72% from 255) = 35.76%
R=26.86%
G=37.38%
B=35.76%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1662312210.2800.040.09170.7757.5277.84
HexA6E7DD1C049ab3a4e
Octal24634733534041125372116
Binary1010011011100111110111011110001001001101010111110101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6E7DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6E7DD; }

 p { color: rgb(166,231,221); }

 H1.HeaderClassName
 {
   color: #A6E7DD;
 }
 .AnyTagClassName
 {
   color: #A6E7DD;
 }
</style>
background-color css

<style>
 a { background-color: #A6E7DD; }

 a { background-color: rgb(166,231,221); }

 div.DivClassName
 {
   background-color: #A6E7DD;
 }
 .BgClassName
 {
   background-color: #A6E7DD;
 }
</style>
border-color css

<style>
 span { border-color: #A6E7DD; }

 span { border-color: rgb(166,231,221); }

 td.TdClassName
 {
   border-color: #A6E7DD;
 }
 .TagClassName
 {
   border-color: #A6E7DD;
 }
</style>