#A6E4DC

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

Shades of Ice Cold #A6E4DC

Tints of Ice Cold #A6E4DC

Color information

#A6E4DC (or 0xA6E4DC) is unknown color: approx Ice Cold. HEX triplet: A6, E4 and DC. RGB value is (166,228,220). Sum of RGB (Red+Green+Blue) = 166+228+220=614 (81% of max value = 765). Red value is 166 (65.23% from 255 or 27.04% from 614); Green value is 228 (89.45% from 255 or 37.13% from 614); Blue value is 220 (86.33% from 255 or 35.83% from 614); Max value from RGB is 228 - color contains mainly: green. Hex color #A6E4DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6E4DC is #591B23. Grayscale: #D0D0D0. Windows color (decimal): -5839652 or 14476454. OLE color: 14476454.

HSL color Cylindrical-coordinate representation of color #A6E4DC: hue angle of 172.26º degrees, saturation: 0.53, 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 #A6E4DC is Cyan = 0.27, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.11.

Color convert

RGB166228220-
CMYK0.2700.040.11
HSL172.26º53.45%77.25%-
HSV(B)172.26º27.19%89.41%-
XYZ56.3968.7678.01-
YUV208.55134.4697.65-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 27.04%
GREEN value IS 228 (89.45% from 255) = 37.13%
BLUE value IS 220 (86.33% from 255) = 35.83%
R=27.04%
G=37.13%
B=35.83%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1662282200.2700.040.11172.2653.4577.25
HexA6E4DC1B04Bac354d
Octal24634433433041325465115
Binary1010011011100100110111001101101001011101011001101011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6E4DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6E4DC; }

 p { color: rgb(166,228,220); }

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

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

 a { background-color: rgb(166,228,220); }

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

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

 span { border-color: rgb(166,228,220); }

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