#A6DFCA

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

Shades of Ice Cold #A6DFCA

Tints of Ice Cold #A6DFCA

Color information

#A6DFCA (or 0xA6DFCA) is unknown color: approx Ice Cold. HEX triplet: A6, DF and CA. RGB value is (166,223,202). Sum of RGB (Red+Green+Blue) = 166+223+202=591 (78% of max value = 765). Red value is 166 (65.23% from 255 or 28.09% from 591); Green value is 223 (87.5% from 255 or 37.73% from 591); Blue value is 202 (79.30% from 255 or 34.18% from 591); Max value from RGB is 223 - color contains mainly: green. Hex color #A6DFCA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6DFCA is #592035. Grayscale: #CBCBCB. Windows color (decimal): -5840950 or 13295526. OLE color: 13295526.

HSL color Cylindrical-coordinate representation of color #A6DFCA: hue angle of 157.89º degrees, saturation: 0.47, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A6DFCA is Cyan = 0.26, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.13.

Color convert

RGB166223202-
CMYK0.2600.090.13
HSL157.89º47.11%76.27%-
HSV(B)157.89º25.56%87.45%-
XYZ52.7765.1565.67-
YUV203.56127.12101.21-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 28.09%
GREEN value IS 223 (87.5% from 255) = 37.73%
BLUE value IS 202 (79.30% from 255) = 34.18%
R=28.09%
G=37.73%
B=34.18%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1662232020.2600.090.13157.8947.1176.27
HexA6DFCA1A09D9e2f4c
Octal246337312320111523657114
Binary10100110110111111100101011010010011101100111101011111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6DFCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6DFCA; }

 p { color: rgb(166,223,202); }

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

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

 a { background-color: rgb(166,223,202); }

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

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

 span { border-color: rgb(166,223,202); }

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