#A6E3DE

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

Shades of Ice Cold #A6E3DE

Tints of Ice Cold #A6E3DE

Color information

#A6E3DE (or 0xA6E3DE) is unknown color: approx Ice Cold. HEX triplet: A6, E3 and DE. RGB value is (166,227,222). Sum of RGB (Red+Green+Blue) = 166+227+222=615 (81% of max value = 765). Red value is 166 (65.23% from 255 or 26.99% from 615); Green value is 227 (89.06% from 255 or 36.91% from 615); Blue value is 222 (87.11% from 255 or 36.10% from 615); Max value from RGB is 227 - color contains mainly: green. Hex color #A6E3DE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6E3DE is #591C21. Grayscale: #D0D0D0. Windows color (decimal): -5839906 or 14607270. OLE color: 14607270.

HSL color Cylindrical-coordinate representation of color #A6E3DE: hue angle of 175.08º degrees, saturation: 0.52, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A6E3DE is Cyan = 0.27, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.11.

Color convert

RGB166227222-
CMYK0.2700.020.11
HSL175.08º52.14%77.06%-
HSV(B)175.08º26.87%89.02%-
XYZ56.3868.3279.32-
YUV208.19135.7997.91-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 26.99%
GREEN value IS 227 (89.06% from 255) = 36.91%
BLUE value IS 222 (87.11% from 255) = 36.10%
R=26.99%
G=36.91%
B=36.10%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1662272220.2700.020.11175.0852.1477.06
HexA6E3DE1B02Baf344d
Octal24634333633021325764115
Binary101001101110001111011110110110101011101011111101001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6E3DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6E3DE; }

 p { color: rgb(166,227,222); }

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

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

 a { background-color: rgb(166,227,222); }

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

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

 span { border-color: rgb(166,227,222); }

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