#A6DFCB

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

Shades of Ice Cold #A6DFCB

Tints of Ice Cold #A6DFCB

Color information

#A6DFCB (or 0xA6DFCB) is unknown color: approx Ice Cold. HEX triplet: A6, DF and CB. RGB value is (166,223,203). Sum of RGB (Red+Green+Blue) = 166+223+203=592 (78% of max value = 765). Red value is 166 (65.23% from 255 or 28.04% from 592); Green value is 223 (87.5% from 255 or 37.67% from 592); Blue value is 203 (79.69% from 255 or 34.29% from 592); Max value from RGB is 223 - color contains mainly: green. Hex color #A6DFCB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6DFCB is #592034. Grayscale: #CBCBCB. Windows color (decimal): -5840949 or 13361062. OLE color: 13361062.

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

Color convert

RGB166223203-
CMYK0.2600.090.13
HSL158.95º47.11%76.27%-
HSV(B)158.95º25.56%87.45%-
XYZ52.8965.1966.3-
YUV203.68127.62101.13-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 28.04%
GREEN value IS 223 (87.5% from 255) = 37.67%
BLUE value IS 203 (79.69% from 255) = 34.29%
R=28.04%
G=37.67%
B=34.29%

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
Decimal1662232030.2600.090.13158.9547.1176.27
HexA6DFCB1A09D9f2f4c
Octal246337313320111523757114
Binary10100110110111111100101111010010011101100111111011111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6DFCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6DFCB; }

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

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

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

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

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

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

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

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