#A6E9D7

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

Shades of Ice Cold #A6E9D7

Tints of Ice Cold #A6E9D7

Color information

#A6E9D7 (or 0xA6E9D7) is unknown color: approx Ice Cold. HEX triplet: A6, E9 and D7. RGB value is (166,233,215). Sum of RGB (Red+Green+Blue) = 166+233+215=614 (81% of max value = 765). Red value is 166 (65.23% from 255 or 27.04% from 614); Green value is 233 (91.41% from 255 or 37.95% from 614); Blue value is 215 (84.38% from 255 or 35.02% from 614); Max value from RGB is 233 - color contains mainly: green. Hex color #A6E9D7 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A6E9D7 is #591628. Grayscale: #D2D2D2. Windows color (decimal): -5838377 or 14150054. OLE color: 14150054.

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

Color convert

RGB166233215-
CMYK0.2900.080.09
HSL163.88º60.36%78.24%-
HSV(B)163.88º28.76%91.37%-
XYZ57.1371.2975.04-
YUV210.91130.395.96-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 27.04%
GREEN value IS 233 (91.41% from 255) = 37.95%
BLUE value IS 215 (84.38% from 255) = 35.02%
R=27.04%
G=37.95%
B=35.02%

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
Decimal1662332150.2900.080.09163.8860.3678.24
HexA6E9D71D089a43c4e
Octal246351327350101124474116
Binary10100110111010011101011111101010001001101001001111001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6E9D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6E9D7; }

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

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

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

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

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

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

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

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