#A6E1D9

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

Shades of Ice Cold #A6E1D9

Tints of Ice Cold #A6E1D9

Color information

#A6E1D9 (or 0xA6E1D9) is unknown color: approx Ice Cold. HEX triplet: A6, E1 and D9. RGB value is (166,225,217). Sum of RGB (Red+Green+Blue) = 166+225+217=608 (80% of max value = 765). Red value is 166 (65.23% from 255 or 27.30% from 608); Green value is 225 (88.28% from 255 or 37.01% from 608); Blue value is 217 (85.16% from 255 or 35.69% from 608); Max value from RGB is 225 - color contains mainly: green. Hex color #A6E1D9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6E1D9 is #591E26. Grayscale: #CECECE. Windows color (decimal): -5840423 or 14279078. OLE color: 14279078.

HSL color Cylindrical-coordinate representation of color #A6E1D9: hue angle of 171.86º degrees, saturation: 0.5, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A6E1D9 is Cyan = 0.26, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.12.

Color convert

RGB166225217-
CMYK0.2600.040.12
HSL171.86º49.58%76.67%-
HSV(B)171.86º26.22%88.24%-
XYZ55.1866.9775.66-
YUV206.45133.9599.15-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 27.30%
GREEN value IS 225 (88.28% from 255) = 37.01%
BLUE value IS 217 (85.16% from 255) = 35.69%
R=27.30%
G=37.01%
B=35.69%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1662252170.2600.040.12171.8649.5876.67
HexA6E1D91A04Cac324d
Octal24634133132041425462115
Binary1010011011100001110110011101001001100101011001100101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6E1D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6E1D9; }

 p { color: rgb(166,225,217); }

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

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

 a { background-color: rgb(166,225,217); }

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

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

 span { border-color: rgb(166,225,217); }

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