#A6E9D6

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

Shades of Ice Cold #A6E9D6

Tints of Ice Cold #A6E9D6

Color information

#A6E9D6 (or 0xA6E9D6) is unknown color: approx Ice Cold. HEX triplet: A6, E9 and D6. RGB value is (166,233,214). Sum of RGB (Red+Green+Blue) = 166+233+214=613 (81% of max value = 765). Red value is 166 (65.23% from 255 or 27.08% from 613); Green value is 233 (91.41% from 255 or 38.01% from 613); Blue value is 214 (83.98% from 255 or 34.91% from 613); Max value from RGB is 233 - color contains mainly: green. Hex color #A6E9D6 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A6E9D6 is #591629. Grayscale: #D2D2D2. Windows color (decimal): -5838378 or 14084518. OLE color: 14084518.

HSL color Cylindrical-coordinate representation of color #A6E9D6: hue angle of 162.99º degrees, saturation: 0.6, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A6E9D6 is Cyan = 0.29, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.09.

Color convert

RGB166233214-
CMYK0.2900.080.09
HSL162.99º60.36%78.24%-
HSV(B)162.99º28.76%91.37%-
XYZ5771.2474.36-
YUV210.8129.896.04-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 27.08%
GREEN value IS 233 (91.41% from 255) = 38.01%
BLUE value IS 214 (83.98% from 255) = 34.91%
R=27.08%
G=38.01%
B=34.91%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1662332140.2900.080.09162.9960.3678.24
HexA6E9D61D089a33c4e
Octal246351326350101124374116
Binary10100110111010011101011011101010001001101000111111001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6E9D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6E9D6; }

 p { color: rgb(166,233,214); }

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

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

 a { background-color: rgb(166,233,214); }

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

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

 span { border-color: rgb(166,233,214); }

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