#A6DFCC

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

Shades of Ice Cold #A6DFCC

Tints of Ice Cold #A6DFCC

Color information

#A6DFCC (or 0xA6DFCC) is unknown color: approx Ice Cold. HEX triplet: A6, DF and CC. RGB value is (166,223,204). Sum of RGB (Red+Green+Blue) = 166+223+204=593 (78% of max value = 765). Red value is 166 (65.23% from 255 or 27.99% from 593); Green value is 223 (87.5% from 255 or 37.61% from 593); Blue value is 204 (80.08% from 255 or 34.40% from 593); Max value from RGB is 223 - color contains mainly: green. Hex color #A6DFCC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6DFCC is #592033. Grayscale: #CBCBCB. Windows color (decimal): -5840948 or 13426598. OLE color: 13426598.

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

Color convert

RGB166223204-
CMYK0.2600.090.13
HSL160º47.11%76.27%-
HSV(B)160º25.56%87.45%-
XYZ53.0165.2466.93-
YUV203.79128.12101.04-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 27.99%
GREEN value IS 223 (87.5% from 255) = 37.61%
BLUE value IS 204 (80.08% from 255) = 34.40%
R=27.99%
G=37.61%
B=34.40%

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
Decimal1662232040.2600.090.1316047.1176.27
HexA6DFCC1A09Da02f4c
Octal246337314320111524057114
Binary10100110110111111100110011010010011101101000001011111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6DFCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6DFCC; }

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

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

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

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

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

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

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

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