#ACDFD1

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

Shades of Ice Cold #ACDFD1

Tints of Ice Cold #ACDFD1

Color information

#ACDFD1 (or 0xACDFD1) is unknown color: approx Ice Cold. HEX triplet: AC, DF and D1. RGB value is (172,223,209). Sum of RGB (Red+Green+Blue) = 172+223+209=604 (80% of max value = 765). Red value is 172 (67.58% from 255 or 28.48% from 604); Green value is 223 (87.5% from 255 or 36.92% from 604); Blue value is 209 (82.03% from 255 or 34.60% from 604); Max value from RGB is 223 - color contains mainly: green. Hex color #ACDFD1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACDFD1 is #53202E. Grayscale: #CECECE. Windows color (decimal): -5447727 or 13754284. OLE color: 13754284.

HSL color Cylindrical-coordinate representation of color #ACDFD1: hue angle of 163.53º degrees, saturation: 0.44, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #ACDFD1 is Cyan = 0.23, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.13.

Color convert

RGB172223209-
CMYK0.2300.060.13
HSL163.53º44.35%77.45%-
HSV(B)163.53º22.87%87.45%-
XYZ54.9166.1570.2-
YUV206.15129.6103.64-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 28.48%
GREEN value IS 223 (87.5% from 255) = 36.92%
BLUE value IS 209 (82.03% from 255) = 34.60%
R=28.48%
G=36.92%
B=34.60%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1722232090.2300.060.13163.5344.3577.45
HexACDFD11706Da42c4d
Octal25433732127061524454115
Binary1010110011011111110100011011101101101101001001011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACDFD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACDFD1; }

 p { color: rgb(172,223,209); }

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

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

 a { background-color: rgb(172,223,209); }

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

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

 span { border-color: rgb(172,223,209); }

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